fix: support Windows dev startup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user