WebAgent/netlify.toml

13 lines
167 B
TOML
Raw Permalink Normal View History

2025-12-17 16:49:16 +08:00
[build]
base = "/"
publish = "dist"
command = "pnpm run build:pro"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200