tower-studio 0.2.37 → 0.2.39

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 (219) 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 +2 -2
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +44 -32
  13. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  16. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  34. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +81 -69
  35. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  37. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
  38. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +44 -32
  39. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  41. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
  42. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +44 -32
  43. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
  46. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +61 -49
  47. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  49. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
  50. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +115 -103
  51. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  53. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
  54. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +98 -86
  55. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  57. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
  58. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +81 -69
  59. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
  62. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +86 -74
  63. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
  66. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +44 -32
  67. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  68. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  69. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +84 -72
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +95 -83
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  77. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
  78. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +62 -50
  79. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
  82. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  83. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
  84. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
  85. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
  86. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
  87. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
  88. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +2 -2
  89. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  90. package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
  92. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  93. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_0odx0ph._.js → 0ws9_lucide-react_dist_esm_icons_10_90yo._.js} +2 -2
  94. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
  95. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__05b5dyi._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
  96. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  98. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
  99. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
  100. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
  101. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
  102. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
  103. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0csj88a._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
  104. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0oy9qt7._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0vjz4a4._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
  107. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0kdfgja._.js → [root-of-the-server]__0xte.35._.js} +2 -2
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  113. package/.next/standalone/.next/server/chunks/ssr/{_0r1f9zc._.js → _0-qd2ss._.js} +2 -2
  114. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  115. package/.next/standalone/.next/server/chunks/ssr/{_0pp8emp._.js → _00kwrmr._.js} +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
  117. package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
  118. package/.next/standalone/.next/server/chunks/ssr/{_0ub.iem._.js → _06nlsbw._.js} +2 -2
  119. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  120. package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
  122. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
  124. package/.next/standalone/.next/server/chunks/ssr/{_0v0y2s~._.js → _0gb8a9_._.js} +2 -2
  125. package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
  126. package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
  127. package/.next/standalone/.next/server/chunks/ssr/{_0lqxllh._.js → _0m.34j8._.js} +2 -2
  128. package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
  129. package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
  130. package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
  131. package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  133. package/.next/standalone/.next/server/chunks/ssr/{_0r_ch71._.js → _0t0oltj._.js} +3 -3
  134. package/.next/standalone/.next/server/chunks/ssr/{_0.-xze1._.js → _0v66l8c._.js} +2 -2
  135. package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  137. package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
  138. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  149. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  150. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
  151. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  152. package/.next/standalone/.next/server/pages/500.html +1 -1
  153. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  154. package/.next/standalone/.next/server/server-reference-manifest.json +356 -272
  155. package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
  156. package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
  157. package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
  158. package/.next/standalone/.next/static/chunks/{00_-_qcmfqtqx.js → 01ijm9dpmm34q.js} +1 -1
  159. package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
  160. package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
  161. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
  162. package/.next/standalone/.next/static/chunks/0_-2es-r~03mg.js +1 -0
  163. package/.next/standalone/.next/static/chunks/{0m227i3p__4qz.js → 0a._hcvzq4ko7.js} +2 -2
  164. package/.next/standalone/.next/static/chunks/{0o0ngxu962xwu.js → 0dha37i1oc6z~.js} +1 -1
  165. package/.next/standalone/.next/static/chunks/0e9ykduz3_0e1.js +1 -0
  166. package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
  167. package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
  168. package/.next/standalone/.next/static/chunks/{08ewy5rmh_n_s.js → 0h4k3cicu7g-w.js} +1 -1
  169. package/.next/standalone/.next/static/chunks/{03tc~x4m3si-p.js → 0h73q-9fyea0t.js} +1 -1
  170. package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
  171. package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
  172. package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
  173. package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
  174. package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
  175. package/.next/standalone/.next/static/chunks/{08cuzj12jsob5.js → 0q~4dhw.phxg3.js} +1 -1
  176. package/.next/standalone/.next/static/chunks/{0oaelsx9hpsxi.js → 0t_3wwd~mmc.1.js} +1 -1
  177. package/.next/standalone/.next/static/chunks/{0950xt.ix3j1q.js → 0u.3xek3m2ud..js} +1 -1
  178. package/.next/standalone/.next/static/chunks/0u.b0t7fueh-x.js +1 -0
  179. package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
  180. package/.next/standalone/.next/static/chunks/{0o3eu9q3qnvi..js → 0w14di5d0vw6-.js} +1 -1
  181. package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
  182. package/.next/standalone/.next/static/chunks/{0c.6n7.lv8~10.js → 11.r6a56ss7qu.js} +1 -1
  183. package/.next/standalone/.next/static/chunks/112wpv9rqw4dp.js +1 -0
  184. package/.next/standalone/.next/static/chunks/{09a43rligfn_v.js → 134c60acdsr_g.js} +1 -1
  185. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
  186. package/.next/standalone/package.json +3 -2
  187. package/dist/mcp-server.cjs +6 -3
  188. package/package.json +3 -2
  189. package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
  190. package/scripts/run-migrations.ts +12 -0
  191. package/skills/tower/SKILL.md +81 -2
  192. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/_00z0339._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/_0_r-f5a._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/_0gzdrnf._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
  197. package/.next/standalone/.next/server/chunks/ssr/_0z7hp2l._.js +0 -3
  198. package/.next/standalone/.next/static/chunks/00.kucs-nzw72.js +0 -1
  199. package/.next/standalone/.next/static/chunks/014cs5ykpuy3m.js +0 -1
  200. package/.next/standalone/.next/static/chunks/01f6i88h8guls.js +0 -1
  201. package/.next/standalone/.next/static/chunks/034x~85_u-f26.js +0 -1
  202. package/.next/standalone/.next/static/chunks/03v.cnuy3h3rb.js +0 -1
  203. package/.next/standalone/.next/static/chunks/05dlhgy_00kj1.js +0 -1
  204. package/.next/standalone/.next/static/chunks/05p_suay02eo1.js +0 -1
  205. package/.next/standalone/.next/static/chunks/0ckcff42.pa_j.js +0 -1
  206. package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
  207. package/.next/standalone/.next/static/chunks/0kuz7yd.6hpd1.js +0 -1
  208. package/.next/standalone/.next/static/chunks/0mk6~akqfc05t.js +0 -1
  209. package/.next/standalone/.next/static/chunks/0p.-6dhm_nm9f.js +0 -1
  210. package/.next/standalone/.next/static/chunks/0qc.bnyy68-yh.js +0 -1
  211. package/.next/standalone/.next/static/chunks/0qfx4.vrc9a9n.js +0 -5
  212. package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
  213. package/.next/standalone/.next/static/chunks/0s46.9vyvnj99.js +0 -1
  214. package/.next/standalone/.next/static/chunks/0u~0j4_f3gwi2.js +0 -1
  215. package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
  216. package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
  217. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
  218. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
  219. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/00_-_qcmfqtqx.js","/_next/static/chunks/0mk6~akqfc05t.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0o0ngxu962xwu.js","/_next/static/chunks/0c.6n7.lv8~10.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/00_-_qcmfqtqx.js","/_next/static/chunks/0mk6~akqfc05t.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0o0ngxu962xwu.js","/_next/static/chunks/0c.6n7.lv8~10.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js","server/chunks/ssr/[root-of-the-server]__0oy9qt7._.js","server/chunks/ssr/_0lqxllh._.js","server/chunks/ssr/src_components_ui_popover_tsx_0a78wqo._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js","server/chunks/ssr/[root-of-the-server]__0.t6k_c._.js","server/chunks/ssr/_0ub.iem._.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}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"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/0dt3ljzz2pz0r.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/0dt3ljzz2pz0r.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0dt3ljzz2pz0r.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0s46.9vyvnj99.js","static/chunks/0qfx4.vrc9a9n.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.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/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0s46.9vyvnj99.js","static/chunks/0qfx4.vrc9a9n.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0s46.9vyvnj99.js","static/chunks/0qfx4.vrc9a9n.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js","static/chunks/01yoibobkdz3x.js","static/chunks/00_-_qcmfqtqx.js","static/chunks/0mk6~akqfc05t.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/0o0ngxu962xwu.js","static/chunks/0c.6n7.lv8~10.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/01ijm9dpmm34q.js","/_next/static/chunks/0_-2es-r~03mg.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0dha37i1oc6z~.js","/_next/static/chunks/11.r6a56ss7qu.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/01ijm9dpmm34q.js","/_next/static/chunks/0_-2es-r~03mg.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0dha37i1oc6z~.js","/_next/static/chunks/11.r6a56ss7qu.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js","server/chunks/ssr/[root-of-the-server]__0k1ivnj._.js","server/chunks/ssr/_0m.34j8._.js","server/chunks/ssr/src_components_ui_popover_tsx_0a78wqo._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js","server/chunks/ssr/[root-of-the-server]__0.t6k_c._.js","server/chunks/ssr/_06nlsbw._.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}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"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/0lk-i0jm2ubea.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/0lk-i0jm2ubea.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0lk-i0jm2ubea.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.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/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js","static/chunks/01yoibobkdz3x.js","static/chunks/01ijm9dpmm34q.js","static/chunks/0_-2es-r~03mg.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/0dha37i1oc6z~.js","static/chunks/11.r6a56ss7qu.js"]}};
