business-stack 0.1.6 → 0.1.9
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/README.md +2 -6
- package/backend/package.json +4 -3
- package/bin/business-stack.cjs +98 -18
- package/frontend/web/.next/standalone/frontend/web/.env +22 -0
- package/frontend/web/.next/standalone/frontend/web/.next/BUILD_ID +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/app-path-routes-manifest.json +11 -0
- package/frontend/web/.next/standalone/frontend/web/.next/build-manifest.json +22 -0
- package/frontend/web/.next/standalone/frontend/web/.next/package.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/prerender-manifest.json +138 -0
- package/frontend/web/.next/standalone/frontend/web/.next/required-server-files.json +356 -0
- package/frontend/web/.next/standalone/frontend/web/.next/routes-manifest.json +125 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js +10 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.meta +15 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.rsc +15 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js +13 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.meta +16 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.rsc +17 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js +14 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js +14 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js +14 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.meta +15 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.rsc +24 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_full.segment.rsc +24 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_head.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_index.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_tree.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc +9 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/chat.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js +7 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico.meta +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.meta +14 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.rsc +22 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_full.segment.rsc +22 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_index.segment.rsc +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js +14 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/build-manifest.json +18 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/next-font-manifest.json +12 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/react-loadable-manifest.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/server-reference-manifest.json +29 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js +16 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/app-paths-manifest.json +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/build-manifest.json +9 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/server-reference-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js.map +5 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js.nft.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route_client-reference-manifest.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/app-paths-manifest.json +11 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/0zmj_web__next-internal_server_app_webhooks_alpha-alerts_route_actions_0z_s~1v.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[externals]_next_dist_0vsodtb._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[root-of-the-server]__0.6bt.6._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[root-of-the-server]__0r~ypa0._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/frontend_web__next-internal_server_app_favicon_ico_route_actions_0la2zs7.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/node_modules_next_0pddt..._.js +13 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__002agwm._.js +19 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__030ouss._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__07ulq3.._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0atja1b._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0dkxlp2._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0i7g~cz._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0i9jhun._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0p8517z._.js +33 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0qzh6p_._.js +33 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0v99~ay._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0wt9bkv._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__11yp9pw._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_022kuem._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_02ba-3q._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_04apy5m._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_0_mhjy4._.js +7 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app__global-error_page_actions_0wq3bf4.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app__not-found_page_actions_0~kgu8u.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app_account_[[___path]]_page_actions_08prrjn.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app_auth_[[___path]]_page_actions_05u.h9~.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app_chat_page_actions_0-dvf2o.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app_page_actions_0al5cqm.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_account_[[___path]]_page_tsx_0_bznrh._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_auth_[[___path]]_page_tsx_0nyyzcn._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_chat_page_tsx_13u-7o5._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_page_tsx_0xsc004._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_components_providers_tsx_0~mb950._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_lib_auth-client_ts_03nzw3g._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_080ppkx._.js +104 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_0kw~ibj._.js +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_@tanstack_query-core_build_modern_0rdex0y._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0jk5ehi._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_006lf1z.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_03cqhlk.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_05nnug5.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0hxg9su.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0pggmid.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0zq7otg.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_117uluo.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/functions-config-manifest.json +8 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/middleware-build-manifest.js +22 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/middleware-manifest.json +6 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/next-font-manifest.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/next-font-manifest.json +37 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/pages/404.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/pages/500.html +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/pages-manifest.json +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/prefetch-hints.json +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/server-reference-manifest.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/server/server-reference-manifest.json +30 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/01xlw8hd842-c.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/03alq6phh__~0.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/03~yq9q893hmn.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0bogtdbh.dcu1.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0d3shmwh5_nmn.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0lro~no9kr4tk.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0nqox32h8r8u-.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0o.31d3a9wwws.js +102 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0oihff3yj6y43.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0os0-tbd_~dvp.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0pqt~8bl3ukh4.js +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0qg~ek2lno78c.js +2 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0vwe~z._l6f.l.css +4 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0ze4gu236oq96.js +31 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/11qn0hkqrbp4x.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/15xjc7n-ri.fu.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/16_odd-pe1g55.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/turbopack-0sunobr4s9_ar.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/13bf9871fe164e7f-s.0s19wthhh_6~m.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/3fe682a82f50d426-s.09q3q1i5159bl.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/71b036adf157cdcf-s.03nf~dfjdkf~..woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/89b21bb081cb7469-s.0gfhww.tctz1o.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/cc545e633e20c56d-s.0dza.stei.9v7.woff2 +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_buildManifest.js +24 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_clientMiddlewareManifest.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_ssgManifest.js +1 -0
- package/frontend/web/.next/standalone/frontend/web/package.json +65 -0
- package/frontend/web/.next/standalone/frontend/web/server.js +38 -0
- package/frontend/web/.next/standalone/node_modules/@img/colour/color.cjs +1596 -0
- package/frontend/web/.next/standalone/node_modules/@img/colour/index.cjs +1 -0
- package/frontend/web/.next/standalone/node_modules/@img/colour/package.json +58 -0
- package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/lib/sharp-win32-x64.node +0 -0
- package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/package.json +39 -0
- package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/versions.json +30 -0
- package/frontend/web/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/@next/env/package.json +36 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/context.js +72 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/diag.js +84 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/metrics.js +50 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/propagation.js +80 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/trace.js +70 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +52 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +44 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +12 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/utils.js +41 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +27 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context/context.js +52 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context-api.js +16 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +47 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +73 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +34 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/types.js +33 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag-api.js +20 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/index.js +71 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +60 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/semver.js +111 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +18 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +118 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +20 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics-api.js +17 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +23 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +36 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation-api.js +17 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +58 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +68 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +21 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +46 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +46 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +33 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +71 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +94 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +35 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +16 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +25 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +38 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +66 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/status.js +29 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +18 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace-api.js +17 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/version.js +10 -0
- package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/package.json +96 -0
- package/frontend/web/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/frontend/web/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/frontend/web/.next/standalone/node_modules/@swc/helpers/package.json +471 -0
- package/frontend/web/.next/standalone/node_modules/client-only/index.js +0 -0
- package/frontend/web/.next/standalone/node_modules/client-only/package.json +19 -0
- package/frontend/web/.next/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/frontend/web/.next/standalone/node_modules/detect-libc/lib/elf.js +39 -0
- package/frontend/web/.next/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/frontend/web/.next/standalone/node_modules/detect-libc/lib/process.js +24 -0
- package/frontend/web/.next/standalone/node_modules/detect-libc/package.json +44 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/define-env.js +255 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/output/format.js +84 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/output/log.js +135 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/options.js +403 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/build/utils.js +1215 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/cli/next-test.js +170 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/assign-location.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/links.js +299 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/lib/console.js +177 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/client/route-params.js +230 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/busboy/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-queue/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/package.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/batcher.js +65 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/bundler.js +97 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/constants.js +420 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/fallback.js +100 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-root.js +126 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-error.js +78 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/static-env.js +92 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +153 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +395 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/url.js +75 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/lib/worker.js +234 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/accept-header.js +132 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/after.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/index.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/base-server.js +1874 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/body-streams.js +114 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/ci-info.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/config-schema.js +718 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/config-shared.js +369 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/config-utils.js +185 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/config.js +1545 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1475 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/font-utils.js +43 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-server.js +696 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/load-components.js +179 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/next-server.js +1429 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/next.js +455 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/post-process.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/render-result.js +204 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/render.js +1140 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/connection.js +133 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/headers.js +229 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/params.js +527 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request/utils.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/request-meta.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/require-hook.js +82 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/require.js +109 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-kind.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +914 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/send-payload.js +88 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/send-response.js +70 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/serve-static.js +66 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/server-utils.js +323 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/utils.js +73 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/globals.js +128 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/types.js +6 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/utils.js +151 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/index.js +58 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/index.js +37 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/shared.js +39 -0
- package/frontend/web/.next/standalone/node_modules/next/dist/trace/trace.js +211 -0
- package/frontend/web/.next/standalone/node_modules/next/package.json +378 -0
- package/frontend/web/.next/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
- package/frontend/web/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
- package/frontend/web/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
- package/frontend/web/.next/standalone/node_modules/react/cjs/react.development.js +1284 -0
- package/frontend/web/.next/standalone/node_modules/react/cjs/react.production.js +542 -0
- package/frontend/web/.next/standalone/node_modules/react/compiler-runtime.js +14 -0
- package/frontend/web/.next/standalone/node_modules/react/index.js +7 -0
- package/frontend/web/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/frontend/web/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/frontend/web/.next/standalone/node_modules/react/package.json +51 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/index.js +38 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/package.json +117 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/server.browser.js +16 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/server.edge.js +17 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/server.node.js +18 -0
- package/frontend/web/.next/standalone/node_modules/react-dom/static.node.js +14 -0
- package/frontend/web/.next/standalone/node_modules/semver/classes/comparator.js +143 -0
- package/frontend/web/.next/standalone/node_modules/semver/classes/range.js +557 -0
- package/frontend/web/.next/standalone/node_modules/semver/classes/semver.js +333 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/cmp.js +54 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/coerce.js +62 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/compare.js +7 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/eq.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/gt.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/gte.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/lt.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/lte.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/neq.js +5 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/parse.js +18 -0
- package/frontend/web/.next/standalone/node_modules/semver/functions/satisfies.js +12 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/constants.js +37 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/debug.js +11 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/identifiers.js +29 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/lrucache.js +42 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/parse-options.js +17 -0
- package/frontend/web/.next/standalone/node_modules/semver/internal/re.js +223 -0
- package/frontend/web/.next/standalone/node_modules/semver/package.json +78 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/channel.js +177 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/colour.js +195 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/composite.js +212 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/constructor.js +499 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/index.js +16 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/input.js +809 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/is.js +143 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/libvips.js +207 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/operation.js +1016 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/output.js +1666 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/resize.js +595 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/sharp.js +121 -0
- package/frontend/web/.next/standalone/node_modules/sharp/lib/utility.js +291 -0
- package/frontend/web/.next/standalone/node_modules/sharp/package.json +202 -0
- package/frontend/web/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
- package/frontend/web/.next/standalone/node_modules/styled-jsx/index.js +1 -0
- package/frontend/web/.next/standalone/node_modules/styled-jsx/package.json +132 -0
- package/frontend/web/.next/standalone/node_modules/styled-jsx/style.js +1 -0
- package/frontend/web/package.json +3 -58
- package/gateway/dist/.buildstamp +0 -0
- package/gateway/dist/auth.js +49 -0
- package/gateway/dist/index.js +106 -0
- package/gateway/dist/integrations/admin.js +18 -0
- package/gateway/dist/integrations/crypto.js +45 -0
- package/gateway/dist/integrations/handlers.js +95 -0
- package/gateway/dist/integrations/keys.js +12 -0
- package/gateway/dist/integrations/store.js +98 -0
- package/gateway/dist/stack-secrets.js +39 -0
- package/gateway/package.json +5 -14
- package/package.json +3 -2
- package/backend/tests/conftest.py +0 -40
- package/backend/tests/test_chat.py +0 -92
- package/backend/tests/test_chunking.py +0 -132
- package/backend/tests/test_entities.py +0 -170
- package/backend/tests/test_gemini_embed.py +0 -224
- package/backend/tests/test_health.py +0 -24
- package/backend/tests/test_ingest_raw.py +0 -123
- package/backend/tests/test_link_expansion.py +0 -241
- package/backend/tests/test_main.py +0 -12
- package/backend/tests/test_normalizer.py +0 -114
- package/backend/tests/test_openapi_gateway.py +0 -40
- package/backend/tests/test_pipeline_hardening.py +0 -285
- package/backend/tests/test_pipeline_status.py +0 -71
- package/backend/tests/test_playwright_extract.py +0 -80
- package/backend/tests/test_post_ingest_hooks.py +0 -162
- package/backend/tests/test_query.py +0 -165
- package/backend/tests/test_thread_expansion.py +0 -72
- package/backend/tests/test_vectors.py +0 -85
- package/frontend/web/.env.example +0 -23
- package/frontend/web/AGENTS.md +0 -5
- package/frontend/web/CLAUDE.md +0 -1
- package/frontend/web/README.md +0 -36
- package/frontend/web/components.json +0 -25
- package/frontend/web/next-env.d.ts +0 -6
- package/frontend/web/next.config.ts +0 -30
- package/frontend/web/postcss.config.mjs +0 -7
- package/frontend/web/skills-lock.json +0 -35
- package/frontend/web/src/app/account/[[...path]]/page.tsx +0 -19
- package/frontend/web/src/app/auth/[[...path]]/page.tsx +0 -14
- package/frontend/web/src/app/chat/page.tsx +0 -725
- package/frontend/web/src/app/globals.css +0 -563
- package/frontend/web/src/app/layout.tsx +0 -50
- package/frontend/web/src/app/page.tsx +0 -96
- package/frontend/web/src/app/settings/integrations/actions.ts +0 -74
- package/frontend/web/src/app/settings/integrations/integrations-settings-form.tsx +0 -330
- package/frontend/web/src/app/settings/integrations/page.tsx +0 -41
- package/frontend/web/src/app/webhooks/alpha-alerts/route.ts +0 -84
- package/frontend/web/src/components/home-auth-panel.tsx +0 -49
- package/frontend/web/src/components/providers.tsx +0 -50
- package/frontend/web/src/lib/alpha-webhook/connectors/registry.ts +0 -35
- package/frontend/web/src/lib/alpha-webhook/connectors/types.ts +0 -8
- package/frontend/web/src/lib/alpha-webhook/connectors/wabridge-delivery.test.ts +0 -40
- package/frontend/web/src/lib/alpha-webhook/connectors/wabridge-delivery.ts +0 -78
- package/frontend/web/src/lib/alpha-webhook/connectors/wabridge.ts +0 -30
- package/frontend/web/src/lib/alpha-webhook/handler.ts +0 -12
- package/frontend/web/src/lib/alpha-webhook/signature.test.ts +0 -33
- package/frontend/web/src/lib/alpha-webhook/signature.ts +0 -21
- package/frontend/web/src/lib/alpha-webhook/types.ts +0 -23
- package/frontend/web/src/lib/auth-client.ts +0 -23
- package/frontend/web/src/lib/integrations-config.ts +0 -125
- package/frontend/web/src/lib/ui-utills.tsx +0 -90
- package/frontend/web/src/lib/utils.ts +0 -6
- package/frontend/web/tsconfig.json +0 -36
- package/frontend/web/tsconfig.tsbuildinfo +0 -1
- package/frontend/web/vitest.config.ts +0 -14
- package/gateway/.env.example +0 -23
- package/gateway/README.md +0 -23
- package/gateway/src/auth.ts +0 -49
- package/gateway/src/index.ts +0 -144
- package/gateway/src/integrations/admin.ts +0 -19
- package/gateway/src/integrations/crypto.ts +0 -52
- package/gateway/src/integrations/handlers.ts +0 -124
- package/gateway/src/integrations/keys.ts +0 -12
- package/gateway/src/integrations/store.ts +0 -107
- package/gateway/src/stack-secrets.ts +0 -35
- package/gateway/tsconfig.json +0 -13
- /package/frontend/web/{src/app/favicon.ico → .next/standalone/frontend/web/.next/server/app/favicon.ico.body} +0 -0
|
@@ -1,725 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
import Link from "next/link";
|
|
4
|
-
import { useCallback, useEffect, useState } from "react";
|
|
5
|
-
import { authClient } from "@/lib/auth-client";
|
|
6
|
-
|
|
7
|
-
type ChatSessionRow = {
|
|
8
|
-
id: string;
|
|
9
|
-
title: string | null;
|
|
10
|
-
created_at: string;
|
|
11
|
-
updated_at: string;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
type ChatMessageRow = {
|
|
15
|
-
id: number;
|
|
16
|
-
role: string;
|
|
17
|
-
content: string;
|
|
18
|
-
meta_json: string | null;
|
|
19
|
-
created_at: string;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
type RawIngestResponse = {
|
|
23
|
-
document_id: string;
|
|
24
|
-
status: string;
|
|
25
|
-
connector: string;
|
|
26
|
-
deduplicated?: boolean;
|
|
27
|
-
normalization_failed?: boolean;
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
type PipelineStep = {
|
|
31
|
-
id: string;
|
|
32
|
-
label: string;
|
|
33
|
-
state: "ok" | "warn" | "error" | "pending";
|
|
34
|
-
detail: string | null;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
type EmbeddingDlq = {
|
|
38
|
-
state: string;
|
|
39
|
-
attempt_count: number;
|
|
40
|
-
last_error: string;
|
|
41
|
-
next_retry_at: string | null;
|
|
42
|
-
updated_at: string | null;
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
type DocumentPipeline = {
|
|
46
|
-
document_id: string;
|
|
47
|
-
status: string;
|
|
48
|
-
content_type: string | null;
|
|
49
|
-
content_block_count: number;
|
|
50
|
-
chunk_count: number;
|
|
51
|
-
vector_row_count: number;
|
|
52
|
-
gemini_embedding_row_count: number;
|
|
53
|
-
normalization_error: Record<string, unknown> | string | null;
|
|
54
|
-
ingest_meta: Record<string, unknown>;
|
|
55
|
-
dlq: EmbeddingDlq | null;
|
|
56
|
-
steps: PipelineStep[];
|
|
57
|
-
checked_at: string;
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
function parseErrorDetail(json: unknown): string {
|
|
61
|
-
if (json !== null && typeof json === "object" && "detail" in json) {
|
|
62
|
-
const d = (json as { detail: unknown }).detail;
|
|
63
|
-
if (typeof d === "string") {
|
|
64
|
-
return d;
|
|
65
|
-
}
|
|
66
|
-
return JSON.stringify(d);
|
|
67
|
-
}
|
|
68
|
-
return "Request failed.";
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
async function backendJson<T>(
|
|
72
|
-
path: string,
|
|
73
|
-
init?: RequestInit,
|
|
74
|
-
): Promise<{ ok: true; data: T } | { ok: false; status: number; message: string }> {
|
|
75
|
-
const headers: HeadersInit = { ...init?.headers };
|
|
76
|
-
if (init?.body != null && !("Content-Type" in (headers as Record<string, string>))) {
|
|
77
|
-
(headers as Record<string, string>)["Content-Type"] = "application/json";
|
|
78
|
-
}
|
|
79
|
-
let res: Response;
|
|
80
|
-
try {
|
|
81
|
-
res = await fetch(`/api/backend${path}`, {
|
|
82
|
-
credentials: "include",
|
|
83
|
-
...init,
|
|
84
|
-
headers,
|
|
85
|
-
});
|
|
86
|
-
} catch {
|
|
87
|
-
return { ok: false, status: 0, message: "Network error." };
|
|
88
|
-
}
|
|
89
|
-
const rawText = await res.text();
|
|
90
|
-
let parsed: unknown = null;
|
|
91
|
-
if (rawText) {
|
|
92
|
-
try {
|
|
93
|
-
parsed = JSON.parse(rawText) as unknown;
|
|
94
|
-
} catch {
|
|
95
|
-
parsed = null;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
if (!res.ok) {
|
|
99
|
-
const message =
|
|
100
|
-
res.status === 401
|
|
101
|
-
? "Sign in to use chat and ingestion."
|
|
102
|
-
: parseErrorDetail(parsed);
|
|
103
|
-
return { ok: false, status: res.status, message };
|
|
104
|
-
}
|
|
105
|
-
return { ok: true, data: parsed as T };
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export default function ChatPage() {
|
|
109
|
-
const { data: session, isPending: sessionPending } = authClient.useSession();
|
|
110
|
-
const [sessions, setSessions] = useState<ChatSessionRow[]>([]);
|
|
111
|
-
const [activeId, setActiveId] = useState<string | null>(null);
|
|
112
|
-
const [messages, setMessages] = useState<ChatMessageRow[]>([]);
|
|
113
|
-
const [listError, setListError] = useState<string | null>(null);
|
|
114
|
-
const [messagesError, setMessagesError] = useState<string | null>(null);
|
|
115
|
-
const [input, setInput] = useState("");
|
|
116
|
-
const [sendBusy, setSendBusy] = useState(false);
|
|
117
|
-
const [ingestText, setIngestText] = useState("");
|
|
118
|
-
const [embedAfterIngest, setEmbedAfterIngest] = useState(true);
|
|
119
|
-
const [ingestBusy, setIngestBusy] = useState(false);
|
|
120
|
-
const [ingestNote, setIngestNote] = useState<string | null>(null);
|
|
121
|
-
const [traceDocId, setTraceDocId] = useState("");
|
|
122
|
-
const [pipeline, setPipeline] = useState<DocumentPipeline | null>(null);
|
|
123
|
-
const [pipelineError, setPipelineError] = useState<string | null>(null);
|
|
124
|
-
const [pipelineBusy, setPipelineBusy] = useState(false);
|
|
125
|
-
const [pipelineAutoRefresh, setPipelineAutoRefresh] = useState(true);
|
|
126
|
-
const [pipelineActionsBusy, setPipelineActionsBusy] = useState(false);
|
|
127
|
-
|
|
128
|
-
const loadSessions = useCallback(async () => {
|
|
129
|
-
setListError(null);
|
|
130
|
-
const r = await backendJson<ChatSessionRow[]>("/chat/sessions");
|
|
131
|
-
if (!r.ok) {
|
|
132
|
-
setListError(r.message);
|
|
133
|
-
return;
|
|
134
|
-
}
|
|
135
|
-
setSessions(r.data);
|
|
136
|
-
}, []);
|
|
137
|
-
|
|
138
|
-
const loadMessages = useCallback(async (sessionId: string) => {
|
|
139
|
-
setMessagesError(null);
|
|
140
|
-
const r = await backendJson<ChatMessageRow[]>(
|
|
141
|
-
`/chat/sessions/${encodeURIComponent(sessionId)}/messages`,
|
|
142
|
-
);
|
|
143
|
-
if (!r.ok) {
|
|
144
|
-
setMessagesError(r.message);
|
|
145
|
-
setMessages([]);
|
|
146
|
-
return;
|
|
147
|
-
}
|
|
148
|
-
setMessages(r.data);
|
|
149
|
-
}, []);
|
|
150
|
-
|
|
151
|
-
useEffect(() => {
|
|
152
|
-
if (!session?.user) {
|
|
153
|
-
return;
|
|
154
|
-
}
|
|
155
|
-
void loadSessions();
|
|
156
|
-
}, [session?.user, loadSessions]);
|
|
157
|
-
|
|
158
|
-
useEffect(() => {
|
|
159
|
-
if (!activeId || !session?.user) {
|
|
160
|
-
setMessages([]);
|
|
161
|
-
return;
|
|
162
|
-
}
|
|
163
|
-
void loadMessages(activeId);
|
|
164
|
-
}, [activeId, session?.user, loadMessages]);
|
|
165
|
-
|
|
166
|
-
const fetchPipeline = useCallback(async (docId: string) => {
|
|
167
|
-
const id = docId.trim();
|
|
168
|
-
if (!id) {
|
|
169
|
-
setPipeline(null);
|
|
170
|
-
setPipelineError(null);
|
|
171
|
-
return;
|
|
172
|
-
}
|
|
173
|
-
setPipelineBusy(true);
|
|
174
|
-
setPipelineError(null);
|
|
175
|
-
const r = await backendJson<DocumentPipeline>(
|
|
176
|
-
`/ingest/documents/${encodeURIComponent(id)}/pipeline`,
|
|
177
|
-
);
|
|
178
|
-
setPipelineBusy(false);
|
|
179
|
-
if (!r.ok) {
|
|
180
|
-
setPipeline(null);
|
|
181
|
-
setPipelineError(r.message);
|
|
182
|
-
return;
|
|
183
|
-
}
|
|
184
|
-
setPipeline(r.data);
|
|
185
|
-
}, []);
|
|
186
|
-
|
|
187
|
-
useEffect(() => {
|
|
188
|
-
if (!session?.user || !traceDocId.trim() || !pipelineAutoRefresh) {
|
|
189
|
-
return;
|
|
190
|
-
}
|
|
191
|
-
void fetchPipeline(traceDocId);
|
|
192
|
-
const t = window.setInterval(() => {
|
|
193
|
-
void fetchPipeline(traceDocId);
|
|
194
|
-
}, 2500);
|
|
195
|
-
return () => window.clearInterval(t);
|
|
196
|
-
}, [session?.user, traceDocId, pipelineAutoRefresh, fetchPipeline]);
|
|
197
|
-
|
|
198
|
-
const startNewChat = async () => {
|
|
199
|
-
const r = await backendJson<ChatSessionRow>("/chat/sessions", {
|
|
200
|
-
method: "POST",
|
|
201
|
-
body: JSON.stringify({}),
|
|
202
|
-
});
|
|
203
|
-
if (!r.ok) {
|
|
204
|
-
setListError(r.message);
|
|
205
|
-
return;
|
|
206
|
-
}
|
|
207
|
-
setSessions((prev) => [r.data, ...prev]);
|
|
208
|
-
setActiveId(r.data.id);
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
const removeSession = async (id: string) => {
|
|
212
|
-
const r = await backendJson<{ deleted: boolean }>(
|
|
213
|
-
`/chat/sessions/${encodeURIComponent(id)}`,
|
|
214
|
-
{ method: "DELETE" },
|
|
215
|
-
);
|
|
216
|
-
if (!r.ok) {
|
|
217
|
-
setListError(r.message);
|
|
218
|
-
return;
|
|
219
|
-
}
|
|
220
|
-
setSessions((prev) => prev.filter((s) => s.id !== id));
|
|
221
|
-
if (activeId === id) {
|
|
222
|
-
setActiveId(null);
|
|
223
|
-
setMessages([]);
|
|
224
|
-
}
|
|
225
|
-
};
|
|
226
|
-
|
|
227
|
-
const sendMessage = async () => {
|
|
228
|
-
const text = input.trim();
|
|
229
|
-
if (!activeId || !text || sendBusy) {
|
|
230
|
-
return;
|
|
231
|
-
}
|
|
232
|
-
setSendBusy(true);
|
|
233
|
-
setMessagesError(null);
|
|
234
|
-
const r = await backendJson<{
|
|
235
|
-
reply: string;
|
|
236
|
-
assistant_message_id: number;
|
|
237
|
-
}>(`/chat/sessions/${encodeURIComponent(activeId)}/complete`, {
|
|
238
|
-
method: "POST",
|
|
239
|
-
body: JSON.stringify({ message: text, k: 8 }),
|
|
240
|
-
});
|
|
241
|
-
setSendBusy(false);
|
|
242
|
-
setInput("");
|
|
243
|
-
if (!r.ok) {
|
|
244
|
-
setMessagesError(r.message);
|
|
245
|
-
return;
|
|
246
|
-
}
|
|
247
|
-
void loadMessages(activeId);
|
|
248
|
-
void loadSessions();
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
const runIngest = async () => {
|
|
252
|
-
const body = ingestText.trim();
|
|
253
|
-
if (!body || ingestBusy) {
|
|
254
|
-
return;
|
|
255
|
-
}
|
|
256
|
-
setIngestBusy(true);
|
|
257
|
-
setIngestNote(null);
|
|
258
|
-
const envelope = {
|
|
259
|
-
source: "web-chat",
|
|
260
|
-
timestamp: new Date().toISOString(),
|
|
261
|
-
content_type: "text" as const,
|
|
262
|
-
payload: body,
|
|
263
|
-
metadata: {},
|
|
264
|
-
};
|
|
265
|
-
const ingest = await backendJson<RawIngestResponse>(
|
|
266
|
-
"/ingest/raw?connector=generic",
|
|
267
|
-
{ method: "POST", body: JSON.stringify(envelope) },
|
|
268
|
-
);
|
|
269
|
-
if (!ingest.ok) {
|
|
270
|
-
setIngestBusy(false);
|
|
271
|
-
setIngestNote(ingest.message);
|
|
272
|
-
return;
|
|
273
|
-
}
|
|
274
|
-
const docId = ingest.data.document_id;
|
|
275
|
-
const dedup = ingest.data.deduplicated === true;
|
|
276
|
-
const normFail = ingest.data.normalization_failed === true;
|
|
277
|
-
setTraceDocId(docId);
|
|
278
|
-
setPipelineAutoRefresh(true);
|
|
279
|
-
void fetchPipeline(docId);
|
|
280
|
-
if (embedAfterIngest) {
|
|
281
|
-
const emb = await backendJson<{ accepted: boolean }>(
|
|
282
|
-
`/ingest/documents/${encodeURIComponent(docId)}/embed`,
|
|
283
|
-
{ method: "POST", body: JSON.stringify({ multimodal: false }) },
|
|
284
|
-
);
|
|
285
|
-
setIngestBusy(false);
|
|
286
|
-
if (!emb.ok) {
|
|
287
|
-
setIngestNote(
|
|
288
|
-
`Ingested document ${docId}, but embedding failed: ${emb.message}`,
|
|
289
|
-
);
|
|
290
|
-
return;
|
|
291
|
-
}
|
|
292
|
-
const extra =
|
|
293
|
-
dedup ? " (deduplicated)" : normFail ? " (normalization had issues)" : "";
|
|
294
|
-
setIngestNote(
|
|
295
|
-
`Ingested ${docId}${extra}; embedding queued — watch the pipeline panel below.`,
|
|
296
|
-
);
|
|
297
|
-
} else {
|
|
298
|
-
setIngestBusy(false);
|
|
299
|
-
setIngestNote(`Ingested ${docId} (no embed — not in vector index yet).`);
|
|
300
|
-
}
|
|
301
|
-
setIngestText("");
|
|
302
|
-
};
|
|
303
|
-
|
|
304
|
-
if (sessionPending) {
|
|
305
|
-
return (
|
|
306
|
-
<main className="mx-auto flex w-full max-w-5xl flex-1 flex-col gap-4 p-6">
|
|
307
|
-
<p className="text-sm text-neutral-500">Checking session…</p>
|
|
308
|
-
</main>
|
|
309
|
-
);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
if (!session?.user) {
|
|
313
|
-
return (
|
|
314
|
-
<main className="mx-auto flex w-full max-w-5xl flex-1 flex-col gap-4 p-6">
|
|
315
|
-
<h1 className="text-2xl font-semibold tracking-tight">Chat</h1>
|
|
316
|
-
<p className="text-sm text-neutral-600 dark:text-neutral-400">
|
|
317
|
-
Sign in to load sessions and talk to your knowledge base.
|
|
318
|
-
</p>
|
|
319
|
-
<Link
|
|
320
|
-
className="inline-flex w-fit items-center justify-center rounded-md bg-neutral-900 px-4 py-2 text-sm font-medium text-white hover:bg-neutral-800 dark:bg-neutral-100 dark:text-neutral-900 dark:hover:bg-white"
|
|
321
|
-
href="/auth/sign-in"
|
|
322
|
-
>
|
|
323
|
-
Sign in
|
|
324
|
-
</Link>
|
|
325
|
-
<p className="text-sm">
|
|
326
|
-
<Link
|
|
327
|
-
href="/"
|
|
328
|
-
className="text-neutral-600 underline dark:text-neutral-400"
|
|
329
|
-
>
|
|
330
|
-
Home
|
|
331
|
-
</Link>
|
|
332
|
-
</p>
|
|
333
|
-
</main>
|
|
334
|
-
);
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
return (
|
|
338
|
-
<main className="mx-auto flex w-full max-w-5xl flex-1 flex-col gap-4 p-6">
|
|
339
|
-
<div className="flex flex-wrap items-baseline justify-between gap-2">
|
|
340
|
-
<h1 className="text-2xl font-semibold tracking-tight">Chat</h1>
|
|
341
|
-
<Link
|
|
342
|
-
href="/"
|
|
343
|
-
className="text-sm text-neutral-600 underline dark:text-neutral-400"
|
|
344
|
-
>
|
|
345
|
-
Home
|
|
346
|
-
</Link>
|
|
347
|
-
</div>
|
|
348
|
-
<p className="text-sm text-neutral-600 dark:text-neutral-400">
|
|
349
|
-
Messages are stored per user in SQLite. Each reply runs retrieval over
|
|
350
|
-
your embedded documents, then Gemini when configured.
|
|
351
|
-
</p>
|
|
352
|
-
|
|
353
|
-
{listError ? (
|
|
354
|
-
<p className="text-sm text-amber-800 dark:text-amber-200">{listError}</p>
|
|
355
|
-
) : null}
|
|
356
|
-
|
|
357
|
-
<div className="grid min-h-[28rem] gap-4 md:grid-cols-[12rem_1fr]">
|
|
358
|
-
<aside className="flex flex-col gap-2 rounded-lg border border-neutral-200 bg-white/60 p-3 dark:border-neutral-800 dark:bg-neutral-950/40">
|
|
359
|
-
<button
|
|
360
|
-
type="button"
|
|
361
|
-
onClick={() => void startNewChat()}
|
|
362
|
-
className="rounded-md bg-neutral-900 px-3 py-2 text-xs font-medium text-white hover:bg-neutral-800 dark:bg-neutral-100 dark:text-neutral-900 dark:hover:bg-white"
|
|
363
|
-
>
|
|
364
|
-
New chat
|
|
365
|
-
</button>
|
|
366
|
-
<ul className="flex max-h-64 flex-col gap-1 overflow-y-auto text-xs md:max-h-none">
|
|
367
|
-
{sessions.map((s) => (
|
|
368
|
-
<li key={s.id} className="flex items-start gap-1">
|
|
369
|
-
<button
|
|
370
|
-
type="button"
|
|
371
|
-
onClick={() => setActiveId(s.id)}
|
|
372
|
-
className={`min-w-0 flex-1 rounded px-2 py-1 text-left hover:bg-neutral-100 dark:hover:bg-neutral-900 ${
|
|
373
|
-
activeId === s.id
|
|
374
|
-
? "bg-neutral-100 font-medium dark:bg-neutral-900"
|
|
375
|
-
: ""
|
|
376
|
-
}`}
|
|
377
|
-
>
|
|
378
|
-
<span className="line-clamp-2 break-all">
|
|
379
|
-
{s.title?.trim() || "Untitled"}
|
|
380
|
-
</span>
|
|
381
|
-
</button>
|
|
382
|
-
<button
|
|
383
|
-
type="button"
|
|
384
|
-
aria-label="Delete chat"
|
|
385
|
-
onClick={() => void removeSession(s.id)}
|
|
386
|
-
className="shrink-0 rounded px-1 text-red-600 hover:bg-red-50 dark:text-red-400 dark:hover:bg-red-950/40"
|
|
387
|
-
>
|
|
388
|
-
×
|
|
389
|
-
</button>
|
|
390
|
-
</li>
|
|
391
|
-
))}
|
|
392
|
-
</ul>
|
|
393
|
-
</aside>
|
|
394
|
-
|
|
395
|
-
<div className="flex min-h-0 flex-col gap-3">
|
|
396
|
-
<section className="flex min-h-0 flex-1 flex-col rounded-lg border border-neutral-200 bg-white/60 dark:border-neutral-800 dark:bg-neutral-950/40">
|
|
397
|
-
<div className="border-b border-neutral-200 px-3 py-2 text-xs font-medium text-neutral-500 dark:border-neutral-800">
|
|
398
|
-
{activeId ? `Session ${activeId.slice(0, 8)}…` : "Select or start a chat"}
|
|
399
|
-
</div>
|
|
400
|
-
{messagesError ? (
|
|
401
|
-
<p className="p-3 text-sm text-amber-800 dark:text-amber-200">
|
|
402
|
-
{messagesError}
|
|
403
|
-
</p>
|
|
404
|
-
) : null}
|
|
405
|
-
<div className="flex-1 space-y-3 overflow-y-auto p-3 text-sm">
|
|
406
|
-
{!activeId ? (
|
|
407
|
-
<p className="text-neutral-500">Choose a session on the left.</p>
|
|
408
|
-
) : messages.length === 0 ? (
|
|
409
|
-
<p className="text-neutral-500">No messages yet.</p>
|
|
410
|
-
) : (
|
|
411
|
-
messages.map((m) => (
|
|
412
|
-
<div
|
|
413
|
-
key={m.id}
|
|
414
|
-
className={`rounded-lg px-3 py-2 ${
|
|
415
|
-
m.role === "user"
|
|
416
|
-
? "ml-8 bg-neutral-100 dark:bg-neutral-900"
|
|
417
|
-
: "mr-8 border border-neutral-200 dark:border-neutral-800"
|
|
418
|
-
}`}
|
|
419
|
-
>
|
|
420
|
-
<p className="text-[10px] uppercase tracking-wide text-neutral-400">
|
|
421
|
-
{m.role}
|
|
422
|
-
</p>
|
|
423
|
-
<p className="whitespace-pre-wrap text-neutral-900 dark:text-neutral-100">
|
|
424
|
-
{m.content}
|
|
425
|
-
</p>
|
|
426
|
-
</div>
|
|
427
|
-
))
|
|
428
|
-
)}
|
|
429
|
-
</div>
|
|
430
|
-
<div className="border-t border-neutral-200 p-3 dark:border-neutral-800">
|
|
431
|
-
<div className="flex gap-2">
|
|
432
|
-
<textarea
|
|
433
|
-
className="min-h-[4rem] flex-1 resize-y rounded-md border border-neutral-300 bg-white px-3 py-2 text-sm dark:border-neutral-700 dark:bg-neutral-950"
|
|
434
|
-
placeholder={
|
|
435
|
-
activeId
|
|
436
|
-
? "Ask something (uses RAG + Gemini)…"
|
|
437
|
-
: "Start a chat first…"
|
|
438
|
-
}
|
|
439
|
-
value={input}
|
|
440
|
-
disabled={!activeId || sendBusy}
|
|
441
|
-
onChange={(e) => setInput(e.target.value)}
|
|
442
|
-
onKeyDown={(e) => {
|
|
443
|
-
if (e.key === "Enter" && !e.shiftKey) {
|
|
444
|
-
e.preventDefault();
|
|
445
|
-
void sendMessage();
|
|
446
|
-
}
|
|
447
|
-
}}
|
|
448
|
-
/>
|
|
449
|
-
<button
|
|
450
|
-
type="button"
|
|
451
|
-
disabled={!activeId || sendBusy || !input.trim()}
|
|
452
|
-
onClick={() => void sendMessage()}
|
|
453
|
-
className="h-fit self-end rounded-md bg-neutral-900 px-4 py-2 text-sm font-medium text-white disabled:opacity-40 dark:bg-neutral-100 dark:text-neutral-900"
|
|
454
|
-
>
|
|
455
|
-
{sendBusy ? "…" : "Send"}
|
|
456
|
-
</button>
|
|
457
|
-
</div>
|
|
458
|
-
</div>
|
|
459
|
-
</section>
|
|
460
|
-
|
|
461
|
-
<section className="rounded-lg border border-neutral-200 bg-white/60 p-3 dark:border-neutral-800 dark:bg-neutral-950/40">
|
|
462
|
-
<h2 className="text-sm font-medium text-neutral-700 dark:text-neutral-300">
|
|
463
|
-
Ingest text
|
|
464
|
-
</h2>
|
|
465
|
-
<p className="mt-1 text-xs text-neutral-500">
|
|
466
|
-
Adds a document via{" "}
|
|
467
|
-
<code className="rounded bg-neutral-100 px-1 dark:bg-neutral-900">
|
|
468
|
-
POST /ingest/raw
|
|
469
|
-
</code>
|
|
470
|
-
. Optional embed queues chunks for vector search used in chat.
|
|
471
|
-
</p>
|
|
472
|
-
<textarea
|
|
473
|
-
className="mt-2 min-h-[5rem] w-full resize-y rounded-md border border-neutral-300 bg-white px-3 py-2 text-sm dark:border-neutral-700 dark:bg-neutral-950"
|
|
474
|
-
placeholder="Paste notes, snippets, or knowledge to store…"
|
|
475
|
-
value={ingestText}
|
|
476
|
-
disabled={ingestBusy}
|
|
477
|
-
onChange={(e) => setIngestText(e.target.value)}
|
|
478
|
-
/>
|
|
479
|
-
<label className="mt-2 flex cursor-pointer items-center gap-2 text-xs text-neutral-600 dark:text-neutral-400">
|
|
480
|
-
<input
|
|
481
|
-
type="checkbox"
|
|
482
|
-
checked={embedAfterIngest}
|
|
483
|
-
disabled={ingestBusy}
|
|
484
|
-
onChange={(e) => setEmbedAfterIngest(e.target.checked)}
|
|
485
|
-
/>
|
|
486
|
-
Queue embedding after ingest (recommended for RAG)
|
|
487
|
-
</label>
|
|
488
|
-
<button
|
|
489
|
-
type="button"
|
|
490
|
-
disabled={ingestBusy || !ingestText.trim()}
|
|
491
|
-
onClick={() => void runIngest()}
|
|
492
|
-
className="mt-2 rounded-md border border-neutral-300 bg-white px-4 py-2 text-sm font-medium hover:bg-neutral-50 disabled:opacity-40 dark:border-neutral-700 dark:bg-neutral-950 dark:hover:bg-neutral-900"
|
|
493
|
-
>
|
|
494
|
-
{ingestBusy ? "Working…" : "Ingest"}
|
|
495
|
-
</button>
|
|
496
|
-
{ingestNote ? (
|
|
497
|
-
<p className="mt-2 text-xs text-neutral-700 dark:text-neutral-300">
|
|
498
|
-
{ingestNote}
|
|
499
|
-
</p>
|
|
500
|
-
) : null}
|
|
501
|
-
</section>
|
|
502
|
-
|
|
503
|
-
<section className="rounded-lg border border-neutral-200 bg-white/60 p-3 dark:border-neutral-800 dark:bg-neutral-950/40">
|
|
504
|
-
<h2 className="text-sm font-medium text-neutral-700 dark:text-neutral-300">
|
|
505
|
-
Embedding pipeline (debug)
|
|
506
|
-
</h2>
|
|
507
|
-
<p className="mt-1 text-xs text-neutral-500">
|
|
508
|
-
Live view of ingest → blocks → chunks → Gemini + sqlite-vec. Uses{" "}
|
|
509
|
-
<code className="rounded bg-neutral-100 px-1 dark:bg-neutral-900">
|
|
510
|
-
GET /ingest/documents/{id}/pipeline
|
|
511
|
-
</code>
|
|
512
|
-
.
|
|
513
|
-
</p>
|
|
514
|
-
<div className="mt-2 flex flex-wrap items-end gap-2">
|
|
515
|
-
<label className="flex min-w-[12rem] flex-1 flex-col gap-1 text-xs text-neutral-600 dark:text-neutral-400">
|
|
516
|
-
Document ID
|
|
517
|
-
<input
|
|
518
|
-
className="rounded-md border border-neutral-300 bg-white px-2 py-1.5 font-mono text-xs dark:border-neutral-700 dark:bg-neutral-950"
|
|
519
|
-
value={traceDocId}
|
|
520
|
-
onChange={(e) => setTraceDocId(e.target.value)}
|
|
521
|
-
placeholder="Paste UUID after ingest…"
|
|
522
|
-
/>
|
|
523
|
-
</label>
|
|
524
|
-
<button
|
|
525
|
-
type="button"
|
|
526
|
-
disabled={pipelineBusy || !traceDocId.trim()}
|
|
527
|
-
onClick={() => void fetchPipeline(traceDocId)}
|
|
528
|
-
className="rounded-md border border-neutral-300 bg-white px-3 py-1.5 text-xs font-medium hover:bg-neutral-50 disabled:opacity-40 dark:border-neutral-700 dark:bg-neutral-950 dark:hover:bg-neutral-900"
|
|
529
|
-
>
|
|
530
|
-
{pipelineBusy ? "Loading…" : "Refresh"}
|
|
531
|
-
</button>
|
|
532
|
-
<label className="flex cursor-pointer items-center gap-2 text-xs text-neutral-600 dark:text-neutral-400">
|
|
533
|
-
<input
|
|
534
|
-
type="checkbox"
|
|
535
|
-
checked={pipelineAutoRefresh}
|
|
536
|
-
onChange={(e) => setPipelineAutoRefresh(e.target.checked)}
|
|
537
|
-
/>
|
|
538
|
-
Auto-refresh (2.5s)
|
|
539
|
-
</label>
|
|
540
|
-
</div>
|
|
541
|
-
{pipelineError ? (
|
|
542
|
-
<p className="mt-2 text-xs text-red-700 dark:text-red-300">
|
|
543
|
-
{pipelineError}
|
|
544
|
-
</p>
|
|
545
|
-
) : null}
|
|
546
|
-
{pipeline ? (
|
|
547
|
-
<div className="mt-3 space-y-3">
|
|
548
|
-
<div className="flex flex-wrap gap-2">
|
|
549
|
-
{pipeline.steps.map((step, i) => {
|
|
550
|
-
const ring =
|
|
551
|
-
step.state === "ok"
|
|
552
|
-
? "border-emerald-500/80 bg-emerald-50 dark:bg-emerald-950/30"
|
|
553
|
-
: step.state === "warn"
|
|
554
|
-
? "border-amber-500/80 bg-amber-50 dark:bg-amber-950/30"
|
|
555
|
-
: step.state === "error"
|
|
556
|
-
? "border-red-500/80 bg-red-50 dark:bg-red-950/30"
|
|
557
|
-
: "border-dashed border-neutral-400 bg-neutral-50 dark:border-neutral-600 dark:bg-neutral-900/40";
|
|
558
|
-
return (
|
|
559
|
-
<div key={step.id} className="flex items-stretch gap-2">
|
|
560
|
-
{i > 0 ? (
|
|
561
|
-
<div
|
|
562
|
-
className="hidden w-4 self-center border-t border-dotted border-neutral-300 sm:block dark:border-neutral-600"
|
|
563
|
-
aria-hidden
|
|
564
|
-
/>
|
|
565
|
-
) : null}
|
|
566
|
-
<div
|
|
567
|
-
className={`max-w-[11rem] rounded-lg border px-2.5 py-2 text-xs ${ring}`}
|
|
568
|
-
>
|
|
569
|
-
<p className="font-medium text-neutral-800 dark:text-neutral-100">
|
|
570
|
-
{step.label}
|
|
571
|
-
</p>
|
|
572
|
-
<p className="mt-0.5 text-[10px] uppercase tracking-wide text-neutral-500">
|
|
573
|
-
{step.state}
|
|
574
|
-
</p>
|
|
575
|
-
{step.detail ? (
|
|
576
|
-
<p className="mt-1 break-words text-[11px] leading-snug text-neutral-600 dark:text-neutral-400">
|
|
577
|
-
{step.detail}
|
|
578
|
-
</p>
|
|
579
|
-
) : null}
|
|
580
|
-
</div>
|
|
581
|
-
</div>
|
|
582
|
-
);
|
|
583
|
-
})}
|
|
584
|
-
</div>
|
|
585
|
-
<dl className="grid grid-cols-2 gap-x-4 gap-y-1 text-xs sm:grid-cols-4">
|
|
586
|
-
<div>
|
|
587
|
-
<dt className="text-neutral-500">Status</dt>
|
|
588
|
-
<dd className="font-mono text-neutral-800 dark:text-neutral-200">
|
|
589
|
-
{pipeline.status}
|
|
590
|
-
</dd>
|
|
591
|
-
</div>
|
|
592
|
-
<div>
|
|
593
|
-
<dt className="text-neutral-500">Blocks</dt>
|
|
594
|
-
<dd className="font-mono text-neutral-800 dark:text-neutral-200">
|
|
595
|
-
{pipeline.content_block_count}
|
|
596
|
-
</dd>
|
|
597
|
-
</div>
|
|
598
|
-
<div>
|
|
599
|
-
<dt className="text-neutral-500">Chunks</dt>
|
|
600
|
-
<dd className="font-mono text-neutral-800 dark:text-neutral-200">
|
|
601
|
-
{pipeline.chunk_count}
|
|
602
|
-
</dd>
|
|
603
|
-
</div>
|
|
604
|
-
<div>
|
|
605
|
-
<dt className="text-neutral-500">Vector rows</dt>
|
|
606
|
-
<dd className="font-mono text-neutral-800 dark:text-neutral-200">
|
|
607
|
-
{pipeline.vector_row_count} / {pipeline.gemini_embedding_row_count}{" "}
|
|
608
|
-
vec / gemini
|
|
609
|
-
</dd>
|
|
610
|
-
</div>
|
|
611
|
-
</dl>
|
|
612
|
-
<p className="text-[10px] text-neutral-400">
|
|
613
|
-
Checked {pipeline.checked_at}
|
|
614
|
-
</p>
|
|
615
|
-
{pipeline.dlq ? (
|
|
616
|
-
<div className="rounded-md border border-red-200 bg-red-50/80 p-2 text-xs text-red-900 dark:border-red-900 dark:bg-red-950/40 dark:text-red-100">
|
|
617
|
-
<p className="font-medium">Embedding DLQ</p>
|
|
618
|
-
<p className="mt-1 font-mono text-[11px]">
|
|
619
|
-
{pipeline.dlq.state} · attempts {pipeline.dlq.attempt_count}
|
|
620
|
-
</p>
|
|
621
|
-
{pipeline.dlq.next_retry_at ? (
|
|
622
|
-
<p className="mt-1 text-[11px]">
|
|
623
|
-
Next retry: {pipeline.dlq.next_retry_at}
|
|
624
|
-
</p>
|
|
625
|
-
) : null}
|
|
626
|
-
<pre className="mt-2 max-h-24 overflow-auto whitespace-pre-wrap break-words text-[11px] opacity-90">
|
|
627
|
-
{pipeline.dlq.last_error}
|
|
628
|
-
</pre>
|
|
629
|
-
</div>
|
|
630
|
-
) : null}
|
|
631
|
-
{(typeof pipeline.ingest_meta.embedding_error === "string"
|
|
632
|
-
? pipeline.ingest_meta.embedding_error
|
|
633
|
-
: null) ? (
|
|
634
|
-
<div className="rounded-md border border-amber-200 bg-amber-50/80 p-2 text-xs text-amber-950 dark:border-amber-900 dark:bg-amber-950/40 dark:text-amber-100">
|
|
635
|
-
<p className="font-medium">ingest_meta.embedding_error</p>
|
|
636
|
-
<pre className="mt-1 max-h-20 overflow-auto whitespace-pre-wrap break-words text-[11px]">
|
|
637
|
-
{String(pipeline.ingest_meta.embedding_error)}
|
|
638
|
-
</pre>
|
|
639
|
-
</div>
|
|
640
|
-
) : null}
|
|
641
|
-
<div className="flex flex-wrap gap-2">
|
|
642
|
-
<button
|
|
643
|
-
type="button"
|
|
644
|
-
disabled={pipelineActionsBusy || !traceDocId.trim()}
|
|
645
|
-
onClick={async () => {
|
|
646
|
-
setPipelineActionsBusy(true);
|
|
647
|
-
const r = await backendJson<{ chunks_written: number }>(
|
|
648
|
-
`/ingest/documents/${encodeURIComponent(traceDocId.trim())}/chunks`,
|
|
649
|
-
{
|
|
650
|
-
method: "POST",
|
|
651
|
-
body: JSON.stringify({
|
|
652
|
-
use_llm_weak_structure: false,
|
|
653
|
-
}),
|
|
654
|
-
},
|
|
655
|
-
);
|
|
656
|
-
setPipelineActionsBusy(false);
|
|
657
|
-
if (!r.ok) {
|
|
658
|
-
setPipelineError(r.message);
|
|
659
|
-
return;
|
|
660
|
-
}
|
|
661
|
-
void fetchPipeline(traceDocId);
|
|
662
|
-
}}
|
|
663
|
-
className="rounded-md border border-neutral-300 bg-white px-3 py-1.5 text-xs font-medium hover:bg-neutral-50 disabled:opacity-40 dark:border-neutral-700 dark:bg-neutral-950 dark:hover:bg-neutral-900"
|
|
664
|
-
>
|
|
665
|
-
Rebuild chunks
|
|
666
|
-
</button>
|
|
667
|
-
<button
|
|
668
|
-
type="button"
|
|
669
|
-
disabled={pipelineActionsBusy || !traceDocId.trim()}
|
|
670
|
-
onClick={async () => {
|
|
671
|
-
setPipelineActionsBusy(true);
|
|
672
|
-
const r = await backendJson<{ accepted: boolean }>(
|
|
673
|
-
`/admin/documents/${encodeURIComponent(traceDocId.trim())}/retry-embedding`,
|
|
674
|
-
{
|
|
675
|
-
method: "POST",
|
|
676
|
-
body: JSON.stringify({ multimodal: false }),
|
|
677
|
-
},
|
|
678
|
-
);
|
|
679
|
-
setPipelineActionsBusy(false);
|
|
680
|
-
if (!r.ok) {
|
|
681
|
-
setPipelineError(r.message);
|
|
682
|
-
return;
|
|
683
|
-
}
|
|
684
|
-
void fetchPipeline(traceDocId);
|
|
685
|
-
}}
|
|
686
|
-
className="rounded-md border border-neutral-300 bg-white px-3 py-1.5 text-xs font-medium hover:bg-neutral-50 disabled:opacity-40 dark:border-neutral-700 dark:bg-neutral-950 dark:hover:bg-neutral-900"
|
|
687
|
-
>
|
|
688
|
-
Retry embedding (admin)
|
|
689
|
-
</button>
|
|
690
|
-
<button
|
|
691
|
-
type="button"
|
|
692
|
-
disabled={pipelineActionsBusy || !traceDocId.trim()}
|
|
693
|
-
onClick={async () => {
|
|
694
|
-
setPipelineActionsBusy(true);
|
|
695
|
-
const r = await backendJson<{ accepted: boolean }>(
|
|
696
|
-
`/ingest/documents/${encodeURIComponent(traceDocId.trim())}/embed`,
|
|
697
|
-
{
|
|
698
|
-
method: "POST",
|
|
699
|
-
body: JSON.stringify({ multimodal: false }),
|
|
700
|
-
},
|
|
701
|
-
);
|
|
702
|
-
setPipelineActionsBusy(false);
|
|
703
|
-
if (!r.ok) {
|
|
704
|
-
setPipelineError(r.message);
|
|
705
|
-
return;
|
|
706
|
-
}
|
|
707
|
-
void fetchPipeline(traceDocId);
|
|
708
|
-
}}
|
|
709
|
-
className="rounded-md border border-neutral-300 bg-white px-3 py-1.5 text-xs font-medium hover:bg-neutral-50 disabled:opacity-40 dark:border-neutral-700 dark:bg-neutral-950 dark:hover:bg-neutral-900"
|
|
710
|
-
>
|
|
711
|
-
Queue embed again
|
|
712
|
-
</button>
|
|
713
|
-
</div>
|
|
714
|
-
</div>
|
|
715
|
-
) : (
|
|
716
|
-
<p className="mt-2 text-xs text-neutral-500">
|
|
717
|
-
Enter a document id and refresh to load pipeline state.
|
|
718
|
-
</p>
|
|
719
|
-
)}
|
|
720
|
-
</section>
|
|
721
|
-
</div>
|
|
722
|
-
</div>
|
|
723
|
-
</main>
|
|
724
|
-
);
|
|
725
|
-
}
|