tower-studio 0.2.14 → 0.2.15
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 +1 -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 +8 -0
- package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +41 -41
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- 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/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +14 -14
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +14 -14
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/api/adapters/test/route.js +1 -1
- 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 +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 +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/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 +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/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/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js +7 -0
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- 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/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +14 -14
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +14 -14
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +75 -75
- package/.next/standalone/.next/server/app/missions/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +41 -41
- package/.next/standalone/.next/server/app/onboarding/page.js +1 -1
- 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/onboarding.html +1 -1
- package/.next/standalone/.next/server/app/onboarding.rsc +16 -16
- package/.next/standalone/.next/server/app/onboarding.segments/_full.segment.rsc +16 -16
- package/.next/standalone/.next/server/app/onboarding.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/onboarding.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +41 -41
- package/.next/standalone/.next/server/app/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +54 -54
- package/.next/standalone/.next/server/app/settings/page.js +1 -1
- 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/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +16 -16
- package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +16 -16
- package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +94 -94
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +82 -82
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +73 -73
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +70 -70
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +41 -41
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +74 -74
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +1 -1
- 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 +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +88 -88
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +1 -1
- 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 +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +59 -59
- package/.next/standalone/.next/server/app/workspaces/page.js +1 -1
- 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 +1 -0
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
- package/.next/standalone/.next/server/chunks/[externals]__12any6r._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0oc0p.b._.js → [root-of-the-server]__0.0.jeg._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__03j20vp._.js +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05se6yk._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05~g1fm._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__087s5zn._.js → [root-of-the-server]__0ag-i9m._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__09pc-71._.js → [root-of-the-server]__0d1dj18._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0u7f9y0._.js → [root-of-the-server]__0g2lv9x._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0i8.umh._.js → [root-of-the-server]__0ge1~qa._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0wotir9._.js → [root-of-the-server]__0jf72nm._.js} +5 -5
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0otyifi._.js +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__08v2air._.js → [root-of-the-server]__0pg9aea._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0r0nj9k._.js → [root-of-the-server]__0q.piu~._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0s__pv8._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0sfk~2k._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0umocfj._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z-k6vg._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__124i0i-._.js +3 -0
- package/.next/standalone/.next/server/chunks/_next-internal_server_app_api_internal_monaco_[___path]_route_actions_02u8e7k.js +3 -0
- package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
- 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/[root-of-the-server]__0.bvw5b._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__046r30r._.js → [root-of-the-server]__06zyaub._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0f6jg2_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gaiasa._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n-4zp8._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0k23.h1._.js → [root-of-the-server]__0oht3x8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ps55l6._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0snkwkk._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vk3eou._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vqar.7._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__11dfb6z._.js → [root-of-the-server]__0xg37gu._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0yr--da._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~8i4lj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10yxmur._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0ome.i4._.js → _0-anjz4._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0mvc5xq._.js → _05_bfrg._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_05h.8a~._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0w3~ri1._.js → _065qc4e._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_06gydyh._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/_06sgp6h._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0_l8.dg._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0h~yckx._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0i4__mf._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0kkxrcc._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0v_1aum._.js → _0l-ci5f._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0nbldfa._.js → _0ov6bwe._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0qxei2o._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0s10w76._.js → _0tb98gb._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0istl17._.js → _0v53yq7._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0wvv86n._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0xrgx~o._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0ze9ezr._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/_0~80adm._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_10dvolb._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0bxf9ev._.js → _12o7r.n._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_0j_1~da._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/src_13jha60._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_search-code-actions_ts_0k9u5d~._.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]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
- package/.next/standalone/.next/server/functions-config-manifest.json +1 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/404.html +1 -1
- 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 +288 -288
- package/.next/standalone/.next/static/chunks/{00l2hb0-8vqxa.js → 040v3khsfu0lz.js} +2 -2
- package/.next/standalone/.next/static/chunks/{11qxjwptzbka2.js → 05mx9brj-f8gw.js} +1 -1
- package/.next/standalone/.next/static/chunks/0600r~b6rdg~2.js +1 -0
- package/.next/standalone/.next/static/chunks/{10m3b0915q6yz.js → 0666bg18.a5h8.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0zvvx~xakrlk3.js → 078tkiwi_e..w.js} +1 -1
- package/.next/standalone/.next/static/chunks/{07pvcpi6zp562.js → 09nbrak~rje1..js} +2 -2
- package/.next/standalone/.next/static/chunks/{0gw.5-0.yxwx-.js → 0_8g669_.94gk.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0q6i.u46oj3et.js → 0c.9g9ugtt_fi.js} +1 -1
- package/.next/standalone/.next/static/chunks/{11fsu1zog.5r2.js → 0caf_e5zdgl2s.js} +2 -2
- package/.next/standalone/.next/static/chunks/{0wuryio392ep..js → 0dbel03y5wo85.js} +1 -1
- package/.next/standalone/.next/static/chunks/0g62a2i4hk0pj.js +1 -0
- package/.next/standalone/.next/static/chunks/{08xj788_-g4ro.js → 0i84hdhbjwxv3.js} +1 -1
- package/.next/standalone/.next/static/chunks/0j94ru7oloqhp.js +1 -0
- package/.next/standalone/.next/static/chunks/0k02g-ep3ca11.js +1 -0
- package/.next/standalone/.next/static/chunks/{0vg7vvvpc41pt.js → 0kqksl8_mibg1.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0qx8zbx8~0kzb.js → 0lve_d~~~n7y4.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0xw4lc5b8_ksq.js → 0m7mzooex9.cp.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0v5-g5xtcj48u.js → 0my~5x9vknsv2.js} +1 -1
- package/.next/standalone/.next/static/chunks/{17fjz63sudhsi.js → 0nsoo.df~w7ez.js} +2 -2
- package/.next/standalone/.next/static/chunks/{162.req.5srx1.js → 0unk0vfgdc4b1.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0.8v0ovyop-~2.js → 0xfk375kd_~b3.js} +1 -1
- package/.next/standalone/package.json +1 -1
- package/bin/tower.mjs +57 -1
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/[externals]__07308ej._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__04qke1x._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rvsc5q._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0stmn6n._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06fz814._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0cf4wa5._.js +0 -7
- package/.next/standalone/.next/server/chunks/ssr/_0nia_eb._.js +0 -7
- package/.next/standalone/.next/server/chunks/ssr/_0pgn51u._.js +0 -7
- package/.next/standalone/.next/static/chunks/0x-x1fbxj_xqd.js +0 -1
- package/.next/standalone/.next/static/chunks/0y5a_8x-kzjh~.js +0 -1
- package/.next/standalone/.next/static/chunks/1633lyb6elnxv.js +0 -1
- package/.next/standalone/.next/static/chunks/184w42tfqip9h.js +0 -1
- /package/.next/standalone/.next/static/{_ZiE8oD76fu2E6vKTuPlS → 9NXMylL5Ks4ehg3RIDVt3}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{_ZiE8oD76fu2E6vKTuPlS → 9NXMylL5Ks4ehg3RIDVt3}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{_ZiE8oD76fu2E6vKTuPlS → 9NXMylL5Ks4ehg3RIDVt3}/_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/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js","/_next/static/chunks/0y5a_8x-kzjh~.js","/_next/static/chunks/08x.ru6r_rz3k.js","/_next/static/chunks/11fsu1zog.5r2.js","/_next/static/chunks/08xj788_-g4ro.js","/_next/static/chunks/0f73nbasuf4u_.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js","/_next/static/chunks/0y5a_8x-kzjh~.js","/_next/static/chunks/08x.ru6r_rz3k.js","/_next/static/chunks/11fsu1zog.5r2.js","/_next/static/chunks/08xj788_-g4ro.js","/_next/static/chunks/0f73nbasuf4u_.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0nbldfa._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/_0s10w76._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0pgn51u._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"783426":{"*":{"id":364104,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.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/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js","static/chunks/0y5a_8x-kzjh~.js","static/chunks/08x.ru6r_rz3k.js","static/chunks/11fsu1zog.5r2.js","static/chunks/08xj788_-g4ro.js","static/chunks/0f73nbasuf4u_.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/workspaces/[workspaceId]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx <module evaluation>":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js","/_next/static/chunks/0600r~b6rdg~2.js","/_next/static/chunks/08x.ru6r_rz3k.js","/_next/static/chunks/0caf_e5zdgl2s.js","/_next/static/chunks/0i84hdhbjwxv3.js","/_next/static/chunks/0f73nbasuf4u_.js"],"async":false},"[project]/src/app/workspaces/[workspaceId]/board-page-client.tsx":{"id":783426,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0m7mzooex9.cp.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/05mx9brj-f8gw.js","/_next/static/chunks/0600r~b6rdg~2.js","/_next/static/chunks/08x.ru6r_rz3k.js","/_next/static/chunks/0caf_e5zdgl2s.js","/_next/static/chunks/0i84hdhbjwxv3.js","/_next/static/chunks/0f73nbasuf4u_.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"783426":{"*":{"id":473935,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0gzi6v8._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0ov6bwe._.js","server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js","server/chunks/ssr/_0tb98gb._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_06gydyh._.js","server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"783426":{"*":{"id":364104,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.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/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/src/app/workspaces/[workspaceId]/page":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0m7mzooex9.cp.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/05mx9brj-f8gw.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0m7mzooex9.cp.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/05mx9brj-f8gw.js"],"[project]/src/app/workspaces/[workspaceId]/page":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0m7mzooex9.cp.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/05mx9brj-f8gw.js","static/chunks/0600r~b6rdg~2.js","static/chunks/08x.ru6r_rz3k.js","static/chunks/0caf_e5zdgl2s.js","static/chunks/0i84hdhbjwxv3.js","static/chunks/0f73nbasuf4u_.js"]}};
|
|
3
3
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"400f33ddf8e191f51ceb67b6912d0ed004db87a685": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
6
6
|
"moduleId": 405609,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "createWorkspace",
|
|
13
13
|
"filename": "src/actions/workspace-actions.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"600364c65712956166c9feba8228830c4a27bbc78f": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
18
18
|
"moduleId": 405609,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "updateWorkspace",
|
|
25
25
|
"filename": "src/actions/workspace-actions.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"40277e4922b954e6d1a73a01e31f648905e4f6bea4": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
30
30
|
"moduleId": 405609,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "deleteWorkspace",
|
|
37
37
|
"filename": "src/actions/workspace-actions.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"407049135a64f4cbf0e29a6e536fa9651094f3e7b2": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
42
42
|
"moduleId": 405609,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "getLabelsForWorkspace",
|
|
49
49
|
"filename": "src/actions/label-actions.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"4087b3551ea3c4729a64cc2c97efb50d5b0dab15a2": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
54
54
|
"moduleId": 405609,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "createLabel",
|
|
61
61
|
"filename": "src/actions/label-actions.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"40536a220eba2f4a103a4e4b49aa96fcf8cdd60a7f": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
66
66
|
"moduleId": 405609,
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"exportedName": "deleteLabel",
|
|
73
73
|
"filename": "src/actions/label-actions.ts"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"60ad198024fc04dad734ae9c22a0437cbc3fe3e79a": {
|
|
76
76
|
"workers": {
|
|
77
77
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
78
78
|
"moduleId": 405609,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"exportedName": "globalSearch",
|
|
85
85
|
"filename": "src/actions/search-actions.ts"
|
|
86
86
|
},
|
|
87
|
-
"
|
|
87
|
+
"600bf7152e964d6fe4a1b0f0f54c7125bb5a070607": {
|
|
88
88
|
"workers": {
|
|
89
89
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
90
90
|
"moduleId": 405609,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"exportedName": "getConfigValue",
|
|
97
97
|
"filename": "src/actions/config-actions.ts"
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"4007e4b8454db01d6e9044eb53544d00606588b1d4": {
|
|
100
100
|
"workers": {
|
|
101
101
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
102
102
|
"moduleId": 405609,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"exportedName": "resolveGitLocalPath",
|
|
109
109
|
"filename": "src/actions/config-actions.ts"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"604dd00419ddb301979be2f386beb0a13013e63ae3": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
114
114
|
"moduleId": 405609,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "analyzeProjectDirectory",
|
|
121
121
|
"filename": "src/actions/project-actions.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60e5c9203f15efd78e28b0aefc435dbd69b7de5302": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
126
126
|
"moduleId": 405609,
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"exportedName": "migrateProjectPath",
|
|
133
133
|
"filename": "src/actions/project-actions.ts"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"40697107409695b11786e3e4c8f18e069b8a309ba9": {
|
|
136
136
|
"workers": {
|
|
137
137
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
138
138
|
"moduleId": 405609,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"exportedName": "checkMigrationSafety",
|
|
145
145
|
"filename": "src/actions/project-actions.ts"
|
|
146
146
|
},
|
|
147
|
-
"
|
|
147
|
+
"009100be0e7f7aa04a24274ecead05b8c7bd2dc91d": {
|
|
148
148
|
"workers": {
|
|
149
149
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
150
150
|
"moduleId": 405609,
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"exportedName": "getActualWsPort",
|
|
157
157
|
"filename": "src/actions/config-actions.ts"
|
|
158
158
|
},
|
|
159
|
-
"
|
|
159
|
+
"40f6ec58e3f38d28cdf3cb1b1597ca17b429468b19": {
|
|
160
160
|
"workers": {
|
|
161
161
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
162
162
|
"moduleId": 405609,
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"exportedName": "createProject",
|
|
169
169
|
"filename": "src/actions/workspace-actions.ts"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"60764d5daadbdf60ef84ccef3d943f3f73f6a2bfed": {
|
|
172
172
|
"workers": {
|
|
173
173
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
174
174
|
"moduleId": 405609,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "setConfigValue",
|
|
181
181
|
"filename": "src/actions/config-actions.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"40e9d81462fa234f633ef8bacfb055aefb3a827262": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
186
186
|
"moduleId": 405609,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"exportedName": "checkExtension",
|
|
193
193
|
"filename": "src/actions/extension-actions.ts"
|
|
194
194
|
},
|
|
195
|
-
"
|
|
195
|
+
"40ccd89f85c4639d4ebb716a5cebfafa5fdd6582cc": {
|
|
196
196
|
"workers": {
|
|
197
197
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
198
198
|
"moduleId": 405609,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exportedName": "installExtension",
|
|
205
205
|
"filename": "src/actions/extension-actions.ts"
|
|
206
206
|
},
|
|
207
|
-
"
|
|
207
|
+
"408de5dc08c6e6909935c4e63f4b0a0bc0a5d1a379": {
|
|
208
208
|
"workers": {
|
|
209
209
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
210
210
|
"moduleId": 405609,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"exportedName": "uninstallExtension",
|
|
217
217
|
"filename": "src/actions/extension-actions.ts"
|
|
218
218
|
},
|
|
219
|
-
"
|
|
219
|
+
"0010484639773084cb94e6ad2bdac5a6e14be0a23a": {
|
|
220
220
|
"workers": {
|
|
221
221
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
222
222
|
"moduleId": 405609,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"exportedName": "getOnboardingStatus",
|
|
229
229
|
"filename": "src/actions/onboarding-actions.ts"
|
|
230
230
|
},
|
|
231
|
-
"
|
|
231
|
+
"40a7f20fadd067c10f6a460924ae34bd082a3e6e56": {
|
|
232
232
|
"workers": {
|
|
233
233
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
234
234
|
"moduleId": 405609,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "dispatchTaskCompletionEvent",
|
|
241
241
|
"filename": "src/actions/onboarding-actions.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40fb24b16c60b0ce99d0c0ded41344ab92df72ad60": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
246
246
|
"moduleId": 405609,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exportedName": "setOnboardingProgress",
|
|
253
253
|
"filename": "src/actions/onboarding-actions.ts"
|
|
254
254
|
},
|
|
255
|
-
"
|
|
255
|
+
"60066c2b57518407b1f582f5d62c5374be8e118331": {
|
|
256
256
|
"workers": {
|
|
257
257
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
258
258
|
"moduleId": 405609,
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"exportedName": "setOnboardingExtensions",
|
|
265
265
|
"filename": "src/actions/onboarding-actions.ts"
|
|
266
266
|
},
|
|
267
|
-
"
|
|
267
|
+
"609037b3fc6c5c473e5df2eb17f9c72fd2c48b1f55": {
|
|
268
268
|
"workers": {
|
|
269
269
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
270
270
|
"moduleId": 405609,
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"exportedName": "completeOnboarding",
|
|
277
277
|
"filename": "src/actions/onboarding-actions.ts"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"0009d97b9d8b4f71ccdc9ef5fb8b7a210a132de485": {
|
|
280
280
|
"workers": {
|
|
281
281
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
282
282
|
"moduleId": 405609,
|
|
@@ -288,31 +288,31 @@
|
|
|
288
288
|
"exportedName": "listAllExtensionStatus",
|
|
289
289
|
"filename": "src/actions/extension-actions.ts"
|
|
290
290
|
},
|
|
291
|
-
"
|
|
291
|
+
"000cae7e7f084088a0b2ff44537383cd30d5b003f1": {
|
|
292
292
|
"workers": {
|
|
293
293
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
294
294
|
"moduleId": 405609,
|
|
295
295
|
"async": true,
|
|
296
|
-
"exportedName": "
|
|
296
|
+
"exportedName": "checkRgAvailable",
|
|
297
297
|
"filename": "src/actions/search-code-actions.ts"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
-
"exportedName": "
|
|
300
|
+
"exportedName": "checkRgAvailable",
|
|
301
301
|
"filename": "src/actions/search-code-actions.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"007a5e69bd50e3cee9fd501fed6b9dc684354662bb": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
306
306
|
"moduleId": 405609,
|
|
307
307
|
"async": true,
|
|
308
|
-
"exportedName": "
|
|
308
|
+
"exportedName": "clearRgPathCache",
|
|
309
309
|
"filename": "src/actions/search-code-actions.ts"
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
|
-
"exportedName": "
|
|
312
|
+
"exportedName": "clearRgPathCache",
|
|
313
313
|
"filename": "src/actions/search-code-actions.ts"
|
|
314
314
|
},
|
|
315
|
-
"
|
|
315
|
+
"7cc7b4041fae2612e5846b7f10010ded4968b2ad68": {
|
|
316
316
|
"workers": {
|
|
317
317
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
318
318
|
"moduleId": 405609,
|
|
@@ -324,43 +324,43 @@
|
|
|
324
324
|
"exportedName": "searchCode",
|
|
325
325
|
"filename": "src/actions/search-code-actions.ts"
|
|
326
326
|
},
|
|
327
|
-
"
|
|
327
|
+
"0088a08adfe057b785f227323d4ab34f9f69ae56e0": {
|
|
328
328
|
"workers": {
|
|
329
329
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
330
330
|
"moduleId": 405609,
|
|
331
331
|
"async": true,
|
|
332
|
-
"exportedName": "
|
|
332
|
+
"exportedName": "getAvailableShells",
|
|
333
333
|
"filename": "src/actions/config-actions.ts"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
"exportedName": "
|
|
336
|
+
"exportedName": "getAvailableShells",
|
|
337
337
|
"filename": "src/actions/config-actions.ts"
|
|
338
338
|
},
|
|
339
|
-
"
|
|
339
|
+
"00cfb7e0cd7b16285d447375abd6aba9253e3022ff": {
|
|
340
340
|
"workers": {
|
|
341
341
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
342
342
|
"moduleId": 405609,
|
|
343
343
|
"async": true,
|
|
344
|
-
"exportedName": "
|
|
344
|
+
"exportedName": "getPlatformInfo",
|
|
345
345
|
"filename": "src/actions/config-actions.ts"
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
|
-
"exportedName": "
|
|
348
|
+
"exportedName": "getPlatformInfo",
|
|
349
349
|
"filename": "src/actions/config-actions.ts"
|
|
350
350
|
},
|
|
351
|
-
"
|
|
351
|
+
"00fb4526dba6d3f1ee8f941159cba4514b66fb4b8c": {
|
|
352
352
|
"workers": {
|
|
353
353
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
354
354
|
"moduleId": 405609,
|
|
355
355
|
"async": true,
|
|
356
|
-
"exportedName": "
|
|
356
|
+
"exportedName": "getAvailableTerminalApps",
|
|
357
357
|
"filename": "src/actions/config-actions.ts"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
|
-
"exportedName": "
|
|
360
|
+
"exportedName": "getAvailableTerminalApps",
|
|
361
361
|
"filename": "src/actions/config-actions.ts"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"403329a31b177c3ddc146d8ba0dca5733b72b758a4": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/workspaces/[workspaceId]/projects/[projectId]/page": {
|
|
366
366
|
"moduleId": 405609,
|
package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js
CHANGED
|
@@ -2,7 +2,7 @@ var R=require("../../../../../chunks/ssr/[turbopack]_runtime.js")("server/app/wo
|
|
|
2
2
|
R.c("server/chunks/ssr/[root-of-the-server]__0pj4ghy._.js")
|
|
3
3
|
R.c("server/chunks/ssr/node_modules__pnpm_0ad12xd._.js")
|
|
4
4
|
R.c("server/chunks/ssr/0se9_next_dist_esm_build_templates_app-page_0p6e33i.js")
|
|
5
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__06zyaub._.js")
|
|
6
6
|
R.c("server/chunks/ssr/0se9_next_dist_0i5qmqd._.js")
|
|
7
7
|
R.c("server/chunks/ssr/0se9_next_dist_compiled_0p0ckwn._.js")
|
|
8
8
|
R.c("server/chunks/ssr/[root-of-the-server]__0z1phoe._.js")
|