Files
gmTouringMiniApp/netlify.toml
T

12 lines
164 B
TOML

[build]
publish = "dist/build/h5"
command = "pnpm run build:h5"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200