Files
tps/nixpacks.toml
Julien Calixte 837882395c fix: serve dist folder as static site
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 21:24:38 +01:00

9 lines
108 B
TOML

[variables]
NIXPACKS_NODE_VERSION = "24"
[phases.setup]
nixPkgs = ["pnpm"]
[start]
cmd = "npx serve dist"