feat: Configure Next.js for standalone output, add Nixpacks deployment configuration, and disable build telemetry.

This commit is contained in:
2026-03-02 14:22:43 +01:00
parent 96e3dd15ed
commit 897e7a126b
4 changed files with 36 additions and 3 deletions

8
nixpacks.toml Normal file
View File

@@ -0,0 +1,8 @@
[phases.build]
cmds = ["npm run build"]
[phases.setup]
nixPkgs = ["nodejs_22", "npm-9_x", "openssl"]
[start]
cmd = "node .next/standalone/server.js"