mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: web shutdown signal (#7114)
This commit is contained in:
parent
69166fa520
commit
7d59900662
3 changed files with 5 additions and 8 deletions
|
|
@ -2,12 +2,7 @@
|
|||
|
||||
TYPESCRIPT_SDK=/usr/src/open-api/typescript-sdk
|
||||
|
||||
if [ ! -d "$TYPESCRIPT_SDK/build" ]; then
|
||||
echo "$TYPESCRIPT_SDK/build does not exist, building"
|
||||
npm --prefix "$TYPESCRIPT_SDK" install
|
||||
npm --prefix "$TYPESCRIPT_SDK" run build
|
||||
else
|
||||
echo "$TYPESCRIPT_SDK/build exists, skipping"
|
||||
fi
|
||||
npm --prefix "$TYPESCRIPT_SDK" install
|
||||
npm --prefix "$TYPESCRIPT_SDK" run build
|
||||
|
||||
node ./node_modules/.bin/vite dev --host 0.0.0.0 --port 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue