Files
openapi-definition-generator/nixpacks.toml
2025-10-19 19:55:38 +00:00

13 lines
133 B
TOML

[phases.install]
cmds = [
"yarn install --frozen-lockfile"
]
[phases.build]
cmds = [
"yarn build"
]
[start]
cmd = "yarn start"