mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-16 15:30:59 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"/_global-error/page": "app/_global-error/page.js",
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/auth/space/callback/page": "app/auth/space/callback/page.js",
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js",
|
||||
"/home/bots/page": "app/home/bots/page.js",
|
||||
"/home/knowledge/page": "app/home/knowledge/page.js",
|
||||
"/home/monitoring/page": "app/home/monitoring/page.js",
|
||||
"/home/page": "app/home/page.js",
|
||||
"/home/pipelines/page": "app/home/pipelines/page.js",
|
||||
"/home/plugins/page": "app/home/plugins/page.js",
|
||||
"/login/page": "app/login/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/register/page": "app/register/page.js",
|
||||
"/reset-password/page": "app/reset-password/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user