wiki-viewer 2.7.5 → 2.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/required-server-files.json +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  13. package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
  14. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  15. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/api/agent/activity/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/agent/events/[...path]/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/agent/files/[...path]/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/agent/fs/file/[...path]/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/agent/fs/ls/[[...path]]/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/agent/fs/move/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/agent/fs/search/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/agent/internal/span/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/agent/settings/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/agent/sidecar/[...path]/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/assets/[...path]/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/pdf/save/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/share/[token]/asset/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/api/share/[token]/route.js.nft.json +1 -1
  34. package/.next/standalone/.next/server/app/api/share/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/system/reveal/route.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/api/system/set-root/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/system/workspaces/[id]/branch/route.js.nft.json +1 -1
  38. package/.next/standalone/.next/server/app/api/system/workspaces/[id]/open/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/system/workspaces/[id]/refresh/route.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/api/system/workspaces/[id]/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/system/workspaces/route.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/api/upload/[...path]/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/wiki/app/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/api/wiki/backlinks/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/wiki/content/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/api/wiki/download/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/api/wiki/file/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/api/wiki/folder/route.js.nft.json +1 -1
  49. package/.next/standalone/.next/server/app/api/wiki/git-branches/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/api/wiki/git-checkout/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/api/wiki/git-diff/route.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/api/wiki/git-file-info/route.js.nft.json +1 -1
  53. package/.next/standalone/.next/server/app/api/wiki/git-history/route.js.nft.json +1 -1
  54. package/.next/standalone/.next/server/app/api/wiki/git-pull/route.js.nft.json +1 -1
  55. package/.next/standalone/.next/server/app/api/wiki/move/route.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/api/wiki/new-file/route.js.nft.json +1 -1
  57. package/.next/standalone/.next/server/app/api/wiki/outlinks/route.js.nft.json +1 -1
  58. package/.next/standalone/.next/server/app/api/wiki/page/route.js.nft.json +1 -1
  59. package/.next/standalone/.next/server/app/api/wiki/presence/route.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/api/wiki/route.js.nft.json +1 -1
  61. package/.next/standalone/.next/server/app/api/wiki/search/route.js.nft.json +1 -1
  62. package/.next/standalone/.next/server/app/api/wiki/slugs/route.js.nft.json +1 -1
  63. package/.next/standalone/.next/server/app/api/wiki/upload/route.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/api/wiki/watch/route.js.nft.json +1 -1
  65. package/.next/standalone/.next/server/app/index.html +1 -1
  66. package/.next/standalone/.next/server/app/index.rsc +2 -2
  67. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  68. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +2 -2
  69. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  70. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  71. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  72. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/chunks/ssr/_0v4uz-4._.js +1 -1
  74. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  75. package/.next/standalone/.next/server/middleware-manifest.json +5 -5
  76. package/.next/standalone/.next/server/pages/404.html +1 -1
  77. package/.next/standalone/.next/server/pages/500.html +1 -1
  78. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  79. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  80. package/.next/standalone/.next/static/chunks/{0i-0jdw7dtj9c.js → 0hwf-t3aoviy_.js} +1 -1
  81. package/.next/standalone/package.json +1 -1
  82. package/.next/standalone/server.js +1 -1
  83. package/bin/wiki-viewer.js +121 -22
  84. package/package.json +1 -1
  85. /package/.next/standalone/.next/static/{w6zxJ1-lNNl0jldTTzyLC → GrvEfHFNbgW5qJUpfaeje}/_buildManifest.js +0 -0
  86. /package/.next/standalone/.next/static/{w6zxJ1-lNNl0jldTTzyLC → GrvEfHFNbgW5qJUpfaeje}/_clientMiddlewareManifest.js +0 -0
  87. /package/.next/standalone/.next/static/{w6zxJ1-lNNl0jldTTzyLC → GrvEfHFNbgW5qJUpfaeje}/_ssgManifest.js +0 -0
