fix: support Windows dev startup

This commit is contained in:
2026-07-13 10:35:43 +08:00
parent 1c8bd08be4
commit b5ef91bf2d
2 changed files with 28 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"license": "UNLICENSED",
"author": "",
"scripts": {
"dev": "SEED_DEV=true nest start --watch -p tsconfig.build.json",
"dev": "cross-env SEED_DEV=true nest start --watch -p tsconfig.build.json",
"build": "nest build -p tsconfig.build.json",
"start:dev": "nest start --watch",
"format": "oxfmt",
@@ -67,6 +67,7 @@
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/supertest": "^7.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.18.0",
"globals": "^17.0.0",
"jest": "^30.0.0",