mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/console/",
|
|
"permanent": true
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/console/(.*)",
|
|
"destination": "/$1"
|
|
}
|
|
],
|
|
"installCommand": "pnpm install --frozen-lockfile"
|
|
}
|