We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4dbe commit 6147797Copy full SHA for 6147797
package.json
@@ -7,7 +7,7 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"build": "tsc",
9
"dev": "npx tsx --env-file=.env src/main.ts",
10
- "start": "node dist/main.js"
+ "start": "tsc && node dist/main.js"
11
},
12
"keywords": [],
13
"author": "",
0 commit comments