9 lines
133 B
TOML
9 lines
133 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_18", "npm-9_x"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm install --omit=dev"]
|
|
|
|
[start]
|
|
cmd = "npm run start"
|