zephyr-frontend/netlify.toml
2021-12-09 17:03:26 +08:00

13 lines
241 B
TOML
Executable File

[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200