Files
moeka-project/apps/vad/netlify.toml
T
2025-04-13 17:52:28 +08:00

14 lines
208 B
TOML
Executable File

[build]
base = "/"
command = "pnpm -F @proj-airi/vad... run build"
publish = "/apps/vad/dist"
[build.environment]
NODE_VERSION = "23"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false