12 lines
174 B
TOML
12 lines
174 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_20", "corepack"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm ci || npm install"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm run build"]
|
|
|
|
[start]
|
|
cmd = "npm run start"
|