mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-26 18:17:49 +02:00
12 lines
195 B
TOML
12 lines
195 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_22"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm install --include=dev"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm run build", "npm prune --omit=dev"]
|
|
|
|
[start]
|
|
cmd = "npm run start:prod"
|