9 lines
126 B
TOML
9 lines
126 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_22"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm install", "npm run build"]
|
|
|
|
[start]
|
|
cmd = "npm run start"
|