12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"installCommand": "pnpm install --no-frozen-lockfile",
|
|
"buildCommand": "pnpm build",
|
|
"outputDirectory": "dist",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|