mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-17 21:58:58 -04:00
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"installCommand": "corepack yarn install --immutable",
|
|
"buildCommand": "corepack yarn build",
|
|
"outputDirectory": "build",
|
|
"framework": "vite"
|
|
}
|