crm-yx/netlify.toml

12 lines
152 B
TOML
Raw Permalink Normal View History

2024-09-12 16:20:13 +08:00
[build]
publish = "dist"
command = "pnpm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200