forked from zhouruizhe/gmTouringMiniApp
12 lines
164 B
TOML
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
|