small refactor

This commit is contained in:
StarAppeal
2024-11-22 16:58:44 +01:00
parent 73adb48d4f
commit d84c07211a
3 changed files with 81 additions and 52 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"start-local": "tsc && NODE_ENV=development node dist/index.js",
"start-local": "tsc && cross-env NODE_ENV=development node dist/index.js",
"clean": "rimraf dist",
"build": "npm run clean & tsc",
"test": "echo \"Error: no test specified, please add them later\""
@@ -29,6 +29,7 @@
},
"devDependencies": {
"@types/cors": "^2.8.17",
"cross-env": "^7.0.3",
"prettier": "^3.2.5"
}
}