@claudeye/linux-arm64 1.0.7 → 1.0.8
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/assets/dist/hooks-api.d.ts +43 -0
- package/assets/dist/hooks-api.js +1 -0
- package/assets/dist/index.d.ts +2 -0
- package/assets/dist/index.js +1 -1
- package/assets/dist/loader.js +2 -2
- package/assets/standalone/.next/BUILD_ID +1 -1
- package/assets/standalone/.next/app-path-routes-manifest.json +2 -1
- package/assets/standalone/.next/build-manifest.json +8 -8
- package/assets/standalone/.next/prerender-manifest.json +27 -3
- package/assets/standalone/.next/routes-manifest.json +12 -6
- package/assets/standalone/.next/server/app/_global-error/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +14 -1
- package/assets/standalone/.next/server/app/_global-error/page.js +5 -5
- package/assets/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/_global-error.html +1 -1
- package/assets/standalone/.next/server/app/_global-error.rsc +7 -7
- package/assets/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/assets/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/_not-found/page.js +6 -7
- package/assets/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/_not-found.html +2 -2
- package/assets/standalone/.next/server/app/_not-found.rsc +27 -30
- package/assets/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +27 -30
- package/assets/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +12 -15
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/api/completed-history/route.js +2 -2
- package/assets/standalone/.next/server/app/api/download/[project]/[session]/route.js +1 -1
- package/assets/standalone/.next/server/app/api/queue-item/route.js +2 -2
- package/assets/standalone/.next/server/app/api/queue-status/route.js +2 -2
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page/server-reference-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page.js +8 -9
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/page.js +9 -10
- package/assets/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/index.html +1 -0
- package/assets/standalone/.next/server/app/index.meta +15 -0
- package/assets/standalone/.next/server/app/index.rsc +22 -0
- package/assets/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/assets/standalone/.next/server/app/index.segments/_full.segment.rsc +22 -0
- package/assets/standalone/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/assets/standalone/.next/server/app/index.segments/_index.segment.rsc +12 -0
- package/assets/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/assets/standalone/.next/server/app/login/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/login/page/server-reference-manifest.json +3 -3
- package/assets/standalone/.next/server/app/login/page.js +6 -7
- package/assets/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/login.html +2 -2
- package/assets/standalone/.next/server/app/login.rsc +30 -34
- package/assets/standalone/.next/server/app/login.segments/_full.segment.rsc +30 -34
- package/assets/standalone/.next/server/app/login.segments/_head.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/login.segments/_index.segment.rsc +12 -15
- package/assets/standalone/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/login.segments/login.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/page.js +7 -8
- package/assets/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/policies/page/app-paths-manifest.json +3 -0
- package/assets/standalone/.next/server/app/{hooks → policies}/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/{hooks → policies}/page/server-reference-manifest.json +36 -24
- package/assets/standalone/.next/server/app/{hooks → policies}/page.js +9 -10
- package/assets/standalone/.next/server/app/policies/page_client-reference-manifest.js +3 -0
- package/assets/standalone/.next/server/app/project/[name]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/project/[name]/page.js +7 -9
- package/assets/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +2 -2
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +10 -10
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +8 -9
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/projects/page/app-paths-manifest.json +3 -0
- package/assets/standalone/.next/server/app/projects/page/build-manifest.json +18 -0
- package/assets/standalone/.next/server/app/projects/page/next-font-manifest.json +6 -0
- package/assets/standalone/.next/server/app/projects/page/react-loadable-manifest.json +1 -0
- package/assets/standalone/.next/server/app/projects/page/server-reference-manifest.json +29 -0
- package/assets/standalone/.next/server/app/projects/page.js +18 -0
- package/assets/standalone/.next/server/app/projects/page_client-reference-manifest.js +3 -0
- package/assets/standalone/.next/server/app/queue/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/queue/page/server-reference-manifest.json +4 -4
- package/assets/standalone/.next/server/app/queue/page.js +8 -9
- package/assets/standalone/.next/server/app/queue/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app-paths-manifest.json +2 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0-_qfa9._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0.lwwrp._.js +3 -0
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__072w.g0._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__08lgurx._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0bps8pa._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0f_5ws6._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0g72weg._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ld-~9t._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ndqa7s._.js +8 -3
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__0wkrejt._.js → [root-of-the-server]__0rtkhr~._.js} +1 -1
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__031vvrp._.js → [root-of-the-server]__0tlbu6c._.js} +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0vfmej5._.js +4 -0
- package/assets/standalone/.next/server/chunks/_04cgd3m._.js +11 -0
- package/assets/standalone/.next/server/chunks/_0aylu-q._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0h9z2~x._.js +11 -0
- package/assets/standalone/.next/server/chunks/_0lq2_wn._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0oqawqx._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0vt409y._.js +2 -2
- package/assets/standalone/.next/server/chunks/lib_0a9kq7-._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_0b2.9p5._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_13x.g8a._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_08t8vgq._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_0h8e7f.._.js +1 -1
- package/assets/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0l15kkr.js +1 -1
- package/assets/standalone/.next/server/chunks/package_json_[json]_cjs_0z7w.hh._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-_oq51._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-om19y._.js +11 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-wbic0._.js +45 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__02l2rag._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__04qo1w2._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__07ifmkx._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__09y6src._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__09y7ni.._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bubgf_._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l897tw._.js → [root-of-the-server]__0iv48_z._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0j7bj94._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0m0x9dt._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0oy2.6r._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pw0g9c._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rm4qtt._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sn21jm._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0spfsp5._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sq7snp._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uz88bg._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x7-awk._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zva2n_._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__1370kzv._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/_02_tcps._.js +32 -0
- package/assets/standalone/.next/server/chunks/ssr/_04.u7zx._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_06383ya._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_0kfjwwu._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_0km.fsf._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_0x26hbi._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/{_0_ia8tm._.js → _0xg44oj._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/_11ou~_x._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/app_04qfs8z._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_05evmdg._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_07izk21._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_0uosk1e._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_13f0ohr._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_actions_compute-dashboard_ts_13cb_9d._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_global-error_tsx_0m9qisk._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/app_global-error_tsx_0xerkr6._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/app_login_page_tsx_0z71ad3._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_0q-m0y-._.js +8 -0
- package/assets/standalone/.next/server/chunks/ssr/{app_loading_tsx_05semg5._.js → app_projects_loading_tsx_13veom4._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/app_queue_queue-client_tsx_0c0olxv._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0s-cxl7.js → node_modules_next_dist_esm_build_templates_app-page_06pwt.d.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0j.ij4e.js → node_modules_next_dist_esm_build_templates_app-page_091vo_-.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0a_7sdg.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0blr8v-.js → node_modules_next_dist_esm_build_templates_app-page_0ef3uwk.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0_4obh1.js → node_modules_next_dist_esm_build_templates_app-page_0ft_6~o.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0rc3ul_.js → node_modules_next_dist_esm_build_templates_app-page_0j79~gv.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0za6ylf.js → node_modules_next_dist_esm_build_templates_app-page_0pbja1x.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0r6o0i2.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_13mo15i.js → node_modules_next_dist_esm_build_templates_app-page_0w9nerp.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0xv8hin.js → node_modules_next_dist_esm_build_templates_app-page_11y81~_.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0cmo95h.js → node_modules_next_dist_esm_build_templates_app-page_12or2kf.js} +3 -3
- package/assets/standalone/.next/server/middleware-build-manifest.js +8 -8
- package/assets/standalone/.next/server/pages/404.html +2 -2
- package/assets/standalone/.next/server/pages/500.html +1 -1
- package/assets/standalone/.next/server/server-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/server-reference-manifest.json +82 -52
- package/assets/standalone/.next/static/chunks/0.~t6_2r7n04x.js +4 -0
- package/assets/standalone/.next/static/chunks/01q52wg_amm60.js +2 -0
- package/assets/standalone/.next/static/chunks/07tkt19hty~w~.js +1 -0
- package/assets/standalone/.next/static/chunks/08eqdulekk8l-.js +1 -0
- package/assets/standalone/.next/static/chunks/0_s0luks5tay-.js +1 -0
- package/assets/standalone/.next/static/chunks/0c0j9cso1kkr_.css +1 -0
- package/assets/standalone/.next/static/chunks/0dji_r0j6sq~f.js +1 -0
- package/assets/standalone/.next/static/chunks/0h2.~bz5i.4.g.js +1 -0
- package/assets/standalone/.next/static/chunks/0l8ej7oju~.oy.js +1 -0
- package/assets/standalone/.next/static/chunks/{053grpfc7gghs.js → 0nc3no0r1i66_.js} +1 -1
- package/assets/standalone/.next/static/chunks/0tp7ck~nhe8-g.js +3 -0
- package/assets/standalone/.next/static/chunks/0tyw4u3~2isbh.js +1 -0
- package/assets/standalone/.next/static/chunks/{0h4bq73pogmtb.js → 0u95dh6lcl7tm.js} +31 -1
- package/assets/standalone/.next/static/chunks/0y8d5uz5f1m~..js +6 -0
- package/assets/standalone/.next/static/chunks/10qr1cqizt~sp.js +1 -0
- package/assets/standalone/.next/static/chunks/{0lkh25hviflid.js → 11nnvwnj7e__0.js} +1 -1
- package/assets/standalone/.next/static/chunks/14trwlfhtz63l.js +1 -0
- package/assets/standalone/.next/static/chunks/{04aem330ymbdp.js → 150i0n26fnvso.js} +1 -1
- package/assets/standalone/.next/static/chunks/15fklyav5py5m.js +1 -0
- package/assets/standalone/.next/static/chunks/162jxog7oodad.js +1 -0
- package/assets/standalone/.next/static/chunks/17.b3suj8zjjj.js +1 -0
- package/assets/standalone/.next/static/chunks/{turbopack-05k-ytyhplqy7.js → turbopack-0.w3uhj.ln7pt.js} +1 -1
- package/assets/standalone/README.md +119 -5
- package/assets/standalone/design-docs/custom-hooks.md +722 -0
- package/assets/standalone/design-docs/e2e-hook-testing.md +420 -0
- package/assets/standalone/package.json +4 -2
- package/assets/standalone/vitest.config.e2e.mts +21 -0
- package/bin/claudeye +0 -0
- package/package.json +1 -1
- package/assets/standalone/.next/server/app/hooks/page/app-paths-manifest.json +0 -3
- package/assets/standalone/.next/server/app/hooks/page_client-reference-manifest.js +0 -3
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0_03u6.._.js +0 -4
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ynza7q._.js +0 -3
- package/assets/standalone/.next/server/chunks/_0fx1kj9._.js +0 -7
- package/assets/standalone/.next/server/chunks/_12qi01p._.js +0 -7
- package/assets/standalone/.next/server/chunks/lib_0it0qxy._.js +0 -7
- package/assets/standalone/.next/server/chunks/lib_0k3u5ri._.js +0 -7
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-j~_e.._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__00fve8g._.js +0 -36
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__028-6zz._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__02x4-91._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__06tqxbp._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__08a4wva._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0a-4fjm._.js +0 -33
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cnf9rp._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dsucx_._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e9ohz2._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fltiz1._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ksoh6e._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ni-as.._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tsew7c._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x5abxa._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0yi-883._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zn.1q2._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__10_wjge._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__11xi38p._.js +0 -7
- package/assets/standalone/.next/server/chunks/ssr/_03l0_j6._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_050qnuh._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0_~1-jh._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0ndt7tj._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0uig1kl._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0vc9nu-._.js +0 -32
- package/assets/standalone/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/app_hooks_hooks-client_tsx_0n~.yoz._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_0gyjybr._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_06j6hww._.js +0 -33
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0~flnue.js +0 -4
- package/assets/standalone/.next/static/chunks/0-06jeyuuf3mf.js +0 -1
- package/assets/standalone/.next/static/chunks/0.z9o1xk80npg.js +0 -2
- package/assets/standalone/.next/static/chunks/01xlw8hd842-c.js +0 -1
- package/assets/standalone/.next/static/chunks/09f624.buk6jr.js +0 -1
- package/assets/standalone/.next/static/chunks/0g5cvlv5.8drd.js +0 -3
- package/assets/standalone/.next/static/chunks/0g~w.4hiyi_1j.js +0 -1
- package/assets/standalone/.next/static/chunks/0il8_19l.4u-p.js +0 -1
- package/assets/standalone/.next/static/chunks/0j1-mgai_b50s.css +0 -1
- package/assets/standalone/.next/static/chunks/0ljjv.c03-d.y.js +0 -1
- package/assets/standalone/.next/static/chunks/0n6vo_gsuay4v.js +0 -4
- package/assets/standalone/.next/static/chunks/0nntcr2py4m14.js +0 -1
- package/assets/standalone/.next/static/chunks/0sp_gwqc7ka~z.js +0 -1
- package/assets/standalone/.next/static/chunks/0z0dljl8fz7.-.js +0 -1
- package/assets/standalone/.next/static/chunks/0z9fpf50h7mcq.js +0 -1
- package/assets/standalone/.next/static/chunks/115dplafwys-z.js +0 -31
- package/assets/standalone/.next/static/chunks/119bhqt_bddam.js +0 -1
- /package/assets/standalone/.next/server/app/{hooks → policies}/page/next-font-manifest.json +0 -0
- /package/assets/standalone/.next/server/app/{hooks → policies}/page/react-loadable-manifest.json +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → 5FBEWHgw7h8OR_JoJzccY}/_buildManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → 5FBEWHgw7h8OR_JoJzccY}/_clientMiddlewareManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → 5FBEWHgw7h8OR_JoJzccY}/_ssgManifest.js +0 -0
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
1:
|
|
2
|
-
2:"
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
5
|
-
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
6
|
-
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
7
|
-
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
8
|
-
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
9
|
-
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
10
|
-
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"rsc":["$","$
|
|
13
|
-
a:["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}]
|
|
14
|
-
b:["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]
|
|
15
|
-
c:["$","$Ld",null,{}]
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[12344,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"PostHogProvider"]
|
|
3
|
+
3:I[97917,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"GlobalErrorListeners"]
|
|
4
|
+
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"ThemeProvider"]
|
|
5
|
+
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"AutoRefreshProvider"]
|
|
6
|
+
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"Navbar"]
|
|
7
|
+
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"default"]
|
|
8
|
+
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/15fklyav5py5m.js"],"default"]
|
|
9
|
+
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"default"]
|
|
10
|
+
a:I[55574,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"Toaster"]
|
|
11
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
12
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0wx~5navv~b2r.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0_879ixarc_93.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0tp7ck~nhe8-g.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"disabledPages":[]}],["$","$L7",null,{"parallelRouterKey":"children","error":"$8","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/15fklyav5py5m.js","async":true}]],"template":["$","$L9",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}],["$","$La",null,{}]]}]]}]]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"5FBEWHgw7h8OR_JoJzccY"}
|
package/assets/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"5FBEWHgw7h8OR_JoJzccY"}
|
|
5
5
|
4:null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
3
|
-
3:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
2
|
+
2:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"5FBEWHgw7h8OR_JoJzccY"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
2
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":
|
|
1
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
2
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"5FBEWHgw7h8OR_JoJzccY"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/completed-history/route.js")
|
|
2
|
-
R.c("server/chunks/[root-of-the-server]
|
|
3
|
-
R.c("server/chunks/
|
|
2
|
+
R.c("server/chunks/[root-of-the-server]__0rtkhr~._.js")
|
|
3
|
+
R.c("server/chunks/_04cgd3m._.js")
|
|
4
4
|
R.c("server/chunks/node_modules_next_dist_0mme4f8._.js")
|
|
5
5
|
R.c("server/chunks/[root-of-the-server]__0_~_1-l._.js")
|
|
6
6
|
R.c("server/chunks/lib_eval-queue_ts_0h8e7f.._.js")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/download/[project]/[session]/route.js")
|
|
2
|
-
R.c("server/chunks/[root-of-the-server]
|
|
2
|
+
R.c("server/chunks/[root-of-the-server]__0.lwwrp._.js")
|
|
3
3
|
R.c("server/chunks/[root-of-the-server]__0_~_1-l._.js")
|
|
4
4
|
R.c("server/chunks/node_modules_next_dist_0mme4f8._.js")
|
|
5
5
|
R.c("server/chunks/_next-internal_server_app_api_download_[project]_[session]_route_actions_0wb00i-.js")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/queue-item/route.js")
|
|
2
|
-
R.c("server/chunks/[root-of-the-server]
|
|
3
|
-
R.c("server/chunks/
|
|
2
|
+
R.c("server/chunks/[root-of-the-server]__0vfmej5._.js")
|
|
3
|
+
R.c("server/chunks/_0h9z2~x._.js")
|
|
4
4
|
R.c("server/chunks/node_modules_next_dist_esm_build_templates_app-route_0l15kkr.js")
|
|
5
5
|
R.c("server/chunks/node_modules_next_dist_0mme4f8._.js")
|
|
6
6
|
R.c("server/chunks/lib_eval-queue_ts_0h8e7f.._.js")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/queue-status/route.js")
|
|
2
|
-
R.c("server/chunks/[root-of-the-server]
|
|
3
|
-
R.c("server/chunks/
|
|
2
|
+
R.c("server/chunks/[root-of-the-server]__0tlbu6c._.js")
|
|
3
|
+
R.c("server/chunks/_04cgd3m._.js")
|
|
4
4
|
R.c("server/chunks/node_modules_next_dist_0mme4f8._.js")
|
|
5
5
|
R.c("server/chunks/[root-of-the-server]__0_~_1-l._.js")
|
|
6
6
|
R.c("server/chunks/lib_eval-queue_ts_0h8e7f.._.js")
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
10
|
-
"static/chunks/
|
|
11
|
-
"static/chunks/0h4bq73pogmtb.js",
|
|
12
|
-
"static/chunks/0.z9o1xk80npg.js",
|
|
9
|
+
"static/chunks/0tyw4u3~2isbh.js",
|
|
10
|
+
"static/chunks/150i0n26fnvso.js",
|
|
13
11
|
"static/chunks/07uz2g0_38qia.js",
|
|
14
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/0u95dh6lcl7tm.js",
|
|
13
|
+
"static/chunks/01q52wg_amm60.js",
|
|
14
|
+
"static/chunks/turbopack-0.w3uhj.ln7pt.js"
|
|
15
15
|
],
|
|
16
16
|
"pages": {},
|
|
17
17
|
"ampFirstPages": []
|
package/assets/standalone/.next/server/app/dashboard/[viewName]/page/server-reference-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0033542bb7701a3232272e477409f62a2a3f7036dc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/dashboard/[viewName]/page": {
|
|
6
6
|
"moduleId": 45252,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "getTelemetryConfig",
|
|
13
13
|
"filename": "app/actions/get-telemetry-config.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"0088abadfe8b54d374a001fb9b906a0a8931a40776": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/dashboard/[viewName]/page": {
|
|
18
18
|
"moduleId": 45252,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "logout",
|
|
25
25
|
"filename": "app/actions/auth.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"005d98b02cf8e62a242d138b6e67a837f279b0bfaa": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/dashboard/[viewName]/page": {
|
|
30
30
|
"moduleId": 45252,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "listDashboardViews",
|
|
37
37
|
"filename": "app/actions/list-dashboard-views.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"60ddf2690705dcf83a45c4285f2729beb2221b4208": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/dashboard/[viewName]/page": {
|
|
42
42
|
"moduleId": 45252,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "computeDashboard",
|
|
49
49
|
"filename": "app/actions/compute-dashboard.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"405ce74cb046aeae573f23da28395edc2ad7ab1981": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/dashboard/[viewName]/page": {
|
|
54
54
|
"moduleId": 45252,
|
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/dashboard/[viewName]/page.js")
|
|
2
2
|
R.c("server/chunks/ssr/[root-of-the-server]__0q4h7b_._.js")
|
|
3
3
|
R.c("server/chunks/ssr/node_modules_next_dist_06u0kr8._.js")
|
|
4
|
-
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0w9nerp.js")
|
|
5
5
|
R.c("server/chunks/ssr/[root-of-the-server]__0dxxhav._.js")
|
|
6
6
|
R.c("server/chunks/ssr/[root-of-the-server]__0tz4w46._.js")
|
|
7
|
-
R.c("server/chunks/ssr/
|
|
7
|
+
R.c("server/chunks/ssr/_02_tcps._.js")
|
|
8
8
|
R.c("server/chunks/ssr/app_error_tsx_11t4ysq._.js")
|
|
9
|
-
R.c("server/chunks/ssr/app_loading_tsx_05semg5._.js")
|
|
10
9
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js")
|
|
11
10
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js")
|
|
12
11
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js")
|
|
13
|
-
R.c("server/chunks/ssr/
|
|
12
|
+
R.c("server/chunks/ssr/app_global-error_tsx_0m9qisk._.js")
|
|
14
13
|
R.c("server/chunks/ssr/app_dashboard_error_tsx_12dj8_r._.js")
|
|
15
14
|
R.c("server/chunks/ssr/app_dashboard_loading_tsx_01rbfr2._.js")
|
|
16
15
|
R.c("server/chunks/ssr/app_dashboard_[viewName]_error_tsx_0snmchp._.js")
|
|
17
16
|
R.c("server/chunks/ssr/app_dashboard_[viewName]_loading_tsx_0zzmyfc._.js")
|
|
18
17
|
R.c("server/chunks/ssr/app_actions_compute-dashboard_ts_13cb_9d._.js")
|
|
19
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
20
|
-
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
18
|
+
R.c("server/chunks/ssr/[root-of-the-server]__09y6src._.js")
|
|
21
19
|
R.c("server/chunks/ssr/node_modules_next_0q16cuu._.js")
|
|
22
|
-
R.c("server/chunks/ssr/
|
|
23
|
-
R.
|
|
24
|
-
|
|
20
|
+
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
21
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0-om19y._.js")
|
|
22
|
+
R.m(32636)
|
|
23
|
+
module.exports=R.m(32636).exports
|
package/assets/standalone/.next/server/app/dashboard/[viewName]/page_client-reference-manifest.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/dashboard/[viewName]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/PostHogContext.tsx <module evaluation>":{"id":12344,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/PostHogContext.tsx":{"id":12344,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/ThemeContext.tsx <module evaluation>":{"id":47613,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/ThemeContext.tsx":{"id":47613,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx <module evaluation>":{"id":85881,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx":{"id":85881,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/components/navbar.tsx <module evaluation>":{"id":63780,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/components/navbar.tsx":{"id":63780,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/app/components/toast.tsx <module evaluation>":{"id":55574,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/app/components/toast.tsx":{"id":55574,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/app/error.tsx <module evaluation>":{"id":8821,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/0-06jeyuuf3mf.js"],"async":false},"[project]/app/error.tsx":{"id":8821,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/0-06jeyuuf3mf.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"async":false},"[project]/app/dashboard/error.tsx <module evaluation>":{"id":60119,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/0z0dljl8fz7.-.js"],"async":false},"[project]/app/dashboard/error.tsx":{"id":60119,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/0z0dljl8fz7.-.js"],"async":false},"[project]/app/dashboard/[viewName]/error.tsx <module evaluation>":{"id":7755,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/09f624.buk6jr.js"],"async":false},"[project]/app/dashboard/[viewName]/error.tsx":{"id":7755,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/09f624.buk6jr.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":58541,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/node_modules/lucide-react/dist/esm/Icon.js":{"id":58541,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/app/dashboard/dashboard-client.tsx <module evaluation>":{"id":69263,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/app/dashboard/dashboard-client.tsx":{"id":69263,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/app/dashboard/aggregate-client.tsx <module evaluation>":{"id":6225,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false},"[project]/app/dashboard/aggregate-client.tsx":{"id":6225,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js","/_next/static/chunks/053grpfc7gghs.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"12344":{"*":{"id":10765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"47613":{"*":{"id":18200,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"85881":{"*":{"id":6236,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"63780":{"*":{"id":10815,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"55574":{"*":{"id":18952,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"8821":{"*":{"id":78141,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_13f0ohr._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/node_modules_next_dist_client_components_06j6hww._.js"],"async":false}},"60119":{"*":{"id":5403,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_07izk21._.js"],"async":false}},"7755":{"*":{"id":89208,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_05evmdg._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"58541":{"*":{"id":88532,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"69263":{"*":{"id":68765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"6225":{"*":{"id":43911,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__08a4wva._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0uig1kl._.js","server/chunks/ssr/node_modules_0gyjybr._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12344":{"*":{"id":92036,"name":"*","chunks":[],"async":false}},"47613":{"*":{"id":86124,"name":"*","chunks":[],"async":false}},"85881":{"*":{"id":54950,"name":"*","chunks":[],"async":false}},"63780":{"*":{"id":42976,"name":"*","chunks":[],"async":false}},"55574":{"*":{"id":33711,"name":"*","chunks":[],"async":false}},"8821":{"*":{"id":50757,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"60119":{"*":{"id":66172,"name":"*","chunks":[],"async":false}},"7755":{"*":{"id":12828,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"58541":{"*":{"id":76956,"name":"*","chunks":[],"async":false}},"69263":{"*":{"id":71554,"name":"*","chunks":[],"async":false}},"6225":{"*":{"id":97530,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}],"[project]/app/dashboard/error":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}],"[project]/app/dashboard/[viewName]/error":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}],"[project]/app/dashboard/[viewName]/page":[{"path":"static/chunks/0j1-mgai_b50s.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js"],"[project]/app/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js","static/chunks/0-06jeyuuf3mf.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js"],"[project]/app/dashboard/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js","static/chunks/0z0dljl8fz7.-.js"],"[project]/app/dashboard/[viewName]/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js","static/chunks/09f624.buk6jr.js"],"[project]/app/dashboard/[viewName]/page":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js","static/chunks/053grpfc7gghs.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/dashboard/[viewName]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/PostHogContext.tsx <module evaluation>":{"id":12344,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/PostHogContext.tsx":{"id":12344,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/app/components/global-error-listeners.tsx <module evaluation>":{"id":97917,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/app/components/global-error-listeners.tsx":{"id":97917,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/ThemeContext.tsx <module evaluation>":{"id":47613,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/ThemeContext.tsx":{"id":47613,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx <module evaluation>":{"id":85881,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/contexts/AutoRefreshContext.tsx":{"id":85881,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/components/navbar.tsx <module evaluation>":{"id":63780,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/components/navbar.tsx":{"id":63780,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/app/components/toast.tsx <module evaluation>":{"id":55574,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/app/components/toast.tsx":{"id":55574,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js"],"async":false},"[project]/app/error.tsx <module evaluation>":{"id":8821,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/15fklyav5py5m.js"],"async":false},"[project]/app/error.tsx":{"id":8821,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/15fklyav5py5m.js"],"async":false},"[project]/app/global-error.tsx <module evaluation>":{"id":53348,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/14trwlfhtz63l.js"],"async":false},"[project]/app/global-error.tsx":{"id":53348,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/14trwlfhtz63l.js"],"async":false},"[project]/app/dashboard/error.tsx <module evaluation>":{"id":60119,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0dji_r0j6sq~f.js"],"async":false},"[project]/app/dashboard/error.tsx":{"id":60119,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0dji_r0j6sq~f.js"],"async":false},"[project]/app/dashboard/[viewName]/error.tsx <module evaluation>":{"id":7755,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/10qr1cqizt~sp.js"],"async":false},"[project]/app/dashboard/[viewName]/error.tsx":{"id":7755,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/10qr1cqizt~sp.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":58541,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/node_modules/lucide-react/dist/esm/Icon.js":{"id":58541,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/app/dashboard/dashboard-client.tsx <module evaluation>":{"id":69263,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/app/dashboard/dashboard-client.tsx":{"id":69263,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/app/dashboard/aggregate-client.tsx <module evaluation>":{"id":6225,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false},"[project]/app/dashboard/aggregate-client.tsx":{"id":6225,"name":"*","chunks":["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0tp7ck~nhe8-g.js","/_next/static/chunks/0nc3no0r1i66_.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"12344":{"*":{"id":10765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"97917":{"*":{"id":45550,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"47613":{"*":{"id":18200,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"85881":{"*":{"id":6236,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"63780":{"*":{"id":10815,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"55574":{"*":{"id":18952,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js"],"async":false}},"8821":{"*":{"id":78141,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_13f0ohr._.js"],"async":false}},"53348":{"*":{"id":3171,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_global-error_tsx_0xerkr6._.js"],"async":false}},"60119":{"*":{"id":5403,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_07izk21._.js"],"async":false}},"7755":{"*":{"id":89208,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/app_05evmdg._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"58541":{"*":{"id":88532,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"69263":{"*":{"id":68765,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}},"6225":{"*":{"id":43911,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__07ifmkx._.js","server/chunks/ssr/_0rr.uoo._.js","server/chunks/ssr/_0km.fsf._.js","server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js","server/chunks/ssr/lib_utils_ts_068jk73._.js","server/chunks/ssr/node_modules_next_dist_0h9llsw._.js","server/chunks/ssr/node_modules_next_0rd0oc-._.js","server/chunks/ssr/_06nq9qk._.js","server/chunks/ssr/_0kfjwwu._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12344":{"*":{"id":92036,"name":"*","chunks":[],"async":false}},"97917":{"*":{"id":16336,"name":"*","chunks":[],"async":false}},"47613":{"*":{"id":86124,"name":"*","chunks":[],"async":false}},"85881":{"*":{"id":54950,"name":"*","chunks":[],"async":false}},"63780":{"*":{"id":42976,"name":"*","chunks":[],"async":false}},"55574":{"*":{"id":33711,"name":"*","chunks":[],"async":false}},"8821":{"*":{"id":50757,"name":"*","chunks":[],"async":false}},"53348":{"*":{"id":53128,"name":"*","chunks":[],"async":false}},"60119":{"*":{"id":66172,"name":"*","chunks":[],"async":false}},"7755":{"*":{"id":12828,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"58541":{"*":{"id":76956,"name":"*","chunks":[],"async":false}},"69263":{"*":{"id":71554,"name":"*","chunks":[],"async":false}},"6225":{"*":{"id":97530,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}],"[project]/app/global-error":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}],"[project]/app/dashboard/error":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}],"[project]/app/dashboard/[viewName]/error":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}],"[project]/app/dashboard/[viewName]/page":[{"path":"static/chunks/0c0j9cso1kkr_.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js"],"[project]/app/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/15fklyav5py5m.js"],"[project]/app/global-error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/14trwlfhtz63l.js"],"[project]/app/dashboard/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/0dji_r0j6sq~f.js"],"[project]/app/dashboard/[viewName]/error":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/10qr1cqizt~sp.js"],"[project]/app/dashboard/[viewName]/page":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/0nc3no0r1i66_.js"]}};
|
|
3
3
|
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
10
|
-
"static/chunks/
|
|
11
|
-
"static/chunks/0h4bq73pogmtb.js",
|
|
12
|
-
"static/chunks/0.z9o1xk80npg.js",
|
|
9
|
+
"static/chunks/0tyw4u3~2isbh.js",
|
|
10
|
+
"static/chunks/150i0n26fnvso.js",
|
|
13
11
|
"static/chunks/07uz2g0_38qia.js",
|
|
14
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/0u95dh6lcl7tm.js",
|
|
13
|
+
"static/chunks/01q52wg_amm60.js",
|
|
14
|
+
"static/chunks/turbopack-0.w3uhj.ln7pt.js"
|
|
15
15
|
],
|
|
16
16
|
"pages": {},
|
|
17
17
|
"ampFirstPages": []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0033542bb7701a3232272e477409f62a2a3f7036dc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/dashboard/page": {
|
|
6
6
|
"moduleId": 45646,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "getTelemetryConfig",
|
|
13
13
|
"filename": "app/actions/get-telemetry-config.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"0088abadfe8b54d374a001fb9b906a0a8931a40776": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/dashboard/page": {
|
|
18
18
|
"moduleId": 45646,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "logout",
|
|
25
25
|
"filename": "app/actions/auth.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"005d98b02cf8e62a242d138b6e67a837f279b0bfaa": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/dashboard/page": {
|
|
30
30
|
"moduleId": 45646,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "listDashboardViews",
|
|
37
37
|
"filename": "app/actions/list-dashboard-views.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"60ddf2690705dcf83a45c4285f2729beb2221b4208": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/dashboard/page": {
|
|
42
42
|
"moduleId": 45646,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "computeDashboard",
|
|
49
49
|
"filename": "app/actions/compute-dashboard.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"405ce74cb046aeae573f23da28395edc2ad7ab1981": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/dashboard/page": {
|
|
54
54
|
"moduleId": 45646,
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/dashboard/page.js")
|
|
2
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__02l2rag._.js")
|
|
3
3
|
R.c("server/chunks/ssr/node_modules_next_dist_06u0kr8._.js")
|
|
4
|
-
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0ft_6~o.js")
|
|
5
5
|
R.c("server/chunks/ssr/[root-of-the-server]__0dxxhav._.js")
|
|
6
6
|
R.c("server/chunks/ssr/[root-of-the-server]__0tz4w46._.js")
|
|
7
|
-
R.c("server/chunks/ssr/
|
|
7
|
+
R.c("server/chunks/ssr/_02_tcps._.js")
|
|
8
8
|
R.c("server/chunks/ssr/app_error_tsx_11t4ysq._.js")
|
|
9
|
-
R.c("server/chunks/ssr/app_loading_tsx_05semg5._.js")
|
|
10
9
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js")
|
|
11
10
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js")
|
|
12
11
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js")
|
|
13
|
-
R.c("server/chunks/ssr/
|
|
12
|
+
R.c("server/chunks/ssr/app_global-error_tsx_0m9qisk._.js")
|
|
14
13
|
R.c("server/chunks/ssr/app_dashboard_error_tsx_12dj8_r._.js")
|
|
15
14
|
R.c("server/chunks/ssr/app_dashboard_loading_tsx_01rbfr2._.js")
|
|
16
15
|
R.c("server/chunks/ssr/app_actions_compute-dashboard_ts_13cb_9d._.js")
|
|
17
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
18
|
-
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
16
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0spfsp5._.js")
|
|
19
17
|
R.c("server/chunks/ssr/node_modules_next_0q16cuu._.js")
|
|
20
|
-
R.c("server/chunks/ssr/
|
|
21
|
-
R.
|
|
22
|
-
|
|
18
|
+
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
19
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0-om19y._.js")
|
|
20
|
+
R.m(3377)
|
|
21
|
+
module.exports=R.m(3377).exports
|