mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/auth/space/callback/page": "app/auth/space/callback/page.js"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a2e30_next_dist_build_polyfills_polyfill-nomodule.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_02fe65de._.js",
|
||||
"static/chunks/a2e30_next_dist_compiled_react-dom_70f94d5b._.js",
|
||||
"static/chunks/a2e30_next_dist_compiled_react-server-dom-turbopack_a9ed4898._.js",
|
||||
"static/chunks/a2e30_next_dist_compiled_next-devtools_index_0fa70b86.js",
|
||||
"static/chunks/a2e30_next_dist_compiled_80690030._.js",
|
||||
"static/chunks/a2e30_next_dist_client_d60d50fa._.js",
|
||||
"static/chunks/a2e30_next_dist_cedb48a3._.js",
|
||||
"static/chunks/a2e30_@swc_helpers_cjs_1ad3cb21._.js",
|
||||
"static/chunks/coding_projects_LangBot_web_a0ff3932._.js",
|
||||
"static/chunks/turbopack-coding_projects_LangBot_web_fc95dbcc._.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
Reference in New Issue
Block a user