2020-11-30 14:58:21 +08:00
|
|
|
[build.environment]
|
|
|
|
NPM_FLAGS = "--prefix=/dev/null"
|
|
|
|
|
2020-08-10 02:43:04 +08:00
|
|
|
[build]
|
2020-12-14 16:01:49 +08:00
|
|
|
publish = "dist"
|
2020-12-14 15:41:05 +08:00
|
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
|
2020-08-10 02:43:04 +08:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "/index.html"
|
|
|
|
status = 200
|