1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 20:52:42 +01:00

🐛 fix dev script

This commit is contained in:
Flam3rboy 2021-04-25 23:40:32 +02:00
parent c2d696d66e
commit a328a2b01b

View File

@ -11,7 +11,7 @@
"build": "tsc -b .",
"build:util": "tsc -b ./node_modules/@fosscord/server-util/",
"postinstall": "patch-package",
"dev": "tsnd --respawn src/"
"dev": "tsnd --respawn src/start.ts"
},
"repository": {
"type": "git",