@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,18 +1,17 @@
|
|
|
1
1
|
var R=require("../chunks/ssr/[turbopack]_runtime.js")("server/app/page.js")
|
|
2
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0uz88bg._.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_11y81~_.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/
|
|
14
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
12
|
+
R.c("server/chunks/ssr/app_global-error_tsx_0m9qisk._.js")
|
|
13
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0m0x9dt._.js")
|
|
15
14
|
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
16
15
|
R.c("server/chunks/ssr/node_modules_next_0q16cuu._.js")
|
|
17
|
-
R.m(
|
|
18
|
-
module.exports=R.m(
|
|
16
|
+
R.m(97808)
|
|
17
|
+
module.exports=R.m(97808).exports
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/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/components/project-list.tsx <module evaluation>":{"id":62481,"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/0ljjv.c03-d.y.js"],"async":false},"[project]/app/components/project-list.tsx":{"id":62481,"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/0ljjv.c03-d.y.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}},"62481":{"*":{"id":69349,"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/[root-of-the-server]__0zn.1q2._.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}},"62481":{"*":{"id":92887,"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/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/page":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0g5cvlv5.8drd.js","static/chunks/0ljjv.c03-d.y.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/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}},"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}}},"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}}},"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}]},"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"]}};
|
|
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": []
|
package/assets/standalone/.next/server/app/{hooks → policies}/page/server-reference-manifest.json
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0033542bb7701a3232272e477409f62a2a3f7036dc": {
|
|
4
4
|
"workers": {
|
|
5
|
-
"app/
|
|
6
|
-
"moduleId":
|
|
5
|
+
"app/policies/page": {
|
|
6
|
+
"moduleId": 76110,
|
|
7
7
|
"async": false,
|
|
8
8
|
"exportedName": "getTelemetryConfig",
|
|
9
9
|
"filename": "app/actions/get-telemetry-config.ts"
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"exportedName": "getTelemetryConfig",
|
|
13
13
|
"filename": "app/actions/get-telemetry-config.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"0088abadfe8b54d374a001fb9b906a0a8931a40776": {
|
|
16
16
|
"workers": {
|
|
17
|
-
"app/
|
|
18
|
-
"moduleId":
|
|
17
|
+
"app/policies/page": {
|
|
18
|
+
"moduleId": 76110,
|
|
19
19
|
"async": false,
|
|
20
20
|
"exportedName": "logout",
|
|
21
21
|
"filename": "app/actions/auth.ts"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"exportedName": "logout",
|
|
25
25
|
"filename": "app/actions/auth.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"409eeda3fdf4a95308651f701eaf9b39b9870d9e33": {
|
|
28
28
|
"workers": {
|
|
29
|
-
"app/
|
|
30
|
-
"moduleId":
|
|
29
|
+
"app/policies/page": {
|
|
30
|
+
"moduleId": 76110,
|
|
31
31
|
"async": false,
|
|
32
32
|
"exportedName": "getHookActivityAction",
|
|
33
33
|
"filename": "app/actions/get-hook-activity.ts"
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"exportedName": "getHookActivityAction",
|
|
37
37
|
"filename": "app/actions/get-hook-activity.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"60e923e36f3e84508d60f327582e32738a949baee8": {
|
|
40
40
|
"workers": {
|
|
41
|
-
"app/
|
|
42
|
-
"moduleId":
|
|
41
|
+
"app/policies/page": {
|
|
42
|
+
"moduleId": 76110,
|
|
43
43
|
"async": false,
|
|
44
44
|
"exportedName": "searchHookActivityAction",
|
|
45
45
|
"filename": "app/actions/get-hook-activity.ts"
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"exportedName": "searchHookActivityAction",
|
|
49
49
|
"filename": "app/actions/get-hook-activity.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"001e0dbeec04368f30379a08e4346cfe53a34634eb": {
|
|
52
52
|
"workers": {
|
|
53
|
-
"app/
|
|
54
|
-
"moduleId":
|
|
53
|
+
"app/policies/page": {
|
|
54
|
+
"moduleId": 76110,
|
|
55
55
|
"async": false,
|
|
56
56
|
"exportedName": "getHooksConfigAction",
|
|
57
57
|
"filename": "app/actions/get-hooks-config.ts"
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"exportedName": "getHooksConfigAction",
|
|
61
61
|
"filename": "app/actions/get-hooks-config.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"60a7d639c8458afdd0a54a64602ea7d430316724ba": {
|
|
64
64
|
"workers": {
|
|
65
|
-
"app/
|
|
66
|
-
"moduleId":
|
|
65
|
+
"app/policies/page": {
|
|
66
|
+
"moduleId": 76110,
|
|
67
67
|
"async": false,
|
|
68
68
|
"exportedName": "togglePolicyAction",
|
|
69
69
|
"filename": "app/actions/update-hooks-config.ts"
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"exportedName": "togglePolicyAction",
|
|
73
73
|
"filename": "app/actions/update-hooks-config.ts"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"40e8044917481a0aca3778a31937a597cf6ffd5fc9": {
|
|
76
76
|
"workers": {
|
|
77
|
-
"app/
|
|
78
|
-
"moduleId":
|
|
77
|
+
"app/policies/page": {
|
|
78
|
+
"moduleId": 76110,
|
|
79
79
|
"async": false,
|
|
80
80
|
"exportedName": "installHooksWebAction",
|
|
81
81
|
"filename": "app/actions/install-hooks-web.ts"
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"exportedName": "installHooksWebAction",
|
|
85
85
|
"filename": "app/actions/install-hooks-web.ts"
|
|
86
86
|
},
|
|
87
|
-
"
|
|
87
|
+
"400d466ad4769d1fe505b209db2189e3831ad38247": {
|
|
88
88
|
"workers": {
|
|
89
|
-
"app/
|
|
90
|
-
"moduleId":
|
|
89
|
+
"app/policies/page": {
|
|
90
|
+
"moduleId": 76110,
|
|
91
91
|
"async": false,
|
|
92
92
|
"exportedName": "removeHooksWebAction",
|
|
93
93
|
"filename": "app/actions/install-hooks-web.ts"
|
|
@@ -95,6 +95,18 @@
|
|
|
95
95
|
},
|
|
96
96
|
"exportedName": "removeHooksWebAction",
|
|
97
97
|
"filename": "app/actions/install-hooks-web.ts"
|
|
98
|
+
},
|
|
99
|
+
"605b75a0d2d8d9af98e5b156e86b8e0b4ee04948f6": {
|
|
100
|
+
"workers": {
|
|
101
|
+
"app/policies/page": {
|
|
102
|
+
"moduleId": 76110,
|
|
103
|
+
"async": false,
|
|
104
|
+
"exportedName": "updatePolicyParamsAction",
|
|
105
|
+
"filename": "app/actions/update-policy-params.ts"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"exportedName": "updatePolicyParamsAction",
|
|
109
|
+
"filename": "app/actions/update-policy-params.ts"
|
|
98
110
|
}
|
|
99
111
|
},
|
|
100
112
|
"edge": {}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/
|
|
2
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/policies/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0sn21jm._.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_0r6o0i2.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/
|
|
14
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
12
|
+
R.c("server/chunks/ssr/app_global-error_tsx_0m9qisk._.js")
|
|
13
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0x7-awk._.js")
|
|
15
14
|
R.c("server/chunks/ssr/node_modules_next_0q16cuu._.js")
|
|
16
|
-
R.c("server/chunks/ssr/[root-of-the-server]__00fve8g._.js")
|
|
17
15
|
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
18
|
-
R.
|
|
19
|
-
|
|
16
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0-wbic0._.js")
|
|
17
|
+
R.m(36884)
|
|
18
|
+
module.exports=R.m(36884).exports
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/policies/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/policies/hooks-client.tsx <module evaluation>":{"id":64245,"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/0y8d5uz5f1m~..js"],"async":false},"[project]/app/policies/hooks-client.tsx":{"id":64245,"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/0y8d5uz5f1m~..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}},"64245":{"*":{"id":22712,"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/_0xg44oj._.js","server/chunks/ssr/app_policies_hooks-client_tsx_0q-m0y-._.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}},"64245":{"*":{"id":95450,"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/policies/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/policies/page":["static/chunks/0wx~5navv~b2r.js","static/chunks/0_879ixarc_93.js","static/chunks/0tp7ck~nhe8-g.js","static/chunks/0y8d5uz5f1m~..js"]}};
|
|
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": []
|
package/assets/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0033542bb7701a3232272e477409f62a2a3f7036dc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/project/[name]/page": {
|
|
6
6
|
"moduleId": 12132,
|
|
@@ -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/project/[name]/page": {
|
|
18
18
|
"moduleId": 12132,
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/project/[name]/page.js")
|
|
2
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
3
|
-
R.c("server/chunks/ssr/[root-of-the-server]__0cnf9rp._.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0j7bj94._.js")
|
|
4
3
|
R.c("server/chunks/ssr/node_modules_next_dist_06u0kr8._.js")
|
|
5
|
-
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_0ef3uwk.js")
|
|
6
5
|
R.c("server/chunks/ssr/[root-of-the-server]__0dxxhav._.js")
|
|
7
6
|
R.c("server/chunks/ssr/[root-of-the-server]__0tz4w46._.js")
|
|
8
|
-
R.c("server/chunks/ssr/
|
|
7
|
+
R.c("server/chunks/ssr/_02_tcps._.js")
|
|
9
8
|
R.c("server/chunks/ssr/app_error_tsx_11t4ysq._.js")
|
|
10
|
-
R.c("server/chunks/ssr/app_loading_tsx_05semg5._.js")
|
|
11
9
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js")
|
|
12
10
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js")
|
|
13
11
|
R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js")
|
|
14
|
-
R.c("server/chunks/ssr/
|
|
12
|
+
R.c("server/chunks/ssr/app_global-error_tsx_0m9qisk._.js")
|
|
15
13
|
R.c("server/chunks/ssr/app_project_[name]_error_tsx_0.9-fod._.js")
|
|
16
14
|
R.c("server/chunks/ssr/app_project_[name]_loading_tsx_03g9xy0._.js")
|
|
17
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
15
|
+
R.c("server/chunks/ssr/[root-of-the-server]__0zva2n_._.js")
|
|
18
16
|
R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
|
|
19
17
|
R.c("server/chunks/ssr/node_modules_next_0q16cuu._.js")
|
|
20
|
-
R.m(
|
|
21
|
-
module.exports=R.m(
|
|
18
|
+
R.m(41259)
|
|
19
|
+
module.exports=R.m(41259).exports
|