1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00
immich/web/bin/immich-web
2024-02-14 08:57:02 -06:00

8 lines
210 B
Bash
Executable file

#!/usr/bin/env sh
TYPESCRIPT_SDK=/usr/src/open-api/typescript-sdk
npm --prefix "$TYPESCRIPT_SDK" install
npm --prefix "$TYPESCRIPT_SDK" run build
node ./node_modules/.bin/vite dev --host 0.0.0.0 --port 3000