mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 04:16:07 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/auth/space/callback/page": "app/auth/space/callback/page.js",
|
||||
"/home/bots/page": "app/home/bots/page.js",
|
||||
"/home/page": "app/home/page.js",
|
||||
"/home/plugins/page": "app/home/plugins/page.js",
|
||||
"/login/page": "app/login/page.js",
|
||||
"/page": "app/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user