kontexta 4.3.2 → 4.4.1

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 (192) hide show
  1. package/bundle/standalone/CHANGELOG.md +15 -0
  2. package/bundle/standalone/apps/web/.next/BUILD_ID +1 -1
  3. package/bundle/standalone/apps/web/.next/app-build-manifest.json +86 -79
  4. package/bundle/standalone/apps/web/.next/app-path-routes-manifest.json +11 -10
  5. package/bundle/standalone/apps/web/.next/build-manifest.json +2 -2
  6. package/bundle/standalone/apps/web/.next/prerender-manifest.json +15 -15
  7. package/bundle/standalone/apps/web/.next/routes-manifest.json +24 -1
  8. package/bundle/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  9. package/bundle/standalone/apps/web/.next/server/app/_not-found.html +1 -1
  10. package/bundle/standalone/apps/web/.next/server/app/_not-found.rsc +1 -1
  11. package/bundle/standalone/apps/web/.next/server/app/api/about/route_client-reference-manifest.js +1 -1
  12. package/bundle/standalone/apps/web/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  13. package/bundle/standalone/apps/web/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  14. package/bundle/standalone/apps/web/.next/server/app/api/auth/setup/route_client-reference-manifest.js +1 -1
  15. package/bundle/standalone/apps/web/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
  16. package/bundle/standalone/apps/web/.next/server/app/api/auth/token/route_client-reference-manifest.js +1 -1
  17. package/bundle/standalone/apps/web/.next/server/app/api/calendar/conflicts/route_client-reference-manifest.js +1 -1
  18. package/bundle/standalone/apps/web/.next/server/app/api/calendar/entities/[id]/route_client-reference-manifest.js +1 -1
  19. package/bundle/standalone/apps/web/.next/server/app/api/calendar/entities/route_client-reference-manifest.js +1 -1
  20. package/bundle/standalone/apps/web/.next/server/app/api/calendar/events/[id]/route_client-reference-manifest.js +1 -1
  21. package/bundle/standalone/apps/web/.next/server/app/api/calendar/events/route_client-reference-manifest.js +1 -1
  22. package/bundle/standalone/apps/web/.next/server/app/api/calendar/ics/route_client-reference-manifest.js +1 -1
  23. package/bundle/standalone/apps/web/.next/server/app/api/calendar/links/route_client-reference-manifest.js +1 -1
  24. package/bundle/standalone/apps/web/.next/server/app/api/calendar/settings/route_client-reference-manifest.js +1 -1
  25. package/bundle/standalone/apps/web/.next/server/app/api/clip/route_client-reference-manifest.js +1 -1
  26. package/bundle/standalone/apps/web/.next/server/app/api/docker-config/route_client-reference-manifest.js +1 -1
  27. package/bundle/standalone/apps/web/.next/server/app/api/export/zip/route_client-reference-manifest.js +1 -1
  28. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/download/route_client-reference-manifest.js +1 -1
  29. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/export-pdf/route_client-reference-manifest.js +1 -1
  30. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/history/restore/route_client-reference-manifest.js +1 -1
  31. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/history/route_client-reference-manifest.js +1 -1
  32. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/move/route_client-reference-manifest.js +1 -1
  33. package/bundle/standalone/apps/web/.next/server/app/api/files/[id]/route_client-reference-manifest.js +1 -1
  34. package/bundle/standalone/apps/web/.next/server/app/api/files/route_client-reference-manifest.js +1 -1
  35. package/bundle/standalone/apps/web/.next/server/app/api/files/upload/route_client-reference-manifest.js +1 -1
  36. package/bundle/standalone/apps/web/.next/server/app/api/folders/route_client-reference-manifest.js +1 -1
  37. package/bundle/standalone/apps/web/.next/server/app/api/git/remote/route_client-reference-manifest.js +1 -1
  38. package/bundle/standalone/apps/web/.next/server/app/api/git/sync-all/route_client-reference-manifest.js +1 -1
  39. package/bundle/standalone/apps/web/.next/server/app/api/hands/test-pattern/route_client-reference-manifest.js +1 -1
  40. package/bundle/standalone/apps/web/.next/server/app/api/hands/validate/route_client-reference-manifest.js +1 -1
  41. package/bundle/standalone/apps/web/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
  42. package/bundle/standalone/apps/web/.next/server/app/api/install-snippets/route.js +4 -4
  43. package/bundle/standalone/apps/web/.next/server/app/api/install-snippets/route.js.nft.json +1 -1
  44. package/bundle/standalone/apps/web/.next/server/app/api/install-snippets/route_client-reference-manifest.js +1 -1
  45. package/bundle/standalone/apps/web/.next/server/app/api/mcp-tools/route.js +1 -1
  46. package/bundle/standalone/apps/web/.next/server/app/api/mcp-tools/route_client-reference-manifest.js +1 -1
  47. package/bundle/standalone/apps/web/.next/server/app/api/profile/route_client-reference-manifest.js +1 -1
  48. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/hands-config/route_client-reference-manifest.js +1 -1
  49. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/journal-config/route_client-reference-manifest.js +1 -1
  50. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/journal-status/route_client-reference-manifest.js +1 -1
  51. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/onboard/route_client-reference-manifest.js +1 -1
  52. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/refresh/route_client-reference-manifest.js +1 -1
  53. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  54. package/bundle/standalone/apps/web/.next/server/app/api/projects/[id]/sync/route_client-reference-manifest.js +1 -1
  55. package/bundle/standalone/apps/web/.next/server/app/api/projects/onboard/route_client-reference-manifest.js +1 -1
  56. package/bundle/standalone/apps/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  57. package/bundle/standalone/apps/web/.next/server/app/api/publish/html/route_client-reference-manifest.js +1 -1
  58. package/bundle/standalone/apps/web/.next/server/app/api/publish/route_client-reference-manifest.js +1 -1
  59. package/bundle/standalone/apps/web/.next/server/app/api/refresh/route_client-reference-manifest.js +1 -1
  60. package/bundle/standalone/apps/web/.next/server/app/api/reindex/route_client-reference-manifest.js +1 -1
  61. package/bundle/standalone/apps/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
  62. package/bundle/standalone/apps/web/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  63. package/bundle/standalone/apps/web/.next/server/app/api/version-check/route.js +1 -0
  64. package/bundle/standalone/apps/web/.next/server/app/api/version-check/route.js.nft.json +1 -0
  65. package/bundle/standalone/apps/web/.next/server/app/api/version-check/route_client-reference-manifest.js +1 -0
  66. package/bundle/standalone/apps/web/.next/server/app/api/ws-config/route_client-reference-manifest.js +1 -1
  67. package/bundle/standalone/apps/web/.next/server/app/calendar/page_client-reference-manifest.js +1 -1
  68. package/bundle/standalone/apps/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
  69. package/bundle/standalone/apps/web/.next/server/app/page.js +4 -4
  70. package/bundle/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  71. package/bundle/standalone/apps/web/.next/server/app/preview/motifs/page_client-reference-manifest.js +1 -1
  72. package/bundle/standalone/apps/web/.next/server/app/preview/motifs.html +2 -2
  73. package/bundle/standalone/apps/web/.next/server/app/preview/motifs.rsc +1 -1
  74. package/bundle/standalone/apps/web/.next/server/app-paths-manifest.json +11 -10
  75. package/bundle/standalone/apps/web/.next/server/pages/404.html +1 -1
  76. package/bundle/standalone/apps/web/.next/server/pages/500.html +1 -1
  77. package/bundle/standalone/apps/web/.next/server/pages-manifest.json +1 -1
  78. package/bundle/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
  79. package/bundle/standalone/apps/web/.next/static/chunks/app/api/about/route-5081c2fd4cf53e20.js +1 -0
  80. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/login/route-5081c2fd4cf53e20.js +1 -0
  81. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/logout/route-5081c2fd4cf53e20.js +1 -0
  82. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/setup/route-5081c2fd4cf53e20.js +1 -0
  83. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/status/route-5081c2fd4cf53e20.js +1 -0
  84. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/token/route-5081c2fd4cf53e20.js +1 -0
  85. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/conflicts/route-5081c2fd4cf53e20.js +1 -0
  86. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/entities/[id]/route-5081c2fd4cf53e20.js +1 -0
  87. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/entities/route-5081c2fd4cf53e20.js +1 -0
  88. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/events/[id]/route-5081c2fd4cf53e20.js +1 -0
  89. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/events/route-5081c2fd4cf53e20.js +1 -0
  90. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/ics/route-5081c2fd4cf53e20.js +1 -0
  91. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/links/route-5081c2fd4cf53e20.js +1 -0
  92. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/settings/route-5081c2fd4cf53e20.js +1 -0
  93. package/bundle/standalone/apps/web/.next/static/chunks/app/api/clip/route-5081c2fd4cf53e20.js +1 -0
  94. package/bundle/standalone/apps/web/.next/static/chunks/app/api/docker-config/route-5081c2fd4cf53e20.js +1 -0
  95. package/bundle/standalone/apps/web/.next/static/chunks/app/api/export/zip/route-5081c2fd4cf53e20.js +1 -0
  96. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/download/route-5081c2fd4cf53e20.js +1 -0
  97. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/export-pdf/route-5081c2fd4cf53e20.js +1 -0
  98. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/history/restore/route-5081c2fd4cf53e20.js +1 -0
  99. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/history/route-5081c2fd4cf53e20.js +1 -0
  100. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/move/route-5081c2fd4cf53e20.js +1 -0
  101. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/route-5081c2fd4cf53e20.js +1 -0
  102. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/route-5081c2fd4cf53e20.js +1 -0
  103. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/upload/route-5081c2fd4cf53e20.js +1 -0
  104. package/bundle/standalone/apps/web/.next/static/chunks/app/api/folders/route-5081c2fd4cf53e20.js +1 -0
  105. package/bundle/standalone/apps/web/.next/static/chunks/app/api/git/remote/route-5081c2fd4cf53e20.js +1 -0
  106. package/bundle/standalone/apps/web/.next/static/chunks/app/api/git/sync-all/route-5081c2fd4cf53e20.js +1 -0
  107. package/bundle/standalone/apps/web/.next/static/chunks/app/api/hands/test-pattern/route-5081c2fd4cf53e20.js +1 -0
  108. package/bundle/standalone/apps/web/.next/static/chunks/app/api/hands/validate/route-5081c2fd4cf53e20.js +1 -0
  109. package/bundle/standalone/apps/web/.next/static/chunks/app/api/health/route-5081c2fd4cf53e20.js +1 -0
  110. package/bundle/standalone/apps/web/.next/static/chunks/app/api/install-snippets/route-5081c2fd4cf53e20.js +1 -0
  111. package/bundle/standalone/apps/web/.next/static/chunks/app/api/mcp-tools/route-5081c2fd4cf53e20.js +1 -0
  112. package/bundle/standalone/apps/web/.next/static/chunks/app/api/profile/route-5081c2fd4cf53e20.js +1 -0
  113. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/hands-config/route-5081c2fd4cf53e20.js +1 -0
  114. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/journal-config/route-5081c2fd4cf53e20.js +1 -0
  115. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/journal-status/route-5081c2fd4cf53e20.js +1 -0
  116. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/onboard/route-5081c2fd4cf53e20.js +1 -0
  117. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/refresh/route-5081c2fd4cf53e20.js +1 -0
  118. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/route-5081c2fd4cf53e20.js +1 -0
  119. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/sync/route-5081c2fd4cf53e20.js +1 -0
  120. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/onboard/route-5081c2fd4cf53e20.js +1 -0
  121. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/route-5081c2fd4cf53e20.js +1 -0
  122. package/bundle/standalone/apps/web/.next/static/chunks/app/api/publish/html/route-5081c2fd4cf53e20.js +1 -0
  123. package/bundle/standalone/apps/web/.next/static/chunks/app/api/publish/route-5081c2fd4cf53e20.js +1 -0
  124. package/bundle/standalone/apps/web/.next/static/chunks/app/api/refresh/route-5081c2fd4cf53e20.js +1 -0
  125. package/bundle/standalone/apps/web/.next/static/chunks/app/api/reindex/route-5081c2fd4cf53e20.js +1 -0
  126. package/bundle/standalone/apps/web/.next/static/chunks/app/api/search/route-5081c2fd4cf53e20.js +1 -0
  127. package/bundle/standalone/apps/web/.next/static/chunks/app/api/tags/route-5081c2fd4cf53e20.js +1 -0
  128. package/bundle/standalone/apps/web/.next/static/chunks/app/api/version-check/route-5081c2fd4cf53e20.js +1 -0
  129. package/bundle/standalone/apps/web/.next/static/chunks/app/api/ws-config/route-5081c2fd4cf53e20.js +1 -0
  130. package/bundle/standalone/apps/web/.next/static/chunks/app/{page-0dc6192830ae65e6.js → page-a4a269ecb5be7a3d.js} +1 -1
  131. package/bundle/standalone/apps/web/.next/static/chunks/app/preview/motifs/page-5081c2fd4cf53e20.js +1 -0
  132. package/bundle/standalone/apps/web/.next/static/fYtMAWNniIoIPOX4FLoir/_buildManifest.js +1 -0
  133. package/bundle/standalone/apps/web/package.json +4 -4
  134. package/bundle/standalone/apps/web/src/lib/mcp-tools.json +1 -1
  135. package/bundle/standalone/node_modules/kontexta-mcp/package.json +1 -1
  136. package/bundle/standalone/node_modules/kxta-core/package.json +1 -1
  137. package/bundle/standalone/node_modules/kxta-publish/package.json +2 -2
  138. package/bundle/standalone/package.json +1 -1
  139. package/package.json +1 -1
  140. package/bundle/standalone/apps/web/.next/static/FQ4ncHomPr7biizG6ufGX/_buildManifest.js +0 -1
  141. package/bundle/standalone/apps/web/.next/static/chunks/app/api/about/route-c1d02d72a16497fa.js +0 -1
  142. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/login/route-c1d02d72a16497fa.js +0 -1
  143. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/logout/route-c1d02d72a16497fa.js +0 -1
  144. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/setup/route-c1d02d72a16497fa.js +0 -1
  145. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/status/route-c1d02d72a16497fa.js +0 -1
  146. package/bundle/standalone/apps/web/.next/static/chunks/app/api/auth/token/route-c1d02d72a16497fa.js +0 -1
  147. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/conflicts/route-c1d02d72a16497fa.js +0 -1
  148. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/entities/[id]/route-c1d02d72a16497fa.js +0 -1
  149. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/entities/route-c1d02d72a16497fa.js +0 -1
  150. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/events/[id]/route-c1d02d72a16497fa.js +0 -1
  151. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/events/route-c1d02d72a16497fa.js +0 -1
  152. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/ics/route-c1d02d72a16497fa.js +0 -1
  153. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/links/route-c1d02d72a16497fa.js +0 -1
  154. package/bundle/standalone/apps/web/.next/static/chunks/app/api/calendar/settings/route-c1d02d72a16497fa.js +0 -1
  155. package/bundle/standalone/apps/web/.next/static/chunks/app/api/clip/route-c1d02d72a16497fa.js +0 -1
  156. package/bundle/standalone/apps/web/.next/static/chunks/app/api/docker-config/route-c1d02d72a16497fa.js +0 -1
  157. package/bundle/standalone/apps/web/.next/static/chunks/app/api/export/zip/route-c1d02d72a16497fa.js +0 -1
  158. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/download/route-c1d02d72a16497fa.js +0 -1
  159. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/export-pdf/route-c1d02d72a16497fa.js +0 -1
  160. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/history/restore/route-c1d02d72a16497fa.js +0 -1
  161. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/history/route-c1d02d72a16497fa.js +0 -1
  162. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/move/route-c1d02d72a16497fa.js +0 -1
  163. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/[id]/route-c1d02d72a16497fa.js +0 -1
  164. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/route-c1d02d72a16497fa.js +0 -1
  165. package/bundle/standalone/apps/web/.next/static/chunks/app/api/files/upload/route-c1d02d72a16497fa.js +0 -1
  166. package/bundle/standalone/apps/web/.next/static/chunks/app/api/folders/route-c1d02d72a16497fa.js +0 -1
  167. package/bundle/standalone/apps/web/.next/static/chunks/app/api/git/remote/route-c1d02d72a16497fa.js +0 -1
  168. package/bundle/standalone/apps/web/.next/static/chunks/app/api/git/sync-all/route-c1d02d72a16497fa.js +0 -1
  169. package/bundle/standalone/apps/web/.next/static/chunks/app/api/hands/test-pattern/route-c1d02d72a16497fa.js +0 -1
  170. package/bundle/standalone/apps/web/.next/static/chunks/app/api/hands/validate/route-c1d02d72a16497fa.js +0 -1
  171. package/bundle/standalone/apps/web/.next/static/chunks/app/api/health/route-c1d02d72a16497fa.js +0 -1
  172. package/bundle/standalone/apps/web/.next/static/chunks/app/api/install-snippets/route-c1d02d72a16497fa.js +0 -1
  173. package/bundle/standalone/apps/web/.next/static/chunks/app/api/mcp-tools/route-c1d02d72a16497fa.js +0 -1
  174. package/bundle/standalone/apps/web/.next/static/chunks/app/api/profile/route-c1d02d72a16497fa.js +0 -1
  175. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/hands-config/route-c1d02d72a16497fa.js +0 -1
  176. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/journal-config/route-c1d02d72a16497fa.js +0 -1
  177. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/journal-status/route-c1d02d72a16497fa.js +0 -1
  178. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/onboard/route-c1d02d72a16497fa.js +0 -1
  179. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/refresh/route-c1d02d72a16497fa.js +0 -1
  180. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/route-c1d02d72a16497fa.js +0 -1
  181. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/[id]/sync/route-c1d02d72a16497fa.js +0 -1
  182. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/onboard/route-c1d02d72a16497fa.js +0 -1
  183. package/bundle/standalone/apps/web/.next/static/chunks/app/api/projects/route-c1d02d72a16497fa.js +0 -1
  184. package/bundle/standalone/apps/web/.next/static/chunks/app/api/publish/html/route-c1d02d72a16497fa.js +0 -1
  185. package/bundle/standalone/apps/web/.next/static/chunks/app/api/publish/route-c1d02d72a16497fa.js +0 -1
  186. package/bundle/standalone/apps/web/.next/static/chunks/app/api/refresh/route-c1d02d72a16497fa.js +0 -1
  187. package/bundle/standalone/apps/web/.next/static/chunks/app/api/reindex/route-c1d02d72a16497fa.js +0 -1
  188. package/bundle/standalone/apps/web/.next/static/chunks/app/api/search/route-c1d02d72a16497fa.js +0 -1
  189. package/bundle/standalone/apps/web/.next/static/chunks/app/api/tags/route-c1d02d72a16497fa.js +0 -1
  190. package/bundle/standalone/apps/web/.next/static/chunks/app/api/ws-config/route-c1d02d72a16497fa.js +0 -1
  191. package/bundle/standalone/apps/web/.next/static/chunks/app/preview/motifs/page-c1d02d72a16497fa.js +0 -1
  192. /package/bundle/standalone/apps/web/.next/static/{FQ4ncHomPr7biizG6ufGX → fYtMAWNniIoIPOX4FLoir}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/setup/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/setup/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/setup/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/setup/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/status/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/status/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/status/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/status/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/token/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/token/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/auth/token/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/auth/token/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/conflicts/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/conflicts/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/conflicts/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/conflicts/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/entities/[id]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/route":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/[id]/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/entities/[id]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/route":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/[id]/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/entities/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"27864","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-0dc6192830ae65e6.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/calendar/entities/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"17115","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"74839","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"57042","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"16704","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":17518,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-page.js":{"id":43319,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/client-segment.js":{"id":23733,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":80062,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/layout-router.js":{"id":23670,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":18558,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":21660,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":10335,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":3870,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/theme/theme-provider.tsx":{"id":91784,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":18701,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\",\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":95120,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Manrope\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-title\",\"display\":\"swap\"}],\"variableName\":\"manrope\"}":{"id":77994,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/next@15.5.18_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Saira\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-saira\",\"display\":\"swap\"}],\"variableName\":\"saira\"}":{"id":27946,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/globals.css":{"id":3281,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/node_modules/.pnpm/sonner@2.0.7_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/sonner/dist/index.mjs":{"id":22377,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","7177","static/chunks/app/layout-50d1052f9326c7ff.js"],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/components/calendar/calendar-client.tsx":{"id":72388,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/login/login-client.tsx":{"id":59413,"name":"*","chunks":[],"async":false},"/home/runner/work/kontexta/kontexta/apps/web/src/app/home-client.tsx":{"id":55808,"name":"*","chunks":["2377","static/chunks/2377-956eb9b333193ac6.js","3068","static/chunks/3068-293b252158eb9d15.js","9794","static/chunks/9794-16144bed6de4bf26.js","8974","static/chunks/app/page-a4a269ecb5be7a3d.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/kontexta/kontexta/apps/web/src/":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c00514317f297826.css"}],"/home/runner/work/kontexta/kontexta/apps/web/src/app/page":[],"/home/runner/work/kontexta/kontexta/apps/web/src/app/api/calendar/entities/route":[]},"rscModuleMapping":{"3281":{"*":{"id":"99807","name":"*","chunks":[],"async":false}},"3870":{"*":{"id":"53192","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"90657","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"28450","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"83840","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"12216","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"41801","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"64060","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"20909","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"51645","name":"*","chunks":[],"async":false}},"55808":{"*":{"id":"30127","name":"*","chunks":[],"async":false}},"59413":{"*":{"id":"56378","name":"*","chunks":[],"async":false}},"72388":{"*":{"id":"38186","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"92612","name":"*","chunks":[],"async":false}},"91784":{"*":{"id":"70474","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3870":{"*":{"id":"5010","name":"*","chunks":[],"async":false}},"10335":{"*":{"id":"74775","name":"*","chunks":[],"async":false}},"17518":{"*":{"id":"17504","name":"*","chunks":[],"async":false}},"18558":{"*":{"id":"68506","name":"*","chunks":[],"async":false}},"21660":{"*":{"id":"41634","name":"*","chunks":[],"async":false}},"22377":{"*":{"id":"75947","name":"*","chunks":[],"async":false}},"23670":{"*":{"id":"94854","name":"*","chunks":[],"async":false}},"23733":{"*":{"id":"24575","name":"*","chunks":[],"async":false}},"43319":{"*":{"id":"7715","name":"*","chunks":[],"async":false}},"80062":{"*":{"id":"57074","name":"*","chunks":[],"async":false}}}}