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