mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
14 lines
217 B
TOML
14 lines
217 B
TOML
# Only use Node.js provider, ignore Ruby files
|
|
providers = ["node"]
|
|
|
|
[phases.setup]
|
|
nixPkgs = ["nodejs_20"]
|
|
|
|
[phases.install]
|
|
cmds = ["npm install"]
|
|
|
|
[phases.build]
|
|
cmds = ["npm run build"]
|
|
|
|
[start]
|
|
cmd = "npm start"
|