3
3
 
@@ -2,9 +2,9 @@
2
2
  "346069": {
3
3
  "id": 346069,
4
4
  "files": [
5
- "static/chunks/0u~0j4_f3gwi2.js",
5
+ "static/chunks/02jsekc779t5~.js",
6
6
  "static/chunks/0ep-qrl_zzch8.js",
7
- "static/chunks/03tc~x4m3si-p.js",
7
+ "static/chunks/0h73q-9fyea0t.js",
8
8
  "static/chunks/17oc2l.ekcs8b.css"
9
9
  ]
10
10
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "40dc5994c5145791aa6b750c6db19b674339691e95": {
3
+ "4000fd33b002f8f107377429f338f6aaddba6b48e7": {
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
- "60de99d8abadfb18ea24da9fe6659ba6eb8f9b8b90": {
15
+ "60195d33c3642b0391d36a40f9be713c837345bcdc": {
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
- "4033f23e3fceeb4827b06ccb240c11c6786038f237": {
27
+ "401aa0045164b9aaa0699a7eb6df980f436dc0edfe": {
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
- "40d05a29d8dc5caa8d25e073a30ecc92f40fcd0db5": {
39
+ "40fe67db1340e8da26e398b83a4596e60c17915573": {
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
- "4026f39b36357e46d8d5e1027d089a1739d81ecabc": {
51
+ "403b5916a159649caf9f3f60a8a609eff6478fbbb3": {
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
- "40d973f296d8738cf4afb3d63fdcf700207ef10e8f": {
63
+ "40787eafcd84a6469dab06156a248a9fe75248326d": {
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
- "40021a9d736acd9bcfa12e8373f683a674b28086a3": {
75
+ "4010642c30732cf2c92871a2410bf6c83ad967b50d": {
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
- "6071f62865d7cc8fd3ab220abf5ecfbc0ec631d910": {
87
+ "601729ed0bad968a41393fe90d428239c654b0709c": {
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
- "6086ca5502a7fc3a40c487b758649db2e2ecd161d2": {
99
+ "60d2d75acc239bcc3016922e2bcf473c4b443f3ca9": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
102
102
  "moduleId": 656705,
@@ -108,19 +108,19 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "4092804c67622795f702440c3e64d76bd68b0f7dd4": {
111
+ "404e7cc0e8e3765926dd1f7911020f0d67988d9696": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
114
114
  "moduleId": 656705,
115
115
  "async": true,
116
- "exportedName": "resolveGitLocalPath",
116
+ "exportedName": "resolveGitLocalPathWithSource",
117
117
  "filename": "src/actions/config-actions.ts"
118
118
  }
119
119
  },
120
- "exportedName": "resolveGitLocalPath",
120
+ "exportedName": "resolveGitLocalPathWithSource",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "60a292b7637bc9c6bbcf1e4b13a3eb2f18317daf40": {
123
+ "60aec2ccb7f2e37674de7451b5028826a23d1fd408": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
126
126
  "moduleId": 656705,
@@ -132,7 +132,19 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "60697db45fd919041164efede51525c37717402587": {
135
+ "403c3eb99fad3fed76d481d40f018e89b581ec53ea": {
136
+ "workers": {
137
+ "app/workspaces/[workspaceId]/projects/[projectId]/page": {
138
+ "moduleId": 656705,
139
+ "async": true,
140
+ "exportedName": "resolveGitLocalPath",
141
+ "filename": "src/actions/config-actions.ts"
142
+ }
143
+ },
144
+ "exportedName": "resolveGitLocalPath",
145
+ "filename": "src/actions/config-actions.ts"
146
+ },
147
+ "60e24e764bbd4747cf07763092c8c9e7d893ae14c3": {
136
148
  "workers": {
137
149
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
138
150
  "moduleId": 656705,
@@ -144,7 +156,7 @@
144
156
  "exportedName": "migrateProjectPath",
145
157
  "filename": "src/actions/project-actions.ts"
146
158
  },
147
- "4046e8aa9ca2e60552574e42d4b0ea37efacf35831": {
159
+ "40197cd678ef6a311b1ffba1e86ba4f15bd16fd63b": {
148
160
  "workers": {
149
161
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
150
162
  "moduleId": 656705,
@@ -156,7 +168,7 @@
156
168
  "exportedName": "checkMigrationSafety",
157
169
  "filename": "src/actions/project-actions.ts"
158
170
  },
159
- "008f1d70c23c8fc694e191710a68f9e6dbb24d2b7d": {
171
+ "003cda51028de7d8ca1763a51d13223b9acbae6c96": {
160
172
  "workers": {
161
173
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
162
174
  "moduleId": 656705,
@@ -168,7 +180,7 @@
168
180
  "exportedName": "getActualWsPort",
169
181
  "filename": "src/actions/config-actions.ts"
170
182
  },
171
- "403e249332bbafc27c9bd0589236bf3e4c6d842ee8": {
183
+ "40bd6bd14273f742080b119c49ce1ae4226a0ea9ae": {
172
184
  "workers": {
173
185
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
174
186
  "moduleId": 656705,
@@ -180,7 +192,7 @@
180
192
  "exportedName": "getConfigValues",
181
193
  "filename": "src/actions/config-actions.ts"
182
194
  },
183
- "40fb6f67ebac76ac251cbb28c80f7071af885e8214": {
195
+ "40bb3a59850008c559600bccd7be895b059a0cfc73": {
184
196
  "workers": {
185
197
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
186
198
  "moduleId": 656705,
@@ -192,7 +204,7 @@
192
204
  "exportedName": "createProject",
193
205
  "filename": "src/actions/workspace-actions.ts"
194
206
  },
195
- "60328d14d064267c9ac3962fe5cb2f7b5165c4a29d": {
207
+ "60b661b64158203fc3f2bfee77e830c7f050c1d9c7": {
196
208
  "workers": {
197
209
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
198
210
  "moduleId": 656705,
@@ -204,7 +216,7 @@
204
216
  "exportedName": "setConfigValue",
205
217
  "filename": "src/actions/config-actions.ts"
206
218
  },
207
- "40d0968e9fa1c8b754c9e9def91c0a2c07f3003abd": {
219
+ "40eb934880e7b3819f12c1c7f91817927d87299cd1": {
208
220
  "workers": {
209
221
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
210
222
  "moduleId": 656705,
@@ -216,7 +228,7 @@
216
228
  "exportedName": "checkExtension",
217
229
  "filename": "src/actions/extension-actions.ts"
218
230
  },
219
- "40b4640c57401cd27cb33d9aaa952b629581721f99": {
231
+ "403c101f24d1e7605a51cedf69da0d41af5c8ce953": {
220
232
  "workers": {
221
233
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
222
234
  "moduleId": 656705,
@@ -228,7 +240,7 @@
228
240
  "exportedName": "installExtension",
229
241
  "filename": "src/actions/extension-actions.ts"
230
242
  },
231
- "40384d46b1738e8f02779aaf2987bcaf1b7f85734c": {
243
+ "40ce35e60ac54cb8269e14dc338b432fad63b05057": {
232
244
  "workers": {
233
245
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
234
246
  "moduleId": 656705,
@@ -240,7 +252,7 @@
240
252
  "exportedName": "uninstallExtension",
241
253
  "filename": "src/actions/extension-actions.ts"
242
254
  },
243
- "00c1f5272b2d8bd31e426269e483505324c0a6f441": {
255
+ "00592b2050dca8305e2268efac020dae8b2fdb5ee0": {
244
256
  "workers": {
245
257
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
246
258
  "moduleId": 656705,
@@ -252,31 +264,31 @@
252
264
  "exportedName": "getOnboardingStatus",
253
265
  "filename": "src/actions/onboarding-actions.ts"
254
266
  },
255
- "400609c7b57a8ab711666bb6509945b5b05c6dc866": {
267
+ "4057ffbbbeabb40cc3e03af5715687d8e537dc4639": {
256
268
  "workers": {
257
269
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
258
270
  "moduleId": 656705,
259
271
  "async": true,
260
- "exportedName": "setOnboardingProgress",
272
+ "exportedName": "dispatchTaskCompletionEvent",
261
273
  "filename": "src/actions/onboarding-actions.ts"
262
274
  }
263
275
  },
264
- "exportedName": "setOnboardingProgress",
276
+ "exportedName": "dispatchTaskCompletionEvent",
265
277
  "filename": "src/actions/onboarding-actions.ts"
266
278
  },
267
- "402fa5b9bc12b71c47e2caba096f7b4ad90f82ef0e": {
279
+ "40f772df9c5ef70aa3f0c91a6dc2716b97ed40d3a1": {
268
280
  "workers": {
269
281
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
270
282
  "moduleId": 656705,
271
283
  "async": true,
272
- "exportedName": "dispatchTaskCompletionEvent",
284
+ "exportedName": "setOnboardingProgress",
273
285
  "filename": "src/actions/onboarding-actions.ts"
274
286
  }
275
287
  },
276
- "exportedName": "dispatchTaskCompletionEvent",
288
+ "exportedName": "setOnboardingProgress",
277
289
  "filename": "src/actions/onboarding-actions.ts"
278
290
  },
279
- "601e524262fb3b53183989aa4f2e0243f166dfec7f": {
291
+ "6049009cebae9501b35174bc10f6e95392e15c1415": {
280
292
  "workers": {
281
293
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
282
294
  "moduleId": 656705,
@@ -288,7 +300,7 @@
288
300
  "exportedName": "setOnboardingExtensions",
289
301
  "filename": "src/actions/onboarding-actions.ts"
290
302
  },
291
- "607e5b0ab5c7347c5bb81b3b5287be85ede70be100": {
303
+ "60d40c8f11280124b357c0af9e03f73ddef4889dc1": {
292
304
  "workers": {
293
305
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
294
306
  "moduleId": 656705,
@@ -300,7 +312,7 @@
300
312
  "exportedName": "completeOnboarding",
301
313
  "filename": "src/actions/onboarding-actions.ts"
302
314
  },
303
- "00d7f31f117aaee09de948bf431e08beffe59912b3": {
315
+ "00eaa4c6a465fc639f0823aa156f91447fb561cc40": {
304
316
  "workers": {
305
317
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
306
318
  "moduleId": 656705,