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