1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

feat: don't clear nest output (#4023)

This commit is contained in:
Jonathan Jogenfors 2023-09-08 09:45:00 +02:00 committed by GitHub
parent 3432b4625f
commit a404fb6cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",