mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 11:26:07 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_bfbff020._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__05434c40._.js")
|
||||
R.c("server/chunks/ssr/a2e30_630bf297._.js")
|
||||
R.c("server/chunks/ssr/[externals]__e8a2741f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_3a8229c0._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/f0d16_projects_LangBot_web__next-internal_server_app__not-found_page_actions_99789b9b.js")
|
||||
R.m("[project]/coding/projects/LangBot/web/node_modules/next/dist/esm/build/templates/app-page.js?page=/_not-found/page { METADATA_0 => \"[project]/coding/projects/LangBot/web/src/app/favicon.ico.mjs { IMAGE => \\\"[project]/coding/projects/LangBot/web/src/app/favicon.ico (static in ecmascript, tag client)\\\" } [app-rsc] (structured image object, ecmascript, Next.js Server Component)\", MODULE_1 => \"[project]/coding/projects/LangBot/web/src/app/layout.tsx [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_2 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_3 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/forbidden.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_4 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/unauthorized.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_5 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)\" } [app-rsc] (ecmascript)")
|
||||
module.exports=R.m("[project]/coding/projects/LangBot/web/node_modules/next/dist/esm/build/templates/app-page.js?page=/_not-found/page { METADATA_0 => \"[project]/coding/projects/LangBot/web/src/app/favicon.ico.mjs { IMAGE => \\\"[project]/coding/projects/LangBot/web/src/app/favicon.ico (static in ecmascript, tag client)\\\" } [app-rsc] (structured image object, ecmascript, Next.js Server Component)\", MODULE_1 => \"[project]/coding/projects/LangBot/web/src/app/layout.tsx [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_2 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_3 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/forbidden.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_4 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/unauthorized.js [app-rsc] (ecmascript, Next.js Server Component)\", MODULE_5 => \"[project]/coding/projects/LangBot/web/node_modules/next/dist/client/components/builtin/not-found.js [app-rsc] (ecmascript, Next.js Server Component)\" } [app-rsc] (ecmascript)").exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/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": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user