feat: update root nixpacks config and add deployment configuration for admin service
All checks were successful
Build and Push App / build (push) Successful in 6m28s

This commit is contained in:
2026-04-19 22:19:08 +02:00
parent 5ba6feeb99
commit cb5cee44f4
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
[phases.setup]
nixPkgs = ["nodePackages.npm", "nodejs_23", "openssl"]
nixPkgs = ["nodejs_23", "openssl"]
[phases.install]
cmds = ["npm ci"]
[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]

View File

@@ -1,5 +1,8 @@
[phases.setup]
nixPkgs = ["nodePackages.npm", "nodejs_23", "openssl"]
nixPkgs = ["nodejs_23", "openssl"]
[phases.install]
cmds = ["npm ci"]
[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]