1
0
Fork 0
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:
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",