feat(server): tsconfig: don't clear console on nest startup (#4032)

* feat: don't clear nest output

* feat: moved config to tsconfig

* fix: cleanup package json
This commit is contained in:
Jonathan Jogenfors
2023-09-08 17:17:45 +02:00
committed by GitHub
parent efcc66d63b
commit 3edade6761
2 changed files with 13 additions and 32 deletions

View File

@@ -15,8 +15,8 @@
"format:fix": "prettier --write .",
"start": "npm run start:dev",
"nest": "nest",
"start:dev": "nest start --watch --preserveWatchOutput --",
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --preserveWatchOutput --",
"start:dev": "nest start --watch --",
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"check": "tsc --noEmit",