6 lines
93 B
TOML
6 lines
93 B
TOML
[phases.build]
|
|
cmds = ["npm ci", "npm run build"]
|
|
|
|
[start]
|
|
cmd = "npx serve dist -l 3000 -s"
|