mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-23 08:38:59 -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"
|
|
}
|