mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server) add docker debug config for server (#883)
This commit is contained in:
parent
b0f10b1851
commit
05e69da5d8
4 changed files with 22 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
|
||||
"start": "nest start",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"lint": "eslint \"{apps,libs}/**/*.ts\" --max-warnings 0",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue