1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

Fixed npm run start:prod not able to find build directory (#83)

This commit is contained in:
Alex
2022-03-28 21:00:17 -05:00
committed by GitHub
parent ac0ad98b55
commit 23ba651705
3 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
# npm run typeorm migration:run
npm run start:dev
npm run build && npm run start:prod