mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 5 additions and 16 deletions
@ -1 +1 @@ |
|||||
22 |
20 |
||||
|
|||||
@ -0,0 +1,2 @@ |
|||||
|
engine-strict=false |
||||
|
legacy-peer-deps=true |
||||
@ -1,17 +1,4 @@ |
|||||
providers = ["node"] |
providers = ["node"] |
||||
|
|
||||
[variables] |
[variables] |
||||
NODE_VERSION = "22" |
NIXPACKS_NODE_VERSION = "20" |
||||
NPM_CONFIG_PRODUCTION = "false" |
|
||||
|
|
||||
[phases.setup] |
|
||||
nixPkgs = ["openssl"] |
|
||||
|
|
||||
[phases.install] |
|
||||
cmds = ["npm ci --legacy-peer-deps"] |
|
||||
|
|
||||
[phases.build] |
|
||||
cmds = ["npx prisma generate", "npm run build:production"] |
|
||||
|
|
||||
[start] |
|
||||
cmd = "npx prisma migrate deploy && npm run start" |
|
||||
|
|||||
Loading…
Reference in new issue