fixed a couple issues with sam's pr

This commit is contained in:
loopdelux 2024-02-25 00:21:01 -05:00
parent ffc1c41b49
commit 0052edd81a

View file

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && cd src && node ."
"start": "npm run build && cd build/src && node ."
},
"keywords": [],
"author": "",