tower-studio 0.2.40 → 0.2.42
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.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +2 -0
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/routes-manifest.json +16 -0
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +31 -31
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/adapters/test/route.js +2 -2
- package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +2 -3
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js +11 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +5 -5
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js +11 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +118 -118
- package/.next/standalone/.next/server/app/missions/page.js +2 -3
- package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +31 -31
- package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +31 -31
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +48 -48
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +118 -106
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +97 -85
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +74 -62
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +77 -77
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +31 -31
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +73 -73
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +4 -4
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +88 -76
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +59 -47
- package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +2 -0
- package/.next/standalone/.next/server/chunks/07-d_@anthropic-ai_claude-agent-sdk_sdk_mjs_0.721uk._.js +16 -9
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
- package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_resume_route_actions_0uascj..js +3 -0
- package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_stop_route_actions_0r3bvc-.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.tbb~k._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05zlbau._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06qz5fz._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__075f7rs._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08b~~wj._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__037x-0a._.js → [root-of-the-server]__0askhfg._.js} +4 -4
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__04u7b2g._.js → [root-of-the-server]__0bo_6v~._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e~6fr~._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0kexk71._.js → [root-of-the-server]__0fxmnch._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gr~8aq._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hd.0to._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0g2lv9x._.js → [root-of-the-server]__0j3l3l4._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0obk~80._.js +28 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__05nz.tg._.js → [root-of-the-server]__0skk0fd._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0ag-i9m._.js → [root-of-the-server]__0v2nkck._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~6py0f._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__126b53k._.js +4 -0
- package/.next/standalone/.next/server/chunks/_0aflzks._.js +7 -0
- package/.next/standalone/.next/server/chunks/_0b~hjvi._.js +7 -0
- package/.next/standalone/.next/server/chunks/_0qk_esg._.js +4 -0
- package/.next/standalone/.next/server/chunks/src_02ruq-1._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_07gek7k._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_0mqkaid._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_actions_agent-actions_ts_10q9r5b._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_10_90yo._.js → 0ws9_lucide-react_dist_esm_icons_0pkla8j._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.-z9ts._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__038u_kv._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__045k323._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04wbr9x._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__058rbx5._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__087pocz._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c2mh1c._.js +47 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ce3fpq._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dsaqeq._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gt5dbj._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h-se8t._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h589~0._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0oq-j16._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0whlq2_._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10s67lq._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12w35bx._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_03lt1_x._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_04~zqvy._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0_z-t6g._.js → _08bq4g8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0t863nl._.js → _09z2zmm._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0_5abui._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0axcfvf._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0c2gong._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0ecu98s._.js → _0dye20y._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0zqwuq~._.js → _0f~l8kv._.js} +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0o3rthp._.js → _0m.wslt._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0o2tntr._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0p6p_68._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0u_uywm._.js → _0q2mf9q._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0be3783._.js → _0rq68d8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0hh17jg._.js → _0rxeqmo._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_07_8m~l._.js → _0u.n7v8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0u7c6bz._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0whlnt7._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0~oc5bl._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_116-_2z._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_12ca88g._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_11w~.ge._.js → src_lib_0x6grav._.js} +1 -1
- package/.next/standalone/.next/server/functions-config-manifest.json +2 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +364 -322
- package/.next/standalone/.next/static/chunks/0-efd~h5j2ufi.js +1 -0
- package/.next/standalone/.next/static/chunks/{0s6gcjv24hfkq.js → 0.onaugl2w8ci.js} +1 -1
- package/.next/standalone/.next/static/chunks/{03jo4masky_ji.js → 0.wxa05y455w7.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0nc-n~ecfjozt.js → 0.z171pzeg-.7.js} +1 -1
- package/.next/standalone/.next/static/chunks/01zlxs4rl~h_o.js +1 -0
- package/.next/standalone/.next/static/chunks/{0vm6adb7s2i4g.js → 02f8-ju2se8qw.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0roncmx7dp-47.js → 035a_v6g7ioyw.js} +1 -1
- package/.next/standalone/.next/static/chunks/{11brr5_f60yx-.js → 040j8d.w8mkyn.js} +1 -1
- package/.next/standalone/.next/static/chunks/0_d04kox03m72.css +1 -0
- package/.next/standalone/.next/static/chunks/0af7afat3acfx.js +1 -0
- package/.next/standalone/.next/static/chunks/0ais32-8.3wlj.js +1 -0
- package/.next/standalone/.next/static/chunks/{0tb.0x~6y.21w.js → 0bdwzhoelky9-.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0.65.u3zhwau~.js → 0clewc5ifaruu.js} +1 -1
- package/.next/standalone/.next/static/chunks/0dewfthzwmcwb.js +1 -0
- package/.next/standalone/.next/static/chunks/0f43x~jzb70f4.js +1 -0
- package/.next/standalone/.next/static/chunks/{0v.l5.sqos562.js → 0i-x__600fys6.js} +1 -1
- package/.next/standalone/.next/static/chunks/{050agjgyp545k.js → 0l25d0nc5ygyd.js} +1 -1
- package/.next/standalone/.next/static/chunks/0lyq0-a32.15m.js +1 -0
- package/.next/standalone/.next/static/chunks/{0~33w7-91bik-.js → 0m~m1~si.ot17.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0bq80txkiwk0q.js → 0rozlwh3y46l0.js} +1 -1
- package/.next/standalone/.next/static/chunks/{1821tyytk30ed.js → 0t8lz62rmr801.js} +2 -2
- package/.next/standalone/.next/static/chunks/0utrquxfg25b2.js +1 -0
- package/.next/standalone/.next/static/chunks/{0bx6xpa7fgedh.js → 0wcdxs4sl-gjf.js} +1 -1
- package/.next/standalone/.next/static/chunks/0wcwdbtpm0~r6.js +1 -0
- package/.next/standalone/.next/static/chunks/0x-ug4iz~~qr2.js +1 -0
- package/.next/standalone/.next/static/chunks/0xj6v_80hlyv0.js +1 -0
- package/.next/standalone/.next/static/chunks/0xl7h5fsfc7zk.js +1 -0
- package/.next/standalone/.next/static/chunks/{0xxn47mtozln~.js → 0ypd9eqm_pj-o.js} +1 -1
- package/.next/standalone/.next/static/chunks/115ae91fq~slq.js +1 -0
- package/.next/standalone/.next/static/chunks/{120u45g91sx4q.js → 13.3woq55msp..js} +1 -1
- package/.next/standalone/.next/static/chunks/17fug-zaik-v~.js +1 -0
- package/.next/standalone/.next/static/chunks/{0v8apmh_d7lz3.js → 17m4o~gdsvuo3.js} +1 -1
- package/.next/standalone/package.json +1 -1
- package/README.md +25 -3
- package/README.zh.md +25 -3
- package/dist/mcp-server.cjs +115 -0
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.wld9h._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.z8.oi._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__02jy80j._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0az764e._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d1bhsb._.js +0 -28
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kuo6q5._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0np.553._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0u_-4~7._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__01kyzx1._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02mo_kb._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02~6htc._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__077c1-u._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0da~mv~._.js +0 -47
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ea-1l0._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10~3-.h._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0-_yznx._.js +0 -43
- package/.next/standalone/.next/server/chunks/ssr/_04jcctt._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0a-.s7z._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0aqfqr5._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0g8mw1b._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0qrc1eu._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0~cy-h1._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_11rjd4d._.js +0 -3
- package/.next/standalone/.next/static/chunks/02zqmiej0opg7.js +0 -1
- package/.next/standalone/.next/static/chunks/03rl6s3rpptas.js +0 -1
- package/.next/standalone/.next/static/chunks/05n5tgexx2_92.js +0 -1
- package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +0 -1
- package/.next/standalone/.next/static/chunks/09ossbd-6zx4g.js +0 -1
- package/.next/standalone/.next/static/chunks/0_d-xz2x5qb_c.js +0 -1
- package/.next/standalone/.next/static/chunks/0dp-d685xgb68.js +0 -1
- package/.next/standalone/.next/static/chunks/0kf6kwtt_mouu.js +0 -1
- package/.next/standalone/.next/static/chunks/0l2-qbv0tx44i.js +0 -1
- package/.next/standalone/.next/static/chunks/0l3n_2z5xfhor.js +0 -1
- package/.next/standalone/.next/static/chunks/0mu2posb9cg4b.js +0 -1
- package/.next/standalone/.next/static/chunks/0t1nk8jlwgyb-.js +0 -1
- package/.next/standalone/.next/static/chunks/0~qrkswofk7zn.css +0 -1
- package/.next/standalone/.next/static/chunks/16e-u8e~pzz_-.js +0 -1
- package/.next/standalone/.next/static/chunks/183m8iouij_n8.js +0 -1
- /package/.next/standalone/.next/static/{wtOlqKEl8oeuEeWLbCnuv → LCBoYZWhXzs8PjuBmxw7g}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{wtOlqKEl8oeuEeWLbCnuv → LCBoYZWhXzs8PjuBmxw7g}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{wtOlqKEl8oeuEeWLbCnuv → LCBoYZWhXzs8PjuBmxw7g}/_ssgManifest.js +0 -0
package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js
CHANGED
|
@@ -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/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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0vm6adb7s2i4g.js","/_next/static/chunks/183m8iouij_n8.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0~33w7-91bik-.js","/_next/static/chunks/0bx6xpa7fgedh.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/0kf6kwtt_mouu.js","/_next/static/chunks/120u45g91sx4q.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/0vm6adb7s2i4g.js","/_next/static/chunks/183m8iouij_n8.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0~33w7-91bik-.js","/_next/static/chunks/0bx6xpa7fgedh.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.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/_07_8m~l._.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]__077c1-u._.js","server/chunks/ssr/[root-of-the-server]__10~3-.h._.js","server/chunks/ssr/_0qrc1eu._.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/_0o3rthp._.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/0~qrkswofk7zn.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/0~qrkswofk7zn.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0~qrkswofk7zn.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/0kf6kwtt_mouu.js","static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","static/chunks/120u45g91sx4q.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/0kf6kwtt_mouu.js","static/chunks/120u45g91sx4q.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/0vm6adb7s2i4g.js","static/chunks/183m8iouij_n8.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/0~33w7-91bik-.js","static/chunks/0bx6xpa7fgedh.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/02f8-ju2se8qw.js","/_next/static/chunks/0ais32-8.3wlj.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0m~m1~si.ot17.js","/_next/static/chunks/0wcdxs4sl-gjf.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js","/_next/static/chunks/01yoibobkdz3x.js","/_next/static/chunks/02f8-ju2se8qw.js","/_next/static/chunks/0ais32-8.3wlj.js","/_next/static/chunks/0o6zqtzz_7ysr.js","/_next/static/chunks/0m~m1~si.ot17.js","/_next/static/chunks/0wcdxs4sl-gjf.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.js","server/chunks/ssr/[root-of-the-server]__0h-se8t._.js","server/chunks/ssr/_0o2tntr._.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/_0m.wslt._.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/0_d04kox03m72.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/0_d04kox03m72.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0_d04kox03m72.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0i-x__600fys6.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0f43x~jzb70f4.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0wcwdbtpm0~r6.js","static/chunks/13.3woq55msp..js","static/chunks/0clewc5ifaruu.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/13rq33eiffqaz.js","static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0f43x~jzb70f4.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0wcwdbtpm0~r6.js","static/chunks/13.3woq55msp..js","static/chunks/0clewc5ifaruu.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/13rq33eiffqaz.js","static/chunks/17m4o~gdsvuo3.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0i-x__600fys6.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0f43x~jzb70f4.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0wcwdbtpm0~r6.js","static/chunks/13.3woq55msp..js","static/chunks/0clewc5ifaruu.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/13rq33eiffqaz.js","static/chunks/17m4o~gdsvuo3.js","static/chunks/01yoibobkdz3x.js","static/chunks/02f8-ju2se8qw.js","static/chunks/0ais32-8.3wlj.js","static/chunks/0o6zqtzz_7ysr.js","static/chunks/0m~m1~si.ot17.js","static/chunks/0wcdxs4sl-gjf.js"]}};
|
|
3
3
|
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"346069": {
|
|
3
3
|
"id": 346069,
|
|
4
4
|
"files": [
|
|
5
|
-
"static/chunks/
|
|
5
|
+
"static/chunks/0af7afat3acfx.js",
|
|
6
6
|
"static/chunks/0ep-qrl_zzch8.js",
|
|
7
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/035a_v6g7ioyw.js",
|
|
8
8
|
"static/chunks/17oc2l.ekcs8b.css"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
11
|
"103363": {
|
|
12
12
|
"id": 103363,
|
|
13
13
|
"files": [
|
|
14
|
-
"static/chunks/
|
|
14
|
+
"static/chunks/0l25d0nc5ygyd.js",
|
|
15
15
|
"static/chunks/0o6zqtzz_7ysr.js"
|
|
16
16
|
]
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"40c028aa754fb395b011ca98a0d8998d941ba9b275": {
|
|
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
|
-
"
|
|
15
|
+
"600a7b6234db631cbc3d0f9a4263a6d0a9dba6455a": {
|
|
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
|
-
"
|
|
27
|
+
"40e9e4643eae5f742132fff6c126cd641da7345a95": {
|
|
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
|
-
"
|
|
39
|
+
"4045a4e8dc6e5750aaa5486feb11ec8f39f84f79cc": {
|
|
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
|
-
"
|
|
51
|
+
"40678a2b403c111cdd409176df5bba928e0f63a5b4": {
|
|
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
|
-
"
|
|
63
|
+
"407fab8fa8b7793fb8f25a418f04559876792ca21c": {
|
|
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
|
-
"
|
|
75
|
+
"402bbc93aabd476c75ea98b62565514688b910719d": {
|
|
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
|
-
"
|
|
87
|
+
"6051197133a60d5756beb41200c1dbffb7f56bea66": {
|
|
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
|
-
"
|
|
99
|
+
"602f249ffd4feeacc003965c2280a0f6818774621f": {
|
|
100
100
|
"workers": {
|
|
101
101
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
102
102
|
"moduleId": 656705,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"exportedName": "getConfigValue",
|
|
109
109
|
"filename": "src/actions/config-actions.ts"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"40240a5845f1968bde6e8e0e74ac4a2e123226c978": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
114
114
|
"moduleId": 656705,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "resolveGitLocalPathWithSource",
|
|
121
121
|
"filename": "src/actions/config-actions.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60d6bdc95a2a456d0e0dc627f1f08c495e85e3c291": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
126
126
|
"moduleId": 656705,
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"exportedName": "analyzeProjectDirectory",
|
|
133
133
|
"filename": "src/actions/project-actions.ts"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"40b0a7436022990255822bd0a66b4fbb3eed825bfe": {
|
|
136
136
|
"workers": {
|
|
137
137
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
138
138
|
"moduleId": 656705,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"exportedName": "resolveGitLocalPath",
|
|
145
145
|
"filename": "src/actions/config-actions.ts"
|
|
146
146
|
},
|
|
147
|
-
"
|
|
147
|
+
"60e921b4290b893e15be9b596f68c0d8d5748450de": {
|
|
148
148
|
"workers": {
|
|
149
149
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
150
150
|
"moduleId": 656705,
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"exportedName": "migrateProjectPath",
|
|
157
157
|
"filename": "src/actions/project-actions.ts"
|
|
158
158
|
},
|
|
159
|
-
"
|
|
159
|
+
"40e8327e313b39fc99571773ca1cac1217f978fc83": {
|
|
160
160
|
"workers": {
|
|
161
161
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
162
162
|
"moduleId": 656705,
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"exportedName": "checkMigrationSafety",
|
|
169
169
|
"filename": "src/actions/project-actions.ts"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"008ca26582a6bc86f8a81485dafd39264601108780": {
|
|
172
172
|
"workers": {
|
|
173
173
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
174
174
|
"moduleId": 656705,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "getActualWsPort",
|
|
181
181
|
"filename": "src/actions/config-actions.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"40b7eec0bb0bcd1c9c8f305cb7f9cb2aa9d17c5331": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
186
186
|
"moduleId": 656705,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"exportedName": "getConfigValues",
|
|
193
193
|
"filename": "src/actions/config-actions.ts"
|
|
194
194
|
},
|
|
195
|
-
"
|
|
195
|
+
"401a552a24f8644baa876aacdcf5eba7d28ab5cc3a": {
|
|
196
196
|
"workers": {
|
|
197
197
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
198
198
|
"moduleId": 656705,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exportedName": "createProject",
|
|
205
205
|
"filename": "src/actions/workspace-actions.ts"
|
|
206
206
|
},
|
|
207
|
-
"
|
|
207
|
+
"603ff195358b719fe71041bada759b1541862c7e83": {
|
|
208
208
|
"workers": {
|
|
209
209
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
210
210
|
"moduleId": 656705,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"exportedName": "setConfigValue",
|
|
217
217
|
"filename": "src/actions/config-actions.ts"
|
|
218
218
|
},
|
|
219
|
-
"
|
|
219
|
+
"4071f8336f22edfe28929da6c8ff0f4029617d3711": {
|
|
220
220
|
"workers": {
|
|
221
221
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
222
222
|
"moduleId": 656705,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"exportedName": "checkExtension",
|
|
229
229
|
"filename": "src/actions/extension-actions.ts"
|
|
230
230
|
},
|
|
231
|
-
"
|
|
231
|
+
"4004282668f38cbee8857d302368731b5ab318a755": {
|
|
232
232
|
"workers": {
|
|
233
233
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
234
234
|
"moduleId": 656705,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "installExtension",
|
|
241
241
|
"filename": "src/actions/extension-actions.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40a3c6df81ffdfc61bfe62695cc844afa21f21a1ac": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
246
246
|
"moduleId": 656705,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exportedName": "uninstallExtension",
|
|
253
253
|
"filename": "src/actions/extension-actions.ts"
|
|
254
254
|
},
|
|
255
|
-
"
|
|
255
|
+
"00cbd31136fc6774db005529c98fc11975e67706fc": {
|
|
256
256
|
"workers": {
|
|
257
257
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
258
258
|
"moduleId": 656705,
|
|
@@ -264,31 +264,31 @@
|
|
|
264
264
|
"exportedName": "getOnboardingStatus",
|
|
265
265
|
"filename": "src/actions/onboarding-actions.ts"
|
|
266
266
|
},
|
|
267
|
-
"
|
|
267
|
+
"4002d954765b9e56566e449fc3bc78e4fb03be7b35": {
|
|
268
268
|
"workers": {
|
|
269
269
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
270
270
|
"moduleId": 656705,
|
|
271
271
|
"async": true,
|
|
272
|
-
"exportedName": "
|
|
272
|
+
"exportedName": "dispatchTaskCompletionEvent",
|
|
273
273
|
"filename": "src/actions/onboarding-actions.ts"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"exportedName": "
|
|
276
|
+
"exportedName": "dispatchTaskCompletionEvent",
|
|
277
277
|
"filename": "src/actions/onboarding-actions.ts"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"4049e0ef7ccd78445d833ed4f81e1914612c618a1a": {
|
|
280
280
|
"workers": {
|
|
281
281
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
282
282
|
"moduleId": 656705,
|
|
283
283
|
"async": true,
|
|
284
|
-
"exportedName": "
|
|
284
|
+
"exportedName": "setOnboardingProgress",
|
|
285
285
|
"filename": "src/actions/onboarding-actions.ts"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
-
"exportedName": "
|
|
288
|
+
"exportedName": "setOnboardingProgress",
|
|
289
289
|
"filename": "src/actions/onboarding-actions.ts"
|
|
290
290
|
},
|
|
291
|
-
"
|
|
291
|
+
"6076596bd293cdd855f89742a00cf37915e785323c": {
|
|
292
292
|
"workers": {
|
|
293
293
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
294
294
|
"moduleId": 656705,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"exportedName": "completeOnboarding",
|
|
301
301
|
"filename": "src/actions/onboarding-actions.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"60989c7084fe6a3648aaebdf6450e4d69d1b62e7f2": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
306
306
|
"moduleId": 656705,
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"exportedName": "setOnboardingExtensions",
|
|
313
313
|
"filename": "src/actions/onboarding-actions.ts"
|
|
314
314
|
},
|
|
315
|
-
"
|
|
315
|
+
"0020d458849af3dea02c06547ca93681820093cd60": {
|
|
316
316
|
"workers": {
|
|
317
317
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
318
318
|
"moduleId": 656705,
|