mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-05-13 01:46:08 +08:00
13 lines
212 B
TOML
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"
|
|
|