mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
2 lines
106 B
Bash
Executable file
2 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
|