🐛 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": "tsc -b .",
"build:util": "tsc -b ./node_modules/@fosscord/server-util/", "build:util": "tsc -b ./node_modules/@fosscord/server-util/",
"postinstall": "patch-package", "postinstall": "patch-package",
"dev": "tsnd --respawn src/" "dev": "tsnd --respawn src/start.ts"
}, },
"repository": { "repository": {
"type": "git", "type": "git",