tower-studio 0.2.25 → 0.2.26

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 (235) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -1
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +29 -29
  13. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  15. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/standalone/.next/server/app/api/adapters/test/route.js +1 -1
  17. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
  20. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  34. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js.nft.json +1 -1
  38. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +1 -1
  43. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
  45. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
  47. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +1 -1
  49. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  51. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +57 -57
  52. package/.next/standalone/.next/server/app/missions/page.js +1 -1
  53. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  54. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  55. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
  56. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +29 -29
  57. package/.next/standalone/.next/server/app/onboarding/page.js +1 -1
  58. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  59. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  60. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
  61. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +29 -29
  62. package/.next/standalone/.next/server/app/page.js +1 -1
  63. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
  66. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +47 -47
  67. package/.next/standalone/.next/server/app/settings/page.js +1 -1
  68. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  69. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +88 -88
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +82 -82
  77. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +1 -1
  78. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  79. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
  81. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +61 -61
  82. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +1 -1
  83. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  84. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  85. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
  86. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +63 -63
  87. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +1 -1
  88. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  89. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  90. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
  91. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +29 -29
  92. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +1 -1
  93. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  94. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  95. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +1 -1
  96. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +70 -70
  97. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +1 -1
  98. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +2 -2
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +76 -76
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  105. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
  106. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +47 -47
  107. package/.next/standalone/.next/server/app/workspaces/page.js +1 -1
  108. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  109. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  110. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +2 -2
  111. package/.next/standalone/.next/server/chunks/[root-of-the-server]__08xus7y._.js +3 -0
  112. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j-4yc7._.js → [root-of-the-server]__09sw_a5._.js} +2 -2
  113. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_3ce_3._.js +3 -0
  114. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0dy~osn._.js +3 -0
  115. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l1-djp._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nggjno._.js +4 -0
  117. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0oe.86i._.js +4 -0
  118. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q8.khe._.js +3 -0
  119. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +4 -0
  120. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qn.178._.js +4 -0
  121. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0o3iihg._.js → [root-of-the-server]__0r17py1._.js} +2 -2
  122. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__024m_g.._.js → [root-of-the-server]__0rpck4h._.js} +2 -2
  123. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0hc9vir._.js → [root-of-the-server]__0ul.hbv._.js} +2 -2
  124. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j8xb6s._.js → [root-of-the-server]__0~au8v.._.js} +2 -2
  125. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0r9mscb._.js → [root-of-the-server]__11c_is3._.js} +2 -2
  126. package/.next/standalone/.next/server/chunks/[root-of-the-server]__11j15wy._.js +4 -0
  127. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12brxjg._.js +3 -0
  128. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  129. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  130. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02-6df-._.js +3 -3
  131. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__084p3.0._.js → [root-of-the-server]__03_nkjv._.js} +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03e009u._.js +3 -3
  133. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__069pl~f._.js +3 -0
  134. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e_-mj-._.js +3 -3
  135. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fzkdjl._.js +3 -3
  136. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0f~m-8x._.js → [root-of-the-server]__0ihwpkg._.js} +2 -2
  137. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  138. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pu-v0l._.js +3 -3
  139. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0um1ugs._.js +3 -3
  140. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i7es1w._.js → [root-of-the-server]__0z2guda._.js} +2 -2
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__134_xv.._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ygiyqr._.js → [root-of-the-server]__1359.ry._.js} +2 -2
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13vgkq5._.js +3 -3
  145. package/.next/standalone/.next/server/chunks/ssr/{_0r1pb6u._.js → _0-~u69o._.js} +2 -2
  146. package/.next/standalone/.next/server/chunks/ssr/{_03osyxp._.js → _0.-seei._.js} +2 -2
  147. package/.next/standalone/.next/server/chunks/ssr/{_0vx81le._.js → _01~be~r._.js} +2 -2
  148. package/.next/standalone/.next/server/chunks/ssr/{_0gk20rx._.js → _04~5wua._.js} +2 -2
  149. package/.next/standalone/.next/server/chunks/ssr/{_0yvg9ie._.js → _059b1iq._.js} +2 -2
  150. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  151. package/.next/standalone/.next/server/chunks/ssr/{_0kynu6x._.js → _07zn10z._.js} +3 -3
  152. package/.next/standalone/.next/server/chunks/ssr/_08z-g~5._.js +3 -3
  153. package/.next/standalone/.next/server/chunks/ssr/_09i46mk._.js +3 -0
  154. package/.next/standalone/.next/server/chunks/ssr/_0_vjay8._.js +3 -3
  155. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  156. package/.next/standalone/.next/server/chunks/ssr/_0d.xo.l._.js +4 -0
  157. package/.next/standalone/.next/server/chunks/ssr/_0jg.s-g._.js +1 -1
  158. package/.next/standalone/.next/server/chunks/ssr/{_0eete9d._.js → _0lfhglc._.js} +2 -2
  159. package/.next/standalone/.next/server/chunks/ssr/{_02acmsq._.js → _0os2jhl._.js} +2 -2
  160. package/.next/standalone/.next/server/chunks/ssr/{_0rny90z._.js → _0qmgbyt._.js} +2 -2
  161. package/.next/standalone/.next/server/chunks/ssr/_0r6gweb._.js +3 -3
  162. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  163. package/.next/standalone/.next/server/chunks/ssr/_0rt8jf_._.js +3 -3
  164. package/.next/standalone/.next/server/chunks/ssr/{_0ecgaqt._.js → _0t3ckzo._.js} +3 -3
  165. package/.next/standalone/.next/server/chunks/ssr/_0uuzh5m._.js +3 -3
  166. package/.next/standalone/.next/server/chunks/ssr/{_11cv4uu._.js → _0zlbg~.._.js} +3 -3
  167. package/.next/standalone/.next/server/chunks/ssr/_0~aon4t._.js +3 -3
  168. package/.next/standalone/.next/server/chunks/ssr/src_075s.rk._.js +1 -1
  169. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  170. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  171. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  172. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  173. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  174. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  175. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  176. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  177. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  178. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  179. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  180. package/.next/standalone/.next/server/pages/500.html +1 -1
  181. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  182. package/.next/standalone/.next/server/server-reference-manifest.json +263 -263
  183. package/.next/standalone/.next/static/chunks/{16ndme6.~2w1x.js → 0-~1tfpfi66tt.js} +2 -2
  184. package/.next/standalone/.next/static/chunks/0.f~eyd3jo5q9.js +1 -0
  185. package/.next/standalone/.next/static/chunks/{0nl7~2pju.abl.js → 0.gbujgnms18e.js} +1 -1
  186. package/.next/standalone/.next/static/chunks/00mhzi2ol~xk-.js +1 -0
  187. package/.next/standalone/.next/static/chunks/{0mi29_2~1sr...js → 010vqaoulg3ga.js} +1 -1
  188. package/.next/standalone/.next/static/chunks/{02.0.zsh_o-10.js → 018ze~5gezc3x.js} +1 -1
  189. package/.next/standalone/.next/static/chunks/{0jmk1_g~_yd7-.js → 05wa29x.o3lj~.js} +1 -1
  190. package/.next/standalone/.next/static/chunks/06ei~c0zyf703.js +1 -0
  191. package/.next/standalone/.next/static/chunks/{13upq83z~yuys.js → 0_jfml.3h1pg0.js} +1 -1
  192. package/.next/standalone/.next/static/chunks/{0iyxegei1fjbp.js → 0a9gl29cb30mk.js} +1 -1
  193. package/.next/standalone/.next/static/chunks/{131msw-pgcsxt.js → 0acpmdkledyrn.js} +2 -2
  194. package/.next/standalone/.next/static/chunks/0ar5okzickbt2.js +1 -0
  195. package/.next/standalone/.next/static/chunks/0d.a7uremospf.js +1 -0
  196. package/.next/standalone/.next/static/chunks/{0s2umk4hfyhqa.js → 0er4f-pem1v4b.js} +1 -1
  197. package/.next/standalone/.next/static/chunks/{0yjkfr0qay7z6.js → 0f.bggise4mxx.js} +1 -1
  198. package/.next/standalone/.next/static/chunks/0fjb3q23ay68k.js +5 -0
  199. package/.next/standalone/.next/static/chunks/{0ur66aluu.t0b.js → 0fx7van_kt_59.js} +1 -1
  200. package/.next/standalone/.next/static/chunks/0gr0-sewikazc.js +1 -0
  201. package/.next/standalone/.next/static/chunks/{0ce8gr~q3rs9k.js → 0jdyczcgqgj0b.js} +1 -1
  202. package/.next/standalone/.next/static/chunks/{0oopksfzoc0_k.js → 0pc6e~rekt1qc.js} +1 -1
  203. package/.next/standalone/.next/static/chunks/{157pgx~-2_qo5.js → 0slsrmal~578k.js} +2 -2
  204. package/.next/standalone/.next/static/chunks/0vhyuvkq8.ebz.js +1 -0
  205. package/.next/standalone/.next/static/chunks/0w9_.z5nzj0lm.js +1 -0
  206. package/.next/standalone/.next/static/chunks/0wlv48-ug75b6.js +1 -0
  207. package/.next/standalone/.next/static/chunks/{141wmbqfx~lo8.js → 13pdj4ms~jds_.js} +2 -2
  208. package/.next/standalone/package.json +1 -1
  209. package/package.json +1 -1
  210. package/.next/standalone/.next/server/chunks/[root-of-the-server]__03j20vp._.js +0 -4
  211. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05se6yk._.js +0 -4
  212. package/.next/standalone/.next/server/chunks/[root-of-the-server]__06m1r8x._.js +0 -4
  213. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0g788b3._.js +0 -4
  214. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qdvear._.js +0 -3
  215. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0umocfj._.js +0 -3
  216. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wuzc5o._.js +0 -4
  217. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z-k6vg._.js +0 -3
  218. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~rm9q.._.js +0 -3
  219. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12c9noi._.js +0 -3
  220. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qkus8m._.js +0 -3
  221. package/.next/standalone/.next/server/chunks/ssr/_0jeo~zr._.js +0 -4
  222. package/.next/standalone/.next/server/chunks/ssr/_0rr~oe~._.js +0 -3
  223. package/.next/standalone/.next/static/chunks/00fcxpwt-xz7b.js +0 -1
  224. package/.next/standalone/.next/static/chunks/05dryiv53wj6h.js +0 -5
  225. package/.next/standalone/.next/static/chunks/08ln6v6_fd4nf.js +0 -1
  226. package/.next/standalone/.next/static/chunks/099fxtzvpw3be.js +0 -1
  227. package/.next/standalone/.next/static/chunks/0izvibcnunqx4.js +0 -1
  228. package/.next/standalone/.next/static/chunks/0n.isvqurxe72.js +0 -1
  229. package/.next/standalone/.next/static/chunks/0p5wczoq4gvin.js +0 -1
  230. package/.next/standalone/.next/static/chunks/0pov66bj_qi58.js +0 -1
  231. package/.next/standalone/.next/static/chunks/0w7cz_z6p3-p_.js +0 -1
  232. package/.next/standalone/.next/static/chunks/0wa8r89hd0y0b.js +0 -1
  233. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → Wz6kaZQH2Kg2pF2j2ZFbe}/_buildManifest.js +0 -0
  234. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → Wz6kaZQH2Kg2pF2j2ZFbe}/_clientMiddlewareManifest.js +0 -0
  235. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → Wz6kaZQH2Kg2pF2j2ZFbe}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/workspaces/[workspaceId]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0p5wczoq4gvin.js","/_next/static/chunks/0nl7~2pju.abl.js","/_next/static/chunks/02.0.zsh_o-10.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/141wmbqfx~lo8.js","/_next/static/chunks/05qdpgnpb_7mk.js","/_next/static/chunks/0yjkfr0qay7z6.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0n.isvqurxe72.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/05dryiv53wj6h.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0p5wczoq4gvin.js","/_next/static/chunks/0nl7~2pju.abl.js","/_next/static/chunks/02.0.zsh_o-10.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/141wmbqfx~lo8.js","/_next/static/chunks/05qdpgnpb_7mk.js","/_next/static/chunks/0yjkfr0qay7z6.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_03osyxp._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__0ygiyqr._.js","server/chunks/ssr/[root-of-the-server]__0i7es1w._.js","server/chunks/ssr/_0r1pb6u._.js","server/chunks/ssr/_06-jig2._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/_11cv4uu._.js","server/chunks/ssr/[root-of-the-server]__0.t6k_c._.js","server/chunks/ssr/_0yvg9ie._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"783426":{"*":{"id":364104,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0n.isvqurxe72.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/05dryiv53wj6h.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0n.isvqurxe72.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/05dryiv53wj6h.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0n.isvqurxe72.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/05dryiv53wj6h.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/0p5wczoq4gvin.js","static/chunks/0nl7~2pju.abl.js","static/chunks/02.0.zsh_o-10.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/141wmbqfx~lo8.js","static/chunks/05qdpgnpb_7mk.js","static/chunks/0yjkfr0qay7z6.js"]}};
2
+ globalThis.__RSC_MANIFEST["/workspaces/[workspaceId]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0wlv48-ug75b6.js","/_next/static/chunks/0.gbujgnms18e.js","/_next/static/chunks/018ze~5gezc3x.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/13pdj4ms~jds_.js","/_next/static/chunks/05qdpgnpb_7mk.js","/_next/static/chunks/0f.bggise4mxx.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/116ssnh5k8ad9.js","/_next/static/chunks/0gr0-sewikazc.js","/_next/static/chunks/15_.l.-~mxr1v.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0fjb3q23ay68k.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0wlv48-ug75b6.js","/_next/static/chunks/0.gbujgnms18e.js","/_next/static/chunks/018ze~5gezc3x.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/13pdj4ms~jds_.js","/_next/static/chunks/05qdpgnpb_7mk.js","/_next/static/chunks/0f.bggise4mxx.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_0.-seei._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/[root-of-the-server]__1359.ry._.js","server/chunks/ssr/[root-of-the-server]__0z2guda._.js","server/chunks/ssr/_0-~u69o._.js","server/chunks/ssr/_06-jig2._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/_0zlbg~.._.js","server/chunks/ssr/[root-of-the-server]__0.t6k_c._.js","server/chunks/ssr/_059b1iq._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"783426":{"*":{"id":364104,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0okjtk-a.5lz0.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0gr0-sewikazc.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0fjb3q23ay68k.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0gr0-sewikazc.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0fjb3q23ay68k.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/076x3dc258jv8.js","static/chunks/116ssnh5k8ad9.js","static/chunks/0gr0-sewikazc.js","static/chunks/15_.l.-~mxr1v.js","static/chunks/0b2yknsc68f2a.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0fjb3q23ay68k.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0f73nbasuf4u_.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/0wlv48-ug75b6.js","static/chunks/0.gbujgnms18e.js","static/chunks/018ze~5gezc3x.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/13pdj4ms~jds_.js","static/chunks/05qdpgnpb_7mk.js","static/chunks/0f.bggise4mxx.js"]}};
3
3
 
