mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:07:20 +00:00
11 lines
155 B
TOML
11 lines
155 B
TOML
[phases.setup]
|
|
nixPkgs = ["nodejs_20", "npm"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm install"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm run build"]
|
|
|
|
[start]
|
|
cmd = "npm start"
|