mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
feat: don't clear nest output (#4023)
This commit is contained in:
parent
3432b4625f
commit
a404fb6cb5
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
"format:fix": "prettier --write .",
|
||||
"start": "npm run start:dev",
|
||||
"nest": "nest",
|
||||
"start:dev": "nest start --watch --",
|
||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
|
||||
"start:dev": "nest start --watch --preserveWatchOutput --",
|
||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --preserveWatchOutput --",
|
||||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"check": "tsc --noEmit",
|
||||
|
|
Loading…
Reference in a new issue