netlify.toml 241 B

12345678910111213
  1. [build.environment]
  2. NPM_FLAGS = "--version"
  3. NODE_VERSION = "16"
  4. [build]
  5. publish = "dist"
  6. command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
  7. [[redirects]]
  8. from = "/*"
  9. to = "/index.html"
  10. status = 200