Edit backend scripts

This commit is contained in:
nthouliss 2023-06-17 11:14:35 +10:00
parent 748f7e5d28
commit 9b8c26b75a
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project ./",
"start:dev": "node --es-module-specifier-resolution=node -r dotenv/config ./build/index.js",
"start": "node --es-module-specifier-resolution=node ./build/index.js",
"start:dev": "node --es-module-specifier-resolution=node -r dotenv/config ./build/src/index.js",
"start": "node --es-module-specifier-resolution=node ./build/src/index.js",
"lint": "eslint src/**/*.ts"
},
"dependencies": {