mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
ddae707ea9
* fix: bash scripts * pr feedback * wrong variable * ci: add shellcheck workflow * fix: missing scripts
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|