@@ -4,7 +4,7 @@
4
4
  4:I[259666,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"default"]
5
5
  5:I[187014,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"Toaster"]
6
6
  6:I[687919,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"ClientPageRoot"]
7
- 7:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0i-0jdw7dtj9c.js"],"default"]
7
+ 7:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0hwf-t3aoviy_.js"],"default"]
8
8
  a:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  d:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"ViewportBoundary"]
@@ -18,7 +18,7 @@ f:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwo
18
18
  :HL["/_next/static/media/99e609270109b47d-s.p.16-z~2sp29ex6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
19
  :HL["/_next/static/media/d38f3bca7db33566-s.p.07n94j49quulv.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
20
20
  :HL["/_next/static/media/effe91970fc4db64-s.p.07ig5l8azj~hy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
21
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0i-0jdw7dtj9c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"w6zxJ1-lNNl0jldTTzyLC"}
21
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0hwf-t3aoviy_.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GrvEfHFNbgW5qJUpfaeje"}
22
22
  8:{}
23
23
  9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
24
24
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0c0a09"}]]
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[687919,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"ClientPageRoot"]
3
- 3:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0i-0jdw7dtj9c.js"],"default"]
3
+ 3:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0hwf-t3aoviy_.js"],"default"]
4
4
  6:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/0i-0jdw7dtj9c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"w6zxJ1-lNNl0jldTTzyLC"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/0hwf-t3aoviy_.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GrvEfHFNbgW5qJUpfaeje"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -4,7 +4,7 @@
4
4
  4:I[259666,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"default"]
5
5
  5:I[187014,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"Toaster"]
6
6
  6:I[687919,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"ClientPageRoot"]
7
- 7:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0i-0jdw7dtj9c.js"],"default"]
7
+ 7:I[952683,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0hwf-t3aoviy_.js"],"default"]
8
8
  a:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  d:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"ViewportBoundary"]
@@ -18,7 +18,7 @@ f:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwo
18
18
  :HL["/_next/static/media/99e609270109b47d-s.p.16-z~2sp29ex6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
19
  :HL["/_next/static/media/d38f3bca7db33566-s.p.07n94j49quulv.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
20
20
  :HL["/_next/static/media/effe91970fc4db64-s.p.07ig5l8azj~hy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
21
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0i-0jdw7dtj9c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"w6zxJ1-lNNl0jldTTzyLC"}
21
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/10n.a147w._5n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1012fl5fxholx.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/07mgvytssm8ww.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0-p6_utxe5a_8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0jgcnboih8.w8.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0hwf-t3aoviy_.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GrvEfHFNbgW5qJUpfaeje"}
22
22
  8:{}
23
23
  9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
24
24
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0c0a09"}]]
@@ -3,4 +3,4 @@
3
3
  3:I[62711,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[319772,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0c0a09"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Wiki Viewer"}],["$","meta","1",{"name":"description","content":"Local file browser, viewer, and editor"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Wiki"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","link","6",{"rel":"icon","href":"/icon-192.png"}],["$","link","7",{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","$L5","8",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"w6zxJ1-lNNl0jldTTzyLC"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0c0a09"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Wiki Viewer"}],["$","meta","1",{"name":"description","content":"Local file browser, viewer, and editor"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Wiki"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","link","6",{"rel":"icon","href":"/icon-192.png"}],["$","link","7",{"rel":"apple-touch-icon","href":"/icon-192.png"}],["$","$L5","8",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GrvEfHFNbgW5qJUpfaeje"}
@@ -4,4 +4,4 @@
4
4
  4:I[259666,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"default"]
5
5
  5:I[187014,["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"Toaster"]
6
6
  :HL["/_next/static/chunks/0pw6gfeuvlhiu.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"w6zxJ1-lNNl0jldTTzyLC"}
7
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0pw6gfeuvlhiu.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0umlolnxs~j3r.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/057umwogp53v_.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0ky8fha87kp0_.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var s=localStorage.getItem('wiki-skin');if(s!=='default'){document.documentElement.setAttribute('data-skin','editorial');}}catch(e){}})();"}}]}],["$","body",null,{"className":"inter_5901b7c6-module__ec5Qua__variable fraunces_b92072b0-module__sw6Q8q__variable newsreader_c4814ff8-module__L-7Q2W__variable ibm_plex_mono_120c816a-module__Ikjzxa__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}],["$","$L5",null,{"theme":"system","position":"bottom-right","toastOptions":{"className":"border-border bg-card text-card-foreground"}}]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GrvEfHFNbgW5qJUpfaeje"}
@@ -6,4 +6,4 @@
6
6
  :HL["/_next/static/media/99e609270109b47d-s.p.16-z~2sp29ex6.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
7
7
  :HL["/_next/static/media/d38f3bca7db33566-s.p.07n94j49quulv.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
8
8
  :HL["/_next/static/media/effe91970fc4db64-s.p.07ig5l8azj~hy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
9
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"w6zxJ1-lNNl0jldTTzyLC"}
9
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"GrvEfHFNbgW5qJUpfaeje"}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":902063,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":902063,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":259666,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":259666,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":687919,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":687919,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":767206,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":767206,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":845990,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":845990,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":62711,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62711,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":319772,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":319772,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/sonner/dist/index.mjs <module evaluation>":{"id":187014,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/sonner/dist/index.mjs":{"id":187014,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/components/theme-provider.tsx <module evaluation>":{"id":427423,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/components/theme-provider.tsx":{"id":427423,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":514743,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":514743,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/app/page.tsx <module evaluation>":{"id":952683,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0i-0jdw7dtj9c.js"],"async":false},"[project]/src/app/page.tsx":{"id":952683,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0i-0jdw7dtj9c.js"],"async":false}},"ssrModuleMapping":{"902063":{"*":{"id":800569,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"259666":{"*":{"id":692096,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"687919":{"*":{"id":910705,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"767206":{"*":{"id":973597,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"845990":{"*":{"id":456088,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"62711":{"*":{"id":42369,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"319772":{"*":{"id":302990,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"187014":{"*":{"id":263265,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"427423":{"*":{"id":301148,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"514743":{"*":{"id":33695,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js","server/chunks/ssr/node_modules__pnpm_0z5l~h-._.js"],"async":false}},"952683":{"*":{"id":240777,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js","server/chunks/ssr/[root-of-the-server]__0iccgou._.js","server/chunks/ssr/src_lib_auth_client_ts_0sk~n1k._.js","server/chunks/ssr/_0i3r51-._.js","server/chunks/ssr/_06rf50_._.js","server/chunks/ssr/_0v4uz-4._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"902063":{"*":{"id":898685,"name":"*","chunks":[],"async":false}},"259666":{"*":{"id":595703,"name":"*","chunks":[],"async":false}},"687919":{"*":{"id":608475,"name":"*","chunks":[],"async":false}},"767206":{"*":{"id":701451,"name":"*","chunks":[],"async":false}},"845990":{"*":{"id":210941,"name":"*","chunks":[],"async":false}},"62711":{"*":{"id":335288,"name":"*","chunks":[],"async":false}},"319772":{"*":{"id":385836,"name":"*","chunks":[],"async":false}},"187014":{"*":{"id":508023,"name":"*","chunks":[],"async":false}},"427423":{"*":{"id":425790,"name":"*","chunks":[],"async":false}},"514743":{"*":{"id":316138,"name":"*","chunks":[],"async":false}},"952683":{"*":{"id":256983,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}],"[project]/src/app/page":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js"],"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js"],"[project]/src/app/page":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js","static/chunks/10n.a147w._5n.js","static/chunks/1012fl5fxholx.js","static/chunks/07mgvytssm8ww.js","static/chunks/0-p6_utxe5a_8.js","static/chunks/0jgcnboih8.w8.js","static/chunks/0i-0jdw7dtj9c.js"]}};
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":902063,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":902063,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":259666,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":259666,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":687919,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":687919,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":767206,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":767206,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":845990,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":845990,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":62711,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62711,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":319772,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":319772,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/sonner/dist/index.mjs <module evaluation>":{"id":187014,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/sonner/dist/index.mjs":{"id":187014,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/components/theme-provider.tsx <module evaluation>":{"id":427423,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/components/theme-provider.tsx":{"id":427423,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":514743,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":514743,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js"],"async":false},"[project]/src/app/page.tsx <module evaluation>":{"id":952683,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0hwf-t3aoviy_.js"],"async":false},"[project]/src/app/page.tsx":{"id":952683,"name":"*","chunks":["/_next/static/chunks/0umlolnxs~j3r.js","/_next/static/chunks/057umwogp53v_.js","/_next/static/chunks/0ky8fha87kp0_.js","/_next/static/chunks/10n.a147w._5n.js","/_next/static/chunks/1012fl5fxholx.js","/_next/static/chunks/07mgvytssm8ww.js","/_next/static/chunks/0-p6_utxe5a_8.js","/_next/static/chunks/0jgcnboih8.w8.js","/_next/static/chunks/0hwf-t3aoviy_.js"],"async":false}},"ssrModuleMapping":{"902063":{"*":{"id":800569,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"259666":{"*":{"id":692096,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"687919":{"*":{"id":910705,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"767206":{"*":{"id":973597,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"845990":{"*":{"id":456088,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"62711":{"*":{"id":42369,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"319772":{"*":{"id":302990,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"187014":{"*":{"id":263265,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"427423":{"*":{"id":301148,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js"],"async":false}},"514743":{"*":{"id":33695,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js","server/chunks/ssr/node_modules__pnpm_0z5l~h-._.js"],"async":false}},"952683":{"*":{"id":240777,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0a3bjyp._.js","server/chunks/ssr/0p91_next_dist_0cdz3_i._.js","server/chunks/ssr/node_modules__pnpm_0bt7d39._.js","server/chunks/ssr/[root-of-the-server]__0iccgou._.js","server/chunks/ssr/src_lib_auth_client_ts_0sk~n1k._.js","server/chunks/ssr/_0i3r51-._.js","server/chunks/ssr/_06rf50_._.js","server/chunks/ssr/_0v4uz-4._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"902063":{"*":{"id":898685,"name":"*","chunks":[],"async":false}},"259666":{"*":{"id":595703,"name":"*","chunks":[],"async":false}},"687919":{"*":{"id":608475,"name":"*","chunks":[],"async":false}},"767206":{"*":{"id":701451,"name":"*","chunks":[],"async":false}},"845990":{"*":{"id":210941,"name":"*","chunks":[],"async":false}},"62711":{"*":{"id":335288,"name":"*","chunks":[],"async":false}},"319772":{"*":{"id":385836,"name":"*","chunks":[],"async":false}},"187014":{"*":{"id":508023,"name":"*","chunks":[],"async":false}},"427423":{"*":{"id":425790,"name":"*","chunks":[],"async":false}},"514743":{"*":{"id":316138,"name":"*","chunks":[],"async":false}},"952683":{"*":{"id":256983,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}],"[project]/src/app/page":[{"path":"static/chunks/0pw6gfeuvlhiu.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js"],"[project]/node_modules/.pnpm/next@16.2.4_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js"],"[project]/src/app/page":["static/chunks/0umlolnxs~j3r.js","static/chunks/057umwogp53v_.js","static/chunks/0ky8fha87kp0_.js","static/chunks/10n.a147w._5n.js","static/chunks/1012fl5fxholx.js","static/chunks/07mgvytssm8ww.js","static/chunks/0-p6_utxe5a_8.js","static/chunks/0jgcnboih8.w8.js","static/chunks/0hwf-t3aoviy_.js"]}};
3
3