add proper watch mode

This commit is contained in:
murdle 2025-12-26 22:25:23 +02:00
parent 524e2a7f1b
commit fde067c105
2 changed files with 3 additions and 1 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -11,7 +11,7 @@
"start:gateway": "node --enable-source-maps dist/gateway/start.js",
"build": "npm run build:src && npm run generate:schema && npm run generate:openapi",
"build:src": "tsc -b -v",
"watch": "tsc -w -b .",
"watch": "concurrently \"tsc -b -w .\" \"nodemon -r module-alias/register dist/bundle/server.js\"",
"test": "node scripts/test.js",
"lint": "eslint .",
"setup": "npm run build && npm run generate:schema",
@ -62,9 +62,11 @@
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"husky": "^9.1.7",
"nodemon": "^3.1.11",
"patch-package": "^8.0.1",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",