12 lines
156 B
TOML
12 lines
156 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs", "npm"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm install"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm run build"]
|
|
|
|
[start]
|
|
cmd = "npm run start"
|