mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/console/"
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/console/(.*)",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"installCommand": "pnpm install --frozen-lockfile"
|
|
}
|