Files
gmTouringMiniApp/netlify.toml
T

12 lines
164 B
TOML
Raw Normal View History

2026-07-30 16:04:34 +08:00
[build]
publish = "dist/build/h5"
command = "pnpm run build:h5"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200