Fixed client debug

This commit is contained in:
dpassoni
2023-01-12 17:22:49 +01:00
parent 91433eedc6
commit c21f03b050
7 changed files with 34 additions and 40 deletions

View File

@@ -1,2 +1,2 @@
start cmd /k "npm run start"
start cmd /k "watchify .\index.ts --debug -p [ tsify --noImplicitAny ] -o .\public\javascripts\bundle.js"
start cmd /k "watchify .\src\index.ts --debug -p [ tsify --noImplicitAny ] -o .\public\javascripts\bundle.js"