Files
OpenSquawk/.nixpacks.toml
itsrubberduck 1efbb1b0e4 add nixpacks
2025-09-14 23:20:11 +02:00

13 lines
212 B
TOML

[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"