Skip to content

Commit 6463f7f

Browse files
committed
Added src/server.ts as well to the 'prestart' script command
1 parent 2598a6f commit 6463f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"prestart": "tsup src/config --onSuccess \"node dist/database.js\"",
7+
"prestart": "tsup src/config src/server.ts --onSuccess \"node dist/database.js\"",
88
"start": "node dist/server.js",
99
"dev": "tsup src/server.ts --watch --onSuccess \"node dist/server.js\"",
1010
"build": "tsup"

0 commit comments

Comments
 (0)