feat: add nixpacks configuration for admin service and update root build dependencies
Some checks failed
Build and Push App / build (push) Has been cancelled

This commit is contained in:
2026-04-19 22:11:43 +02:00
parent bcbb004d87
commit 098c38f921
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
[phases.setup]
nixPkgs = ["nodePackages.npm", "nodejs_22", "openssl"]
[phases.build]
cmds = ["npm install", "npx prisma generate", "npm run build"]