ShiErFeng/shierfeng-fastapi-app/netlify.toml
2026-07-24 09:43:10 +08:00

14 lines
236 B
TOML

# netlify 部署文件
# 用于部署此项目的 h5 产物,可删除
[build]
publish = "dist/build/h5"
command = "pnpm run build:h5"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200