1
0
mirror of https://github.com/immich-app/immich.git synced 2025-02-19 20:10:14 +02:00
immich/server/bin/immich-dev

3 lines
106 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"