feat: Configure Next.js for standalone output, add Nixpacks deployment configuration, and disable build telemetry.
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal 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"
|
||||
Reference in New Issue
Block a user