9 lines
167 B
TOML
Executable File
9 lines
167 B
TOML
Executable File
[build]
|
|
publish = "dist"
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|