We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2598a6f commit 6463f7fCopy full SHA for 6463f7f
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "prestart": "tsup src/config --onSuccess \"node dist/database.js\"",
+ "prestart": "tsup src/config src/server.ts --onSuccess \"node dist/database.js\"",
8
"start": "node dist/server.js",
9
"dev": "tsup src/server.ts --watch --onSuccess \"node dist/server.js\"",
10
"build": "tsup"
0 commit comments