mirror of https://github.com/immich-app/immich.git
Fixed npm run start:prod not able to find build directory (#83)
parent
ac0ad98b55
commit
23ba651705
@ -0,0 +1,2 @@
|
||||
# npm run typeorm migration:run
|
||||
npm run build && npm run start:prod
|
||||
@ -1,2 +1,2 @@
|
||||
# npm run typeorm migration:run
|
||||
npm run start:dev
|
||||
npm run build && npm run start:prod
|
||||
Loading…
Reference in New Issue