add nixpacks config and update dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ["nodejs_22", "pnpm"]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["pnpm build"]
|
||||
|
||||
[start]
|
||||
cmd = "pnpm preview --host 0.0.0.0 --port $PORT"
|
||||
Reference in New Issue
Block a user