add nixpacks

This commit is contained in:
itsrubberduck
2025-09-14 23:20:11 +02:00
parent d71f0ca8b4
commit 1efbb1b0e4

12
.nixpacks.toml Normal file
View File

@@ -0,0 +1,12 @@
[phases.setup]
nixPkgs = ["nodejs_22", "corepack"]
[phases.install]
cmds = ["corepack enable", "yarn install --check-cache"]
[phases.build]
cmds = ["yarn build"]
[start]
cmd = "node .output/server/index.mjs"