This commit is contained in:
2026-04-12 22:51:57 +02:00
parent a5ccf2047b
commit c26c3b9485
37 changed files with 934 additions and 34 deletions

View File

@@ -1,10 +1,5 @@
{
"/afrolife/page": "app/afrolife/page.js",
"/annuaire/page": "app/annuaire/page.js",
"/api/analytics/route": "app/api/analytics/route.js",
"/api/businesses/route": "app/api/businesses/route.js",
"/blog/[id]/page": "app/blog/[id]/page.js",
"/blog/page": "app/blog/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js"
}

View File

@@ -4,7 +4,7 @@ R.c("server/chunks/ssr/[root-of-the-server]__06f207ab._.js")
R.c("server/chunks/ssr/a30ac_next_dist_2984d70a._.js")
R.c("server/chunks/ssr/[externals]__7f148858._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_global-error_c1b18c9b.js")
R.c("server/chunks/ssr/Documents_00 - projet_afropreunariat_a9b9fee6._.js")
R.c("server/chunks/ssr/[root-of-the-server]__4128d26c._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_a7eb5008._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_forbidden_24897189.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_unauthorized_d9e897c8.js")

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@ R.c("server/chunks/ssr/[root-of-the-server]__9a704c34._.js")
R.c("server/chunks/ssr/a30ac_next_dist_2984d70a._.js")
R.c("server/chunks/ssr/[externals]__7f148858._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_global-error_c1b18c9b.js")
R.c("server/chunks/ssr/Documents_00 - projet_afropreunariat_a9b9fee6._.js")
R.c("server/chunks/ssr/[root-of-the-server]__4128d26c._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_a7eb5008._.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_forbidden_24897189.js")
R.c("server/chunks/ssr/a30ac_next_dist_client_components_builtin_unauthorized_d9e897c8.js")

File diff suppressed because one or more lines are too long

View File

@@ -16600,7 +16600,7 @@ var __turbopack_async_dependencies__ = __turbopack_handle_async_dependencies__([
;
// We inject the nextConfigOutput here so that we can use them in the route
// module.
const nextConfigOutput = "";
const nextConfigOutput = "standalone";
const routeModule = new __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$00__$2d$__projet$2f$afropreunariat$2f$node_modules$2f$next$2f$dist$2f$esm$2f$server$2f$route$2d$modules$2f$app$2d$route$2f$module$2e$compiled$2e$js__$5b$app$2d$route$5d$__$28$ecmascript$29$__["AppRouteRouteModule"]({
definition: {
kind: __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$00__$2d$__projet$2f$afropreunariat$2f$node_modules$2f$next$2f$dist$2f$esm$2f$server$2f$route$2d$kind$2e$js__$5b$app$2d$route$5d$__$28$ecmascript$29$__["RouteKind"].APP_ROUTE,

View File

@@ -6177,7 +6177,7 @@ var EntryStatus = /*#__PURE__*/ function(EntryStatus) {
EntryStatus[EntryStatus["Rejected"] = 3] = "Rejected";
return EntryStatus;
}({});
const isOutputExportMode = ("TURBOPACK compile-time value", "development") === 'production' && ("TURBOPACK compile-time value", void 0) === 'export';
const isOutputExportMode = ("TURBOPACK compile-time value", "development") === 'production' && ("TURBOPACK compile-time value", "standalone") === 'export';
const MetadataOnlyRequestTree = [
'',
{},

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"nzqFbYTCPnKfhYIIKDYG+xnFLI0t6Og2KV+8qBSJfGk=\"\n}"
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"UBny3v2My8FSswF+XKlwEFB68MjTsPZoNJbBJmHj6O8=\"\n}"

View File

@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "nzqFbYTCPnKfhYIIKDYG+xnFLI0t6Og2KV+8qBSJfGk="
"encryptionKey": "UBny3v2My8FSswF+XKlwEFB68MjTsPZoNJbBJmHj6O8="
}