@@ -2,7 +2,7 @@
2
2
  "346069": {
3
3
  "id": 346069,
4
4
  "files": [
5
- "static/chunks/0mi29_2~1sr...js",
5
+ "static/chunks/010vqaoulg3ga.js",
6
6
  "static/chunks/0ep-qrl_zzch8.js",
7
7
  "static/chunks/17oc2l.ekcs8b.css"
8
8
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "405034ec856e7ada8e4aaca22cb95ce5f7a62d4250": {
3
+ "409fde2335dd72a0cc5f9fc4007807c90cf84ac587": {
4
4
  "workers": {
5
5
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
6
6
  "moduleId": 656705,
@@ -12,7 +12,7 @@
12
12
  "exportedName": "createWorkspace",
13
13
  "filename": "src/actions/workspace-actions.ts"
14
14
  },
15
- "60386b08cc497fab02579444f114bdde29daddbb57": {
15
+ "60831f735faffaad311a7d171059867d5f617d013c": {
16
16
  "workers": {
17
17
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
18
18
  "moduleId": 656705,
@@ -24,7 +24,7 @@
24
24
  "exportedName": "updateWorkspace",
25
25
  "filename": "src/actions/workspace-actions.ts"
26
26
  },
27
- "40c84ff01dd528e1e7c26b38249183e6e0456f2ba8": {
27
+ "4003af4db97554807eaae82a1c1bfc1d44ee57c3f4": {
28
28
  "workers": {
29
29
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
30
30
  "moduleId": 656705,
@@ -36,7 +36,7 @@
36
36
  "exportedName": "deleteWorkspace",
37
37
  "filename": "src/actions/workspace-actions.ts"
38
38
  },
39
- "40efe84137024cf9e73bab5a49211774817facb903": {
39
+ "40edef7a4c404a6cdd5a19f7e0ceca3abb693d1de4": {
40
40
  "workers": {
41
41
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
42
42
  "moduleId": 656705,
@@ -48,7 +48,7 @@
48
48
  "exportedName": "reorderWorkspaces",
49
49
  "filename": "src/actions/workspace-actions.ts"
50
50
  },
51
- "4091e7c2afbb5050ac2e1700bb1bf6f19569ceead6": {
51
+ "401870399b89009a4502624938f15efc197a88ebec": {
52
52
  "workers": {
53
53
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
54
54
  "moduleId": 656705,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "getLabelsForWorkspace",
61
61
  "filename": "src/actions/label-actions.ts"
62
62
  },
63
- "405a870c63934bf127b570c94b653f1c5d13d7e638": {
63
+ "40f571ce03adc188fe32ee860d48e55a1cf6b2a684": {
64
64
  "workers": {
65
65
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
66
66
  "moduleId": 656705,
@@ -72,7 +72,7 @@
72
72
  "exportedName": "createLabel",
73
73
  "filename": "src/actions/label-actions.ts"
74
74
  },
75
- "40581325722ffd1c588020a3d2610615550e6ef286": {
75
+ "404ad1847b150ab1e558b855e3eece3b3315136889": {
76
76
  "workers": {
77
77
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
78
78
  "moduleId": 656705,
@@ -84,7 +84,7 @@
84
84
  "exportedName": "deleteLabel",
85
85
  "filename": "src/actions/label-actions.ts"
86
86
  },
87
- "60578a5373ee9eacae399ca2b7dfa2be2f0f34ed63": {
87
+ "605ee2e74b8c10c47e2334c9891fe5bdecbe23940c": {
88
88
  "workers": {
89
89
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
90
90
  "moduleId": 656705,
@@ -96,7 +96,7 @@
96
96
  "exportedName": "globalSearch",
97
97
  "filename": "src/actions/search-actions.ts"
98
98
  },
99
- "6017e701bea76e287acb17c5152f2dd0adcd111f6b": {
99
+ "609ac8f0624cd6a8c30fb3077c4e46c8a57a589770": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
102
102
  "moduleId": 656705,
@@ -108,7 +108,7 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "4038649f70ecf76055867dc0b626910f6872581e5e": {
111
+ "40c3ea6bef09de01a9e170315978f773338ae5cd08": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
114
114
  "moduleId": 656705,
@@ -120,7 +120,7 @@
120
120
  "exportedName": "resolveGitLocalPath",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "6002f197b6e5ad570e827dce492ddc368ba0e183e3": {
123
+ "60b1e9d8d102c97c9e03b5924b5744c3be4e5744e3": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
126
126
  "moduleId": 656705,
@@ -132,7 +132,7 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "604269c8f1bf13a507d2a33c1bb103c710232d3a40": {
135
+ "604088b38ae055299d29dd4fe5af2eb8395b2b3d5f": {
136
136
  "workers": {
137
137
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
138
138
  "moduleId": 656705,
@@ -144,7 +144,7 @@
144
144
  "exportedName": "migrateProjectPath",
145
145
  "filename": "src/actions/project-actions.ts"
146
146
  },
147
- "4072ca35118cb57de16a6ea9447267ffc678259049": {
147
+ "404dcaf1dc95afc391344bd6d4c7d9daeda04835cd": {
148
148
  "workers": {
149
149
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
150
150
  "moduleId": 656705,
@@ -156,7 +156,7 @@
156
156
  "exportedName": "checkMigrationSafety",
157
157
  "filename": "src/actions/project-actions.ts"
158
158
  },
159
- "007e925c0232975a8b443f05178e2374e175d65f88": {
159
+ "001f9f5f09a8ec4af5306467a95b9a884f1bd15610": {
160
160
  "workers": {
161
161
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
162
162
  "moduleId": 656705,
@@ -168,7 +168,7 @@
168
168
  "exportedName": "getActualWsPort",
169
169
  "filename": "src/actions/config-actions.ts"
170
170
  },
171
- "40dfd2f8ff49705931050dba07a43c7982824f5fe2": {
171
+ "406cdf547b9a5e97bd6adcfb5388440a2ea4d9a582": {
172
172
  "workers": {
173
173
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
174
174
  "moduleId": 656705,
@@ -180,7 +180,7 @@
180
180
  "exportedName": "createProject",
181
181
  "filename": "src/actions/workspace-actions.ts"
182
182
  },
183
- "606b722dc209663674ef752b15d7771f1e856e6987": {
183
+ "607a5fed773e92b7a633af89e870e87936de01057c": {
184
184
  "workers": {
185
185
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
186
186
  "moduleId": 656705,
@@ -192,7 +192,7 @@
192
192
  "exportedName": "setConfigValue",
193
193
  "filename": "src/actions/config-actions.ts"
194
194
  },
195
- "403c9fe43b98e736adb23aa75d74cf996ebc91c9f5": {
195
+ "40cf7c74a26a6b79d2db9f4952e321ba9ac217b7a0": {
196
196
  "workers": {
197
197
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
198
198
  "moduleId": 656705,
@@ -204,7 +204,7 @@
204
204
  "exportedName": "checkExtension",
205
205
  "filename": "src/actions/extension-actions.ts"
206
206
  },
207
- "409fde74f8620398f759dd8e67cdf93e49b6cdc4b5": {
207
+ "4008d5df4a813b5da80654743c06cb9afd012aa47e": {
208
208
  "workers": {
209
209
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
210
210
  "moduleId": 656705,
@@ -216,7 +216,7 @@
216
216
  "exportedName": "installExtension",
217
217
  "filename": "src/actions/extension-actions.ts"
218
218
  },
219
- "40f1117b81010e13893156cfc0053924b0095dbc03": {
219
+ "4048b6c9c8b9568f3f3e3221907e0b72c9133bdf3f": {
220
220
  "workers": {
221
221
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
222
222
  "moduleId": 656705,
@@ -228,7 +228,7 @@
228
228
  "exportedName": "uninstallExtension",
229
229
  "filename": "src/actions/extension-actions.ts"
230
230
  },
231
- "007a331edb75d8bbd8ca63d9d1334025cb700844e2": {
231
+ "00312df80b3c8208578a8b18cd0fa599e94ffdee48": {
232
232
  "workers": {
233
233
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
234
234
  "moduleId": 656705,
@@ -240,7 +240,7 @@
240
240
  "exportedName": "getOnboardingStatus",
241
241
  "filename": "src/actions/onboarding-actions.ts"
242
242
  },
243
- "406903301e2570233d02d1b124044ea8abdc70a5a8": {
243
+ "40195180d5a2c9c2a056dd1ac9e6f01864b2897663": {
244
244
  "workers": {
245
245
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
246
246
  "moduleId": 656705,
@@ -252,7 +252,7 @@
252
252
  "exportedName": "dispatchTaskCompletionEvent",
253
253
  "filename": "src/actions/onboarding-actions.ts"
254
254
  },
255
- "40ce398eab6a20d81c2a81420451a8262f4ed9c842": {
255
+ "40b7fbed759b8e664404cd676bc0471a8998532582": {
256
256
  "workers": {
257
257
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
258
258
  "moduleId": 656705,
@@ -264,31 +264,31 @@
264
264
  "exportedName": "setOnboardingProgress",
265
265
  "filename": "src/actions/onboarding-actions.ts"
266
266
  },
267
- "60b6b1b76d50c62a4b60a7aa67fd07fb03e7c4be9f": {
267
+ "602ebb4afa308d031087f196c68af4b48c2c328910": {
268
268
  "workers": {
269
269
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
270
270
  "moduleId": 656705,
271
271
  "async": true,
272
- "exportedName": "setOnboardingExtensions",
272
+ "exportedName": "completeOnboarding",
273
273
  "filename": "src/actions/onboarding-actions.ts"
274
274
  }
275
275
  },
276
- "exportedName": "setOnboardingExtensions",
276
+ "exportedName": "completeOnboarding",
277
277
  "filename": "src/actions/onboarding-actions.ts"
278
278
  },
279
- "60dba40ec9ed7b9af7e6b9cf32e39d2eeb7348d1ec": {
279
+ "60833fa33531c02f00a1f5248eb271eabd3b1a0e25": {
280
280
  "workers": {
281
281
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
282
282
  "moduleId": 656705,
283
283
  "async": true,
284
- "exportedName": "completeOnboarding",
284
+ "exportedName": "setOnboardingExtensions",
285
285
  "filename": "src/actions/onboarding-actions.ts"
286
286
  }
287
287
  },
288
- "exportedName": "completeOnboarding",
288
+ "exportedName": "setOnboardingExtensions",
289
289
  "filename": "src/actions/onboarding-actions.ts"
290
290
  },
291
- "00c5601e4f5c928410914e20eb9f10e7508564e5e2": {
291
+ "0008e048c31e099f5b0ff42ce909dfb635d13d86c4": {
292
292
  "workers": {
293
293
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
294
294
  "moduleId": 656705,
@@ -5,7 +5,7 @@ R.c("server/chunks/ssr/0se9_next_dist_esm_build_templates_app-page_0p6e33i.js")
5
5
  R.c("server/chunks/ssr/[root-of-the-server]__0iaw1ms._.js")
6
6
  R.c("server/chunks/ssr/0se9_next_dist_0i5qmqd._.js")
7
7
  R.c("server/chunks/ssr/0se9_next_dist_compiled_0p0ckwn._.js")
8
- R.c("server/chunks/ssr/[root-of-the-server]__0f~m-8x._.js")
8
+ R.c("server/chunks/ssr/[root-of-the-server]__0ihwpkg._.js")
9
9
  R.c("server/chunks/ssr/0se9_next_dist_12hykkt._.js")
10
10
  R.c("server/chunks/ssr/0se9_next_11h0sx_._.js")
11
11
  R.c("server/chunks/ssr/[root-of-the-server]__0z7je5_._.js")