vitesse/netlify.toml

13 lines
318 B
TOML
Raw Normal View History

2020-08-10 02:43:04 +08:00
[build.environment]
# to disable npm auto install. see https://community.netlify.com/t/using-pnpm-and-pnpm-workspaces/2759
NPM_FLAGS="--prefix=/"
[build]
publish = "dist"
2020-08-10 21:14:50 +08:00
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
2020-08-10 02:43:04 +08:00
[[redirects]]
from = "/*"
to = "/index.html"
status = 200