0.0.8.3
This commit is contained in:
@@ -0,0 +1 @@
|
||||
bcr3NfAoSiLYJ8qnSk4kp
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"/_global-error/page": "/_global-error",
|
||||
"/_not-found/page": "/_not-found",
|
||||
"/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]",
|
||||
"/api/auth/register/route": "/api/auth/register",
|
||||
"/api/trees/[treeId]/activity-logs/route": "/api/trees/[treeId]/activity-logs",
|
||||
"/api/trees/[treeId]/collaborators/route": "/api/trees/[treeId]/collaborators",
|
||||
"/api/trees/[treeId]/import/route": "/api/trees/[treeId]/import",
|
||||
"/api/trees/[treeId]/invite/route": "/api/trees/[treeId]/invite",
|
||||
"/api/trees/[treeId]/members/[memberId]/route": "/api/trees/[treeId]/members/[memberId]",
|
||||
"/api/trees/[treeId]/members/route": "/api/trees/[treeId]/members",
|
||||
"/api/trees/[treeId]/relationship/route": "/api/trees/[treeId]/relationship",
|
||||
"/api/trees/[treeId]/route": "/api/trees/[treeId]",
|
||||
"/api/trees/route": "/api/trees",
|
||||
"/api/user/activity-logs/route": "/api/user/activity-logs",
|
||||
"/api/user/change-password/route": "/api/user/change-password",
|
||||
"/api/user/profile/route": "/api/user/profile",
|
||||
"/auth/register/page": "/auth/register",
|
||||
"/auth/signin/page": "/auth/signin",
|
||||
"/help/page": "/help",
|
||||
"/members/[id]/page": "/members/[id]",
|
||||
"/members/new/page": "/members/new",
|
||||
"/members/page": "/members",
|
||||
"/page": "/",
|
||||
"/relationship/page": "/relationship",
|
||||
"/settings/page": "/settings",
|
||||
"/timeline/page": "/timeline",
|
||||
"/tree/page": "/tree",
|
||||
"/trees/new/page": "/trees/new"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pages": {
|
||||
"/_app": []
|
||||
},
|
||||
"devFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [
|
||||
"static/bcr3NfAoSiLYJ8qnSk4kp/_ssgManifest.js",
|
||||
"static/bcr3NfAoSiLYJ8qnSk4kp/_buildManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/d10a21c5b7ccf022.js",
|
||||
"static/chunks/b556bd4e4db6194a.js",
|
||||
"static/chunks/9e02b7100d6e6270.js",
|
||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
||||
"static/chunks/ca4429dea6d39825.js",
|
||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"type": "commonjs"}
|
||||
@@ -0,0 +1,338 @@
|
||||
{
|
||||
"version": 4,
|
||||
"routes": {
|
||||
"/_global-error": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/_global-error",
|
||||
"dataRoute": "/_global-error.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/_not-found": {
|
||||
"initialStatus": 404,
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/_not-found",
|
||||
"dataRoute": "/_not-found.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/auth/register": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/auth/register",
|
||||
"dataRoute": "/auth/register.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/auth/signin": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/auth/signin",
|
||||
"dataRoute": "/auth/signin.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/help": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/help",
|
||||
"dataRoute": "/help.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/members/new": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/members/new",
|
||||
"dataRoute": "/members/new.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/members": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/members",
|
||||
"dataRoute": "/members.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/",
|
||||
"dataRoute": "/index.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/relationship": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/relationship",
|
||||
"dataRoute": "/relationship.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/settings": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/settings",
|
||||
"dataRoute": "/settings.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/timeline": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/timeline",
|
||||
"dataRoute": "/timeline.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/tree": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/tree",
|
||||
"dataRoute": "/tree.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
},
|
||||
"/trees/new": {
|
||||
"experimentalBypassFor": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "next-action"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"key": "content-type",
|
||||
"value": "multipart/form-data;.*"
|
||||
}
|
||||
],
|
||||
"initialRevalidateSeconds": false,
|
||||
"srcRoute": "/trees/new",
|
||||
"dataRoute": "/trees/new.rsc",
|
||||
"prefetchDataRoute": null,
|
||||
"allowHeader": [
|
||||
"host",
|
||||
"x-matched-path",
|
||||
"x-prerender-revalidate",
|
||||
"x-prerender-revalidate-if-generated",
|
||||
"x-next-revalidated-tags",
|
||||
"x-next-revalidate-tag-token"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dynamicRoutes": {},
|
||||
"notFoundRoutes": [],
|
||||
"preview": {
|
||||
"previewModeId": "02f1c0acb733bf46fa9001de46afd22d",
|
||||
"previewModeSigningKey": "8a84167b5c37406a449f2d5535a9f1f4792d2aec6922167f6842f2b292352e29",
|
||||
"previewModeEncryptionKey": "248bf1c67f8836477b72e4d3c4c7fdb7c7c0e28b54325d4e78a273a5e7c17ef3"
|
||||
}
|
||||
}
|
||||
+317
@@ -0,0 +1,317 @@
|
||||
{
|
||||
"version": 1,
|
||||
"config": {
|
||||
"env": {},
|
||||
"webpack": null,
|
||||
"typescript": {
|
||||
"ignoreBuildErrors": false
|
||||
},
|
||||
"typedRoutes": false,
|
||||
"distDir": ".next",
|
||||
"cleanDistDir": true,
|
||||
"assetPrefix": "",
|
||||
"cacheMaxMemorySize": 52428800,
|
||||
"configOrigin": "next.config.mjs",
|
||||
"useFileSystemPublicRoutes": true,
|
||||
"generateEtags": true,
|
||||
"pageExtensions": [
|
||||
"tsx",
|
||||
"ts",
|
||||
"jsx",
|
||||
"js"
|
||||
],
|
||||
"poweredByHeader": true,
|
||||
"compress": true,
|
||||
"images": {
|
||||
"deviceSizes": [
|
||||
640,
|
||||
750,
|
||||
828,
|
||||
1080,
|
||||
1200,
|
||||
1920,
|
||||
2048,
|
||||
3840
|
||||
],
|
||||
"imageSizes": [
|
||||
32,
|
||||
48,
|
||||
64,
|
||||
96,
|
||||
128,
|
||||
256,
|
||||
384
|
||||
],
|
||||
"path": "/_next/image",
|
||||
"loader": "default",
|
||||
"loaderFile": "",
|
||||
"domains": [],
|
||||
"disableStaticImages": false,
|
||||
"minimumCacheTTL": 14400,
|
||||
"formats": [
|
||||
"image/webp"
|
||||
],
|
||||
"maximumRedirects": 3,
|
||||
"dangerouslyAllowLocalIP": false,
|
||||
"dangerouslyAllowSVG": false,
|
||||
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
||||
"contentDispositionType": "attachment",
|
||||
"localPatterns": [
|
||||
{
|
||||
"pathname": "**",
|
||||
"search": ""
|
||||
}
|
||||
],
|
||||
"remotePatterns": [],
|
||||
"qualities": [
|
||||
75
|
||||
],
|
||||
"unoptimized": true
|
||||
},
|
||||
"devIndicators": {
|
||||
"position": "bottom-left"
|
||||
},
|
||||
"onDemandEntries": {
|
||||
"maxInactiveAge": 60000,
|
||||
"pagesBufferLength": 5
|
||||
},
|
||||
"basePath": "",
|
||||
"sassOptions": {},
|
||||
"trailingSlash": false,
|
||||
"i18n": null,
|
||||
"productionBrowserSourceMaps": false,
|
||||
"excludeDefaultMomentLocales": true,
|
||||
"reactProductionProfiling": false,
|
||||
"reactStrictMode": null,
|
||||
"reactMaxHeadersLength": 6000,
|
||||
"httpAgentOptions": {
|
||||
"keepAlive": true
|
||||
},
|
||||
"logging": {},
|
||||
"compiler": {},
|
||||
"expireTime": 31536000,
|
||||
"staticPageGenerationTimeout": 60,
|
||||
"output": "standalone",
|
||||
"modularizeImports": {
|
||||
"@mui/icons-material": {
|
||||
"transform": "@mui/icons-material/{{member}}"
|
||||
},
|
||||
"lodash": {
|
||||
"transform": "lodash/{{member}}"
|
||||
}
|
||||
},
|
||||
"outputFileTracingRoot": "/Users/freedak",
|
||||
"cacheComponents": false,
|
||||
"cacheLife": {
|
||||
"default": {
|
||||
"stale": 300,
|
||||
"revalidate": 900,
|
||||
"expire": 4294967294
|
||||
},
|
||||
"seconds": {
|
||||
"stale": 30,
|
||||
"revalidate": 1,
|
||||
"expire": 60
|
||||
},
|
||||
"minutes": {
|
||||
"stale": 300,
|
||||
"revalidate": 60,
|
||||
"expire": 3600
|
||||
},
|
||||
"hours": {
|
||||
"stale": 300,
|
||||
"revalidate": 3600,
|
||||
"expire": 86400
|
||||
},
|
||||
"days": {
|
||||
"stale": 300,
|
||||
"revalidate": 86400,
|
||||
"expire": 604800
|
||||
},
|
||||
"weeks": {
|
||||
"stale": 300,
|
||||
"revalidate": 604800,
|
||||
"expire": 2592000
|
||||
},
|
||||
"max": {
|
||||
"stale": 300,
|
||||
"revalidate": 2592000,
|
||||
"expire": 31536000
|
||||
}
|
||||
},
|
||||
"cacheHandlers": {},
|
||||
"experimental": {
|
||||
"useSkewCookie": false,
|
||||
"cssChunking": true,
|
||||
"multiZoneDraftMode": false,
|
||||
"appNavFailHandling": false,
|
||||
"prerenderEarlyExit": true,
|
||||
"serverMinification": true,
|
||||
"serverSourceMaps": false,
|
||||
"linkNoTouchStart": false,
|
||||
"caseSensitiveRoutes": false,
|
||||
"dynamicOnHover": false,
|
||||
"preloadEntriesOnStart": true,
|
||||
"clientRouterFilter": true,
|
||||
"clientRouterFilterRedirects": false,
|
||||
"fetchCacheKeyPrefix": "",
|
||||
"proxyPrefetch": "flexible",
|
||||
"optimisticClientCache": true,
|
||||
"manualClientBasePath": false,
|
||||
"cpus": 9,
|
||||
"memoryBasedWorkersCount": false,
|
||||
"imgOptConcurrency": null,
|
||||
"imgOptTimeoutInSeconds": 7,
|
||||
"imgOptMaxInputPixels": 268402689,
|
||||
"imgOptSequentialRead": null,
|
||||
"imgOptSkipMetadata": null,
|
||||
"isrFlushToDisk": true,
|
||||
"workerThreads": false,
|
||||
"optimizeCss": false,
|
||||
"nextScriptWorkers": false,
|
||||
"scrollRestoration": false,
|
||||
"externalDir": false,
|
||||
"disableOptimizedLoading": false,
|
||||
"gzipSize": true,
|
||||
"craCompat": false,
|
||||
"esmExternals": true,
|
||||
"fullySpecified": false,
|
||||
"swcTraceProfiling": false,
|
||||
"forceSwcTransforms": false,
|
||||
"largePageDataBytes": 128000,
|
||||
"typedEnv": false,
|
||||
"parallelServerCompiles": false,
|
||||
"parallelServerBuildTraces": false,
|
||||
"ppr": false,
|
||||
"authInterrupts": false,
|
||||
"webpackMemoryOptimizations": false,
|
||||
"optimizeServerReact": true,
|
||||
"viewTransition": false,
|
||||
"removeUncaughtErrorAndRejectionListeners": false,
|
||||
"validateRSCRequestHeaders": false,
|
||||
"staleTimes": {
|
||||
"dynamic": 0,
|
||||
"static": 300
|
||||
},
|
||||
"reactDebugChannel": false,
|
||||
"serverComponentsHmrCache": true,
|
||||
"staticGenerationMaxConcurrency": 8,
|
||||
"staticGenerationMinPagesPerWorker": 25,
|
||||
"inlineCss": false,
|
||||
"useCache": false,
|
||||
"globalNotFound": false,
|
||||
"browserDebugInfoInTerminal": false,
|
||||
"lockDistDir": true,
|
||||
"isolatedDevBuild": true,
|
||||
"proxyClientMaxBodySize": 10485760,
|
||||
"hideLogsAfterAbort": false,
|
||||
"mcpServer": true,
|
||||
"optimizePackageImports": [
|
||||
"lucide-react",
|
||||
"date-fns",
|
||||
"lodash-es",
|
||||
"ramda",
|
||||
"antd",
|
||||
"react-bootstrap",
|
||||
"ahooks",
|
||||
"@ant-design/icons",
|
||||
"@headlessui/react",
|
||||
"@headlessui-float/react",
|
||||
"@heroicons/react/20/solid",
|
||||
"@heroicons/react/24/solid",
|
||||
"@heroicons/react/24/outline",
|
||||
"@visx/visx",
|
||||
"@tremor/react",
|
||||
"rxjs",
|
||||
"@mui/material",
|
||||
"@mui/icons-material",
|
||||
"recharts",
|
||||
"react-use",
|
||||
"effect",
|
||||
"@effect/schema",
|
||||
"@effect/platform",
|
||||
"@effect/platform-node",
|
||||
"@effect/platform-browser",
|
||||
"@effect/platform-bun",
|
||||
"@effect/sql",
|
||||
"@effect/sql-mssql",
|
||||
"@effect/sql-mysql2",
|
||||
"@effect/sql-pg",
|
||||
"@effect/sql-sqlite-node",
|
||||
"@effect/sql-sqlite-bun",
|
||||
"@effect/sql-sqlite-wasm",
|
||||
"@effect/sql-sqlite-react-native",
|
||||
"@effect/rpc",
|
||||
"@effect/rpc-http",
|
||||
"@effect/typeclass",
|
||||
"@effect/experimental",
|
||||
"@effect/opentelemetry",
|
||||
"@material-ui/core",
|
||||
"@material-ui/icons",
|
||||
"@tabler/icons-react",
|
||||
"mui-core",
|
||||
"react-icons/ai",
|
||||
"react-icons/bi",
|
||||
"react-icons/bs",
|
||||
"react-icons/cg",
|
||||
"react-icons/ci",
|
||||
"react-icons/di",
|
||||
"react-icons/fa",
|
||||
"react-icons/fa6",
|
||||
"react-icons/fc",
|
||||
"react-icons/fi",
|
||||
"react-icons/gi",
|
||||
"react-icons/go",
|
||||
"react-icons/gr",
|
||||
"react-icons/hi",
|
||||
"react-icons/hi2",
|
||||
"react-icons/im",
|
||||
"react-icons/io",
|
||||
"react-icons/io5",
|
||||
"react-icons/lia",
|
||||
"react-icons/lib",
|
||||
"react-icons/lu",
|
||||
"react-icons/md",
|
||||
"react-icons/pi",
|
||||
"react-icons/ri",
|
||||
"react-icons/rx",
|
||||
"react-icons/si",
|
||||
"react-icons/sl",
|
||||
"react-icons/tb",
|
||||
"react-icons/tfi",
|
||||
"react-icons/ti",
|
||||
"react-icons/vsc",
|
||||
"react-icons/wi"
|
||||
],
|
||||
"trustHostHeader": false,
|
||||
"isExperimentalCompile": false
|
||||
},
|
||||
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
||||
"bundlePagesRouterDependencies": false,
|
||||
"configFileName": "next.config.mjs",
|
||||
"turbopack": {
|
||||
"root": "/Users/freedak"
|
||||
},
|
||||
"distDirRoot": ".next"
|
||||
},
|
||||
"appDir": "/Users/freedak/Documents/go-new/chinese-family-tree",
|
||||
"relativeAppDir": "Documents/go-new/chinese-family-tree",
|
||||
"files": [
|
||||
".next/routes-manifest.json",
|
||||
".next/server/pages-manifest.json",
|
||||
".next/build-manifest.json",
|
||||
".next/prerender-manifest.json",
|
||||
".next/server/functions-config-manifest.json",
|
||||
".next/server/middleware-manifest.json",
|
||||
".next/server/middleware-build-manifest.js",
|
||||
".next/server/app-paths-manifest.json",
|
||||
".next/app-path-routes-manifest.json",
|
||||
".next/server/server-reference-manifest.js",
|
||||
".next/server/server-reference-manifest.json",
|
||||
".next/BUILD_ID",
|
||||
".next/server/next-font-manifest.js",
|
||||
".next/server/next-font-manifest.json",
|
||||
".next/required-server-files.json"
|
||||
],
|
||||
"ignore": []
|
||||
}
|
||||
@@ -0,0 +1,234 @@
|
||||
{
|
||||
"version": 3,
|
||||
"pages404": true,
|
||||
"caseSensitive": false,
|
||||
"basePath": "",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path+/",
|
||||
"destination": "/:path+",
|
||||
"internal": true,
|
||||
"priority": true,
|
||||
"statusCode": 308,
|
||||
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
||||
}
|
||||
],
|
||||
"headers": [],
|
||||
"rewrites": {
|
||||
"beforeFiles": [],
|
||||
"afterFiles": [],
|
||||
"fallback": []
|
||||
},
|
||||
"dynamicRoutes": [
|
||||
{
|
||||
"page": "/api/auth/[...nextauth]",
|
||||
"regex": "^/api/auth/(.+?)(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPnextauth": "nxtPnextauth"
|
||||
},
|
||||
"namedRegex": "^/api/auth/(?<nxtPnextauth>.+?)(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]",
|
||||
"regex": "^/api/trees/([^/]+?)(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/activity-logs",
|
||||
"regex": "^/api/trees/([^/]+?)/activity\\-logs(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/activity\\-logs(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/collaborators",
|
||||
"regex": "^/api/trees/([^/]+?)/collaborators(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/collaborators(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/import",
|
||||
"regex": "^/api/trees/([^/]+?)/import(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/import(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/invite",
|
||||
"regex": "^/api/trees/([^/]+?)/invite(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/invite(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/members",
|
||||
"regex": "^/api/trees/([^/]+?)/members(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/members(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/members/[memberId]",
|
||||
"regex": "^/api/trees/([^/]+?)/members/([^/]+?)(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId",
|
||||
"nxtPmemberId": "nxtPmemberId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/members/(?<nxtPmemberId>[^/]+?)(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees/[treeId]/relationship",
|
||||
"regex": "^/api/trees/([^/]+?)/relationship(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPtreeId": "nxtPtreeId"
|
||||
},
|
||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/relationship(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/members/[id]",
|
||||
"regex": "^/members/([^/]+?)(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPid": "nxtPid"
|
||||
},
|
||||
"namedRegex": "^/members/(?<nxtPid>[^/]+?)(?:/)?$"
|
||||
}
|
||||
],
|
||||
"staticRoutes": [
|
||||
{
|
||||
"page": "/",
|
||||
"regex": "^/(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/_global-error",
|
||||
"regex": "^/_global\\-error(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/_global\\-error(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/_not-found",
|
||||
"regex": "^/_not\\-found(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/_not\\-found(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/auth/register",
|
||||
"regex": "^/api/auth/register(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/auth/register(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/trees",
|
||||
"regex": "^/api/trees(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/trees(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/user/activity-logs",
|
||||
"regex": "^/api/user/activity\\-logs(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/user/activity\\-logs(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/user/change-password",
|
||||
"regex": "^/api/user/change\\-password(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/user/change\\-password(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/api/user/profile",
|
||||
"regex": "^/api/user/profile(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/api/user/profile(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/auth/register",
|
||||
"regex": "^/auth/register(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/auth/register(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/auth/signin",
|
||||
"regex": "^/auth/signin(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/auth/signin(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/help",
|
||||
"regex": "^/help(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/help(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/members",
|
||||
"regex": "^/members(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/members(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/members/new",
|
||||
"regex": "^/members/new(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/members/new(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/relationship",
|
||||
"regex": "^/relationship(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/relationship(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/settings",
|
||||
"regex": "^/settings(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/settings(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/timeline",
|
||||
"regex": "^/timeline(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/timeline(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/tree",
|
||||
"regex": "^/tree(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/tree(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/trees/new",
|
||||
"regex": "^/trees/new(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/trees/new(?:/)?$"
|
||||
}
|
||||
],
|
||||
"dataRoutes": [],
|
||||
"rsc": {
|
||||
"header": "rsc",
|
||||
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
|
||||
"prefetchHeader": "next-router-prefetch",
|
||||
"didPostponeHeader": "x-nextjs-postponed",
|
||||
"contentTypeHeader": "text/x-component",
|
||||
"suffix": ".rsc",
|
||||
"prefetchSuffix": ".prefetch.rsc",
|
||||
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
||||
"prefetchSegmentSuffix": ".segment.rsc",
|
||||
"prefetchSegmentDirSuffix": ".segments",
|
||||
"clientParamParsing": false,
|
||||
"dynamicRSCPrerender": false
|
||||
},
|
||||
"rewriteHeaders": {
|
||||
"pathHeader": "x-nextjs-rewritten-path",
|
||||
"queryHeader": "x-nextjs-rewritten-query"
|
||||
}
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"/_global-error/page": "app/_global-error/page.js",
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
||||
"/api/auth/register/route": "app/api/auth/register/route.js",
|
||||
"/api/trees/[treeId]/activity-logs/route": "app/api/trees/[treeId]/activity-logs/route.js",
|
||||
"/api/trees/[treeId]/collaborators/route": "app/api/trees/[treeId]/collaborators/route.js",
|
||||
"/api/trees/[treeId]/import/route": "app/api/trees/[treeId]/import/route.js",
|
||||
"/api/trees/[treeId]/invite/route": "app/api/trees/[treeId]/invite/route.js",
|
||||
"/api/trees/[treeId]/members/[memberId]/route": "app/api/trees/[treeId]/members/[memberId]/route.js",
|
||||
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js",
|
||||
"/api/trees/[treeId]/relationship/route": "app/api/trees/[treeId]/relationship/route.js",
|
||||
"/api/trees/[treeId]/route": "app/api/trees/[treeId]/route.js",
|
||||
"/api/trees/route": "app/api/trees/route.js",
|
||||
"/api/user/activity-logs/route": "app/api/user/activity-logs/route.js",
|
||||
"/api/user/change-password/route": "app/api/user/change-password/route.js",
|
||||
"/api/user/profile/route": "app/api/user/profile/route.js",
|
||||
"/auth/register/page": "app/auth/register/page.js",
|
||||
"/auth/signin/page": "app/auth/signin/page.js",
|
||||
"/help/page": "app/help/page.js",
|
||||
"/members/[id]/page": "app/members/[id]/page.js",
|
||||
"/members/new/page": "app/members/new/page.js",
|
||||
"/members/page": "app/members/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/relationship/page": "app/relationship/page.js",
|
||||
"/settings/page": "app/settings/page.js",
|
||||
"/timeline/page": "app/timeline/page.js",
|
||||
"/tree/page": "app/tree/page.js",
|
||||
"/trees/new/page": "app/trees/new/page.js"
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><!--bcr3NfAoSiLYJ8qnSk4kp--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/d10a21c5b7ccf022.js"/><script src="/_next/static/chunks/b556bd4e4db6194a.js" async=""></script><script src="/_next/static/chunks/9e02b7100d6e6270.js" async=""></script><script src="/_next/static/chunks/d2e53c3a1fa8e07b.js" async=""></script><script src="/_next/static/chunks/ca4429dea6d39825.js" async=""></script><script src="/_next/static/chunks/turbopack-70369a344530a1cd.js" async=""></script><script src="/_next/static/chunks/8f17d8759a6e1b46.js" async=""></script><script src="/_next/static/chunks/b5f12f01a94627ac.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
||||
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/d10a21c5b7ccf022.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[66163,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n3:I[65586,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n4:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"ViewportBoundary\"]\n9:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"MetadataBoundary\"]\nb:I[95067,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"bcr3NfAoSiLYJ8qnSk4kp\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b5f12f01a94627ac.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$@8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@a\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:[]\n6:null\n"])</script></body></html>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"status": 500,
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/_global-error/layout,_N_T_/_global-error/page,_N_T_/_global-error"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/__PAGE__",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[66163,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
3:I[65586,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
4:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||
5:"$Sreact.suspense"
|
||||
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
0:{"P":null,"b":"bcr3NfAoSiLYJ8qnSk4kp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
||||
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
a:[]
|
||||
6:null
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||
3:"$Sreact.suspense"
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:null
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[66163,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
3:I[65586,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
4:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||
5:"$Sreact.suspense"
|
||||
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
0:{"P":null,"b":"bcr3NfAoSiLYJ8qnSk4kp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
||||
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
a:[]
|
||||
6:null
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||
4:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||
5:"$Sreact.suspense"
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
6:[]
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[66163,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
3:I[65586,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
+1
@@ -0,0 +1 @@
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__110f3bfe._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_d41e4c12._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b648577b._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
||||
R.c("server/chunks/ssr/168ba__next-internal_server_app__global-error_page_actions_02dc3924.js")
|
||||
R.m(89061)
|
||||
module.exports=R.m(89061).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/_global-error/page": "app/_global-error/page.js"
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/d10a21c5b7ccf022.js",
|
||||
"static/chunks/b556bd4e4db6194a.js",
|
||||
"static/chunks/9e02b7100d6e6270.js",
|
||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
||||
"static/chunks/ca4429dea6d39825.js",
|
||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"status": 404,
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/_not-found/layout,_N_T_/_not-found/page,_N_T_/_not-found"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/_not-found/__PAGE__",
|
||||
"/_not-found",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"SessionProvider"]
|
||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"DialogProvider"]
|
||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"FamilyProvider"]
|
||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"PWAProvider"]
|
||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
8:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"OutletBoundary"]
|
||||
9:"$Sreact.suspense"
|
||||
b:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"ViewportBoundary"]
|
||||
d:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"MetadataBoundary"]
|
||||
f:I[95067,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||
:HL["/_next/static/chunks/79987391e736cf0e.css","style"]
|
||||
0:{"P":null,"b":"bcr3NfAoSiLYJ8qnSk4kp","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/79987391e736cf0e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3216c7ab0f38ea2f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0b2003edc6e2bf61.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
||||
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
10:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"IconMark"]
|
||||
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L10","11",{}]]
|
||||
a:null
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"SessionProvider"]
|
||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"DialogProvider"]
|
||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"FamilyProvider"]
|
||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"PWAProvider"]
|
||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
8:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"OutletBoundary"]
|
||||
9:"$Sreact.suspense"
|
||||
b:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"ViewportBoundary"]
|
||||
d:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"MetadataBoundary"]
|
||||
f:I[95067,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||
:HL["/_next/static/chunks/79987391e736cf0e.css","style"]
|
||||
0:{"P":null,"b":"bcr3NfAoSiLYJ8qnSk4kp","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/79987391e736cf0e.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3216c7ab0f38ea2f.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0b2003edc6e2bf61.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
||||
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
10:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"IconMark"]
|
||||
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L10","11",{}]]
|
||||
a:null
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"ViewportBoundary"]
|
||||
4:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"MetadataBoundary"]
|
||||
5:"$Sreact.suspense"
|
||||
7:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"IconMark"]
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
6:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L7","11",{}]]
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"SessionProvider"]
|
||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"DialogProvider"]
|
||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"FamilyProvider"]
|
||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"PWAProvider"]
|
||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||
:HL["/_next/static/chunks/79987391e736cf0e.css","style"]
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/79987391e736cf0e.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3216c7ab0f38ea2f.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/0b2003edc6e2bf61.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]}]]}],"loading":[null,[],[]],"isPartial":false}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
3:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"default"]
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/3216c7ab0f38ea2f.js","/_next/static/chunks/b5f12f01a94627ac.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/0b2003edc6e2bf61.js"],"OutletBoundary"]
|
||||
3:"$Sreact.suspense"
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:null
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||
:HL["/_next/static/chunks/79987391e736cf0e.css","style"]
|
||||
0:{"buildId":"bcr3NfAoSiLYJ8qnSk4kp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__87c1ffc8._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_esm_build_templates_app-page_8874adb8.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b648577b._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__56a99066._.js")
|
||||
R.c("server/chunks/ssr/Documents_go-new_chinese-family-tree_app_loading_tsx_b1f283e0._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_client_components_1ee43648._.js")
|
||||
R.c("server/chunks/ssr/4e98a_next_dist_client_components_builtin_forbidden_243a9611.js")
|
||||
R.c("server/chunks/ssr/fb354_chinese-family-tree__next-internal_server_app__not-found_page_actions_6ddf1b31.js")
|
||||
R.m(49361)
|
||||
module.exports=R.m(49361).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js"
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/d10a21c5b7ccf022.js",
|
||||
"static/chunks/b556bd4e4db6194a.js",
|
||||
"static/chunks/9e02b7100d6e6270.js",
|
||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
||||
"static/chunks/ca4429dea6d39825.js",
|
||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/Documents/go-new/chinese-family-tree/app/_not-found/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
File diff suppressed because one or more lines are too long
+8
@@ -0,0 +1,8 @@
|
||||
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/[...nextauth]/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__797e84b5._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/168ba__next-internal_server_app_api_auth_[___nextauth]_route_actions_c984eee0.js")
|
||||
R.m(37849)
|
||||
module.exports=R.m(37849).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/auth/[...nextauth]/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/register/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__3fa4ad6b._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/168ba__next-internal_server_app_api_auth_register_route_actions_5f0b2c44.js")
|
||||
R.m(85672)
|
||||
module.exports=R.m(85672).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/auth/register/route": "app/api/auth/register/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/auth/register/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/activity-logs/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__d923790f._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_activity-logs_route_actions_7cec2c11.js")
|
||||
R.m(82870)
|
||||
module.exports=R.m(82870).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/activity-logs/route": "app/api/trees/[treeId]/activity-logs/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/activity-logs/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/collaborators/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__831b2286._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_collaborators_route_actions_9236bcfc.js")
|
||||
R.m(41510)
|
||||
module.exports=R.m(41510).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/collaborators/route": "app/api/trees/[treeId]/collaborators/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/collaborators/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/import/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__a3067a8d._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_import_route_actions_ac9f5f91.js")
|
||||
R.m(85342)
|
||||
module.exports=R.m(85342).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/import/route": "app/api/trees/[treeId]/import/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/import/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/invite/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__c9ab0f27._.js")
|
||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__580eb295._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_invite_route_actions_bad26b87.js")
|
||||
R.m(153)
|
||||
module.exports=R.m(153).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/invite/route": "app/api/trees/[treeId]/invite/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/invite/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
var R=require("../../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/[memberId]/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__78df78c5._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_members_[memberId]_route_actions_ccc69906.js")
|
||||
R.m(39475)
|
||||
module.exports=R.m(39475).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/members/[memberId]/route": "app/api/trees/[treeId]/members/[memberId]/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/members/[memberId]/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__c2c7d9ae._.js")
|
||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_members_route_actions_fd0cf9e1.js")
|
||||
R.m(48822)
|
||||
module.exports=R.m(48822).exports
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
+1
File diff suppressed because one or more lines are too long
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js"
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
||||
globalThis.__RSC_MANIFEST["/api/trees/[treeId]/members/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/relationship/route.js")
|
||||
R.c("server/chunks/[root-of-the-server]__532f0fc5._.js")
|
||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
||||
R.c("server/chunks/4e98a_next_dist_esm_build_templates_app-route_c253ba95.js")
|
||||
R.c("server/chunks/7c58b_next-internal_server_app_api_trees_[treeId]_relationship_route_actions_6f0034b0.js")
|
||||
R.m(28987)
|
||||
module.exports=R.m(28987).exports
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user