We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96efeca commit 2a268fcCopy full SHA for 2a268fc
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "nodemon --watch \"src/\" --exec \"ts-node src/index.ts\" -e ts",
8
"build": "rimraf ./build && tsc",
9
- "start": "npm run build && node build/index.js"
+ "start": "node build/index.js"
10
},
11
"dependencies": {
12
"cors": "^2.8.5",
0 commit comments