business-stack 0.1.7 → 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.
Files changed (1354) hide show
  1. package/README.md +2 -6
  2. package/backend/package.json +4 -3
  3. package/bin/business-stack.cjs +72 -4
  4. package/frontend/web/.next/standalone/frontend/web/.env +22 -0
  5. package/frontend/web/.next/standalone/frontend/web/.next/BUILD_ID +1 -0
  6. package/frontend/web/.next/standalone/frontend/web/.next/app-path-routes-manifest.json +11 -0
  7. package/frontend/web/.next/standalone/frontend/web/.next/build-manifest.json +22 -0
  8. package/frontend/web/.next/standalone/frontend/web/.next/package.json +1 -0
  9. package/frontend/web/.next/standalone/frontend/web/.next/prerender-manifest.json +138 -0
  10. package/frontend/web/.next/standalone/frontend/web/.next/required-server-files.json +356 -0
  11. package/frontend/web/.next/standalone/frontend/web/.next/routes-manifest.json +125 -0
  12. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  13. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/build-manifest.json +18 -0
  14. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  15. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  16. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  17. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js +10 -0
  18. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js.map +5 -0
  19. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page.js.nft.json +1 -0
  20. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
  21. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.html +1 -0
  22. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.meta +15 -0
  23. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.rsc +15 -0
  24. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  25. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
  26. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
  27. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  28. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  29. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  30. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/build-manifest.json +18 -0
  31. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/next-font-manifest.json +12 -0
  32. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  33. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  34. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js +13 -0
  35. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js.map +5 -0
  36. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page.js.nft.json +1 -0
  37. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
  38. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.html +1 -0
  39. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.meta +16 -0
  40. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.rsc +17 -0
  41. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
  42. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  43. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
  44. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  45. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  46. package/frontend/web/.next/standalone/frontend/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  47. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/app-paths-manifest.json +3 -0
  48. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/build-manifest.json +18 -0
  49. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/next-font-manifest.json +12 -0
  50. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/react-loadable-manifest.json +1 -0
  51. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page/server-reference-manifest.json +4 -0
  52. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js +14 -0
  53. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js.map +5 -0
  54. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page.js.nft.json +1 -0
  55. package/frontend/web/.next/standalone/frontend/web/.next/server/app/account/[[...path]]/page_client-reference-manifest.js +3 -0
  56. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/app-paths-manifest.json +3 -0
  57. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/build-manifest.json +18 -0
  58. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/next-font-manifest.json +12 -0
  59. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/react-loadable-manifest.json +1 -0
  60. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page/server-reference-manifest.json +4 -0
  61. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js +14 -0
  62. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js.map +5 -0
  63. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page.js.nft.json +1 -0
  64. package/frontend/web/.next/standalone/frontend/web/.next/server/app/auth/[[...path]]/page_client-reference-manifest.js +3 -0
  65. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/app-paths-manifest.json +3 -0
  66. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/build-manifest.json +18 -0
  67. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/next-font-manifest.json +12 -0
  68. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/react-loadable-manifest.json +1 -0
  69. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page/server-reference-manifest.json +4 -0
  70. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js +14 -0
  71. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js.map +5 -0
  72. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page.js.nft.json +1 -0
  73. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat/page_client-reference-manifest.js +3 -0
  74. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.html +1 -0
  75. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.meta +15 -0
  76. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.rsc +24 -0
  77. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_full.segment.rsc +24 -0
  78. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_head.segment.rsc +6 -0
  79. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_index.segment.rsc +6 -0
  80. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/_tree.segment.rsc +5 -0
  81. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc +9 -0
  82. package/frontend/web/.next/standalone/frontend/web/.next/server/app/chat.segments/chat.segment.rsc +5 -0
  83. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
  84. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
  85. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js +7 -0
  86. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js.map +5 -0
  87. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  88. package/frontend/web/.next/standalone/frontend/web/.next/server/app/favicon.ico.meta +1 -0
  89. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.html +1 -0
  90. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.meta +14 -0
  91. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.rsc +22 -0
  92. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
  93. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_full.segment.rsc +22 -0
  94. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_head.segment.rsc +6 -0
  95. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_index.segment.rsc +6 -0
  96. package/frontend/web/.next/standalone/frontend/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
  97. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/app-paths-manifest.json +3 -0
  98. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/build-manifest.json +18 -0
  99. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/next-font-manifest.json +12 -0
  100. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/react-loadable-manifest.json +1 -0
  101. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page/server-reference-manifest.json +4 -0
  102. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js +14 -0
  103. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js.map +5 -0
  104. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page.js.nft.json +1 -0
  105. package/frontend/web/.next/standalone/frontend/web/.next/server/app/page_client-reference-manifest.js +3 -0
  106. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/app-paths-manifest.json +3 -0
  107. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/build-manifest.json +18 -0
  108. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/next-font-manifest.json +12 -0
  109. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/react-loadable-manifest.json +1 -0
  110. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page/server-reference-manifest.json +29 -0
  111. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js +16 -0
  112. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js.map +5 -0
  113. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page.js.nft.json +1 -0
  114. package/frontend/web/.next/standalone/frontend/web/.next/server/app/settings/integrations/page_client-reference-manifest.js +3 -0
  115. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/app-paths-manifest.json +3 -0
  116. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/build-manifest.json +9 -0
  117. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route/server-reference-manifest.json +4 -0
  118. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js +6 -0
  119. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js.map +5 -0
  120. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route.js.nft.json +1 -0
  121. package/frontend/web/.next/standalone/frontend/web/.next/server/app/webhooks/alpha-alerts/route_client-reference-manifest.js +3 -0
  122. package/frontend/web/.next/standalone/frontend/web/.next/server/app-paths-manifest.json +11 -0
  123. 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
  124. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[externals]_next_dist_0vsodtb._.js +3 -0
  125. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[root-of-the-server]__0.6bt.6._.js +3 -0
  126. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[root-of-the-server]__0r~ypa0._.js +3 -0
  127. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/[turbopack]_runtime.js +903 -0
  128. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/frontend_web__next-internal_server_app_favicon_ico_route_actions_0la2zs7.js +3 -0
  129. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/node_modules_next_0pddt..._.js +13 -0
  130. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__002agwm._.js +19 -0
  131. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__030ouss._.js +3 -0
  132. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__07ulq3.._.js +3 -0
  133. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0atja1b._.js +3 -0
  134. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0dkxlp2._.js +3 -0
  135. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0i7g~cz._.js +3 -0
  136. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0i9jhun._.js +3 -0
  137. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0p8517z._.js +33 -0
  138. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0qzh6p_._.js +33 -0
  139. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0v99~ay._.js +3 -0
  140. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__0wt9bkv._.js +3 -0
  141. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[root-of-the-server]__11yp9pw._.js +3 -0
  142. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
  143. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_022kuem._.js +3 -0
  144. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_02ba-3q._.js +3 -0
  145. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_04apy5m._.js +3 -0
  146. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/_0_mhjy4._.js +7 -0
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web__next-internal_server_app_page_actions_0al5cqm.js +3 -0
  153. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_account_[[___path]]_page_tsx_0_bznrh._.js +3 -0
  154. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_auth_[[___path]]_page_tsx_0nyyzcn._.js +3 -0
  155. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_chat_page_tsx_13u-7o5._.js +3 -0
  156. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_app_page_tsx_0xsc004._.js +3 -0
  157. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_components_providers_tsx_0~mb950._.js +3 -0
  158. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/frontend_web_src_lib_auth-client_ts_03nzw3g._.js +3 -0
  159. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_080ppkx._.js +104 -0
  160. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
  161. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_0kw~ibj._.js +6 -0
  162. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_@tanstack_query-core_build_modern_0rdex0y._.js +3 -0
  163. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +6 -0
  164. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0jk5ehi._.js +3 -0
  165. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js +3 -0
  166. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
  167. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
  168. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
  169. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
  170. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_006lf1z.js +4 -0
  171. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_03cqhlk.js +4 -0
  172. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_05nnug5.js +4 -0
  173. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0hxg9su.js +4 -0
  174. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0pggmid.js +4 -0
  175. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0zq7otg.js +4 -0
  176. package/frontend/web/.next/standalone/frontend/web/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_117uluo.js +4 -0
  177. package/frontend/web/.next/standalone/frontend/web/.next/server/functions-config-manifest.json +8 -0
  178. package/frontend/web/.next/standalone/frontend/web/.next/server/middleware-build-manifest.js +22 -0
  179. package/frontend/web/.next/standalone/frontend/web/.next/server/middleware-manifest.json +6 -0
  180. package/frontend/web/.next/standalone/frontend/web/.next/server/next-font-manifest.js +1 -0
  181. package/frontend/web/.next/standalone/frontend/web/.next/server/next-font-manifest.json +37 -0
  182. package/frontend/web/.next/standalone/frontend/web/.next/server/pages/404.html +1 -0
  183. package/frontend/web/.next/standalone/frontend/web/.next/server/pages/500.html +1 -0
  184. package/frontend/web/.next/standalone/frontend/web/.next/server/pages-manifest.json +4 -0
  185. package/frontend/web/.next/standalone/frontend/web/.next/server/prefetch-hints.json +1 -0
  186. package/frontend/web/.next/standalone/frontend/web/.next/server/server-reference-manifest.js +1 -0
  187. package/frontend/web/.next/standalone/frontend/web/.next/server/server-reference-manifest.json +30 -0
  188. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/01xlw8hd842-c.js +1 -0
  189. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/03alq6phh__~0.js +1 -0
  190. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/03~yq9q893hmn.js +1 -0
  191. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0bogtdbh.dcu1.js +1 -0
  192. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0d3shmwh5_nmn.js +1 -0
  193. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0lro~no9kr4tk.js +1 -0
  194. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0nqox32h8r8u-.js +1 -0
  195. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0o.31d3a9wwws.js +102 -0
  196. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0oihff3yj6y43.js +1 -0
  197. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0os0-tbd_~dvp.js +1 -0
  198. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0pqt~8bl3ukh4.js +4 -0
  199. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0qg~ek2lno78c.js +2 -0
  200. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0vwe~z._l6f.l.css +4 -0
  201. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/0ze4gu236oq96.js +31 -0
  202. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/11qn0hkqrbp4x.js +1 -0
  203. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/15xjc7n-ri.fu.js +1 -0
  204. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/16_odd-pe1g55.js +1 -0
  205. package/frontend/web/.next/standalone/frontend/web/.next/static/chunks/turbopack-0sunobr4s9_ar.js +1 -0
  206. package/frontend/web/.next/standalone/frontend/web/.next/static/media/13bf9871fe164e7f-s.0s19wthhh_6~m.woff2 +0 -0
  207. package/frontend/web/.next/standalone/frontend/web/.next/static/media/3fe682a82f50d426-s.09q3q1i5159bl.woff2 +0 -0
  208. package/frontend/web/.next/standalone/frontend/web/.next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
  209. package/frontend/web/.next/standalone/frontend/web/.next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2 +0 -0
  210. package/frontend/web/.next/standalone/frontend/web/.next/static/media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2 +0 -0
  211. package/frontend/web/.next/standalone/frontend/web/.next/static/media/71b036adf157cdcf-s.03nf~dfjdkf~..woff2 +0 -0
  212. package/frontend/web/.next/standalone/frontend/web/.next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
  213. package/frontend/web/.next/standalone/frontend/web/.next/static/media/89b21bb081cb7469-s.0gfhww.tctz1o.woff2 +0 -0
  214. package/frontend/web/.next/standalone/frontend/web/.next/static/media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2 +0 -0
  215. package/frontend/web/.next/standalone/frontend/web/.next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
  216. package/frontend/web/.next/standalone/frontend/web/.next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2 +0 -0
  217. package/frontend/web/.next/standalone/frontend/web/.next/static/media/cc545e633e20c56d-s.0dza.stei.9v7.woff2 +0 -0
  218. package/frontend/web/.next/standalone/frontend/web/.next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
  219. package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_buildManifest.js +24 -0
  220. package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_clientMiddlewareManifest.js +1 -0
  221. package/frontend/web/.next/standalone/frontend/web/.next/static/mxkjo53e7tAtITq8Fhnie/_ssgManifest.js +1 -0
  222. package/frontend/web/.next/standalone/frontend/web/package.json +65 -0
  223. package/frontend/web/.next/standalone/frontend/web/server.js +38 -0
  224. package/frontend/web/.next/standalone/node_modules/@img/colour/color.cjs +1596 -0
  225. package/frontend/web/.next/standalone/node_modules/@img/colour/index.cjs +1 -0
  226. package/frontend/web/.next/standalone/node_modules/@img/colour/package.json +58 -0
  227. package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/lib/sharp-win32-x64.node +0 -0
  228. package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/package.json +39 -0
  229. package/frontend/web/.next/standalone/node_modules/@img/sharp-win32-x64/versions.json +30 -0
  230. package/frontend/web/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
  231. package/frontend/web/.next/standalone/node_modules/@next/env/package.json +36 -0
  232. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/context.js +72 -0
  233. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/diag.js +84 -0
  234. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/metrics.js +50 -0
  235. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/propagation.js +80 -0
  236. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/api/trace.js +70 -0
  237. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +52 -0
  238. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +44 -0
  239. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +12 -0
  240. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/utils.js +41 -0
  241. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +27 -0
  242. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context/context.js +52 -0
  243. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/context-api.js +16 -0
  244. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +47 -0
  245. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +73 -0
  246. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +34 -0
  247. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/types.js +33 -0
  248. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/diag-api.js +20 -0
  249. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/index.js +71 -0
  250. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +60 -0
  251. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/semver.js +111 -0
  252. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +18 -0
  253. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +118 -0
  254. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +20 -0
  255. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics-api.js +17 -0
  256. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +23 -0
  257. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +36 -0
  258. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation-api.js +17 -0
  259. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +58 -0
  260. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +68 -0
  261. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +21 -0
  262. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +46 -0
  263. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +46 -0
  264. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +33 -0
  265. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +71 -0
  266. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +94 -0
  267. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +35 -0
  268. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +16 -0
  269. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +25 -0
  270. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +38 -0
  271. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +66 -0
  272. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/status.js +29 -0
  273. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +18 -0
  274. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/trace-api.js +17 -0
  275. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/build/src/version.js +10 -0
  276. package/frontend/web/.next/standalone/node_modules/@opentelemetry/api/package.json +96 -0
  277. package/frontend/web/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  278. package/frontend/web/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  279. package/frontend/web/.next/standalone/node_modules/@swc/helpers/package.json +471 -0
  280. package/frontend/web/.next/standalone/node_modules/client-only/index.js +0 -0
  281. package/frontend/web/.next/standalone/node_modules/client-only/package.json +19 -0
  282. package/frontend/web/.next/standalone/node_modules/detect-libc/lib/detect-libc.js +313 -0
  283. package/frontend/web/.next/standalone/node_modules/detect-libc/lib/elf.js +39 -0
  284. package/frontend/web/.next/standalone/node_modules/detect-libc/lib/filesystem.js +51 -0
  285. package/frontend/web/.next/standalone/node_modules/detect-libc/lib/process.js +24 -0
  286. package/frontend/web/.next/standalone/node_modules/detect-libc/package.json +44 -0
  287. package/frontend/web/.next/standalone/node_modules/next/dist/build/adapter/setup-node-env.external.js +15 -0
  288. package/frontend/web/.next/standalone/node_modules/next/dist/build/define-env.js +255 -0
  289. package/frontend/web/.next/standalone/node_modules/next/dist/build/duration-to-string.js +99 -0
  290. package/frontend/web/.next/standalone/node_modules/next/dist/build/get-supported-browsers.js +38 -0
  291. package/frontend/web/.next/standalone/node_modules/next/dist/build/next-config-ts/require-hook.js +85 -0
  292. package/frontend/web/.next/standalone/node_modules/next/dist/build/next-config-ts/transpile-config.js +251 -0
  293. package/frontend/web/.next/standalone/node_modules/next/dist/build/output/format.js +84 -0
  294. package/frontend/web/.next/standalone/node_modules/next/dist/build/output/log.js +135 -0
  295. package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segment-config.js +162 -0
  296. package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +137 -0
  297. package/frontend/web/.next/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +52 -0
  298. package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
  299. package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/app.js +735 -0
  300. package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/pages.js +169 -0
  301. package/frontend/web/.next/standalone/node_modules/next/dist/build/static-paths/utils.js +119 -0
  302. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/helpers.js +15 -0
  303. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/index.js +1348 -0
  304. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/install-bindings.js +30 -0
  305. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/jest-transformer.js +76 -0
  306. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/loaderWorkerPool.js +40 -0
  307. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/options.js +403 -0
  308. package/frontend/web/.next/standalone/node_modules/next/dist/build/swc/types.js +6 -0
  309. package/frontend/web/.next/standalone/node_modules/next/dist/build/utils.js +1215 -0
  310. package/frontend/web/.next/standalone/node_modules/next/dist/cli/next-test.js +170 -0
  311. package/frontend/web/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
  312. package/frontend/web/.next/standalone/node_modules/next/dist/client/app-call-server.js +34 -0
  313. package/frontend/web/.next/standalone/node_modules/next/dist/client/app-find-source-map-url.js +39 -0
  314. package/frontend/web/.next/standalone/node_modules/next/dist/client/assign-location.js +29 -0
  315. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-announcer.js +78 -0
  316. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +138 -0
  317. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-instance.js +397 -0
  318. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router-utils.js +62 -0
  319. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/app-router.js +514 -0
  320. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/default.js +35 -0
  321. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/error-styles.js +165 -0
  322. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/builtin/global-error.js +100 -0
  323. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +52 -0
  324. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/error-boundary.js +144 -0
  325. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +86 -0
  326. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/errors/root-error-boundary.js +41 -0
  327. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/forbidden.js +48 -0
  328. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/handle-isr-error.js +30 -0
  329. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +42 -0
  330. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +125 -0
  331. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +72 -0
  332. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/is-next-router-error.js +23 -0
  333. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/links.js +299 -0
  334. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/match-segments.js +32 -0
  335. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/nav-failure-handler.js +61 -0
  336. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation-devtools.js +126 -0
  337. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation-untracked.js +67 -0
  338. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation.js +225 -0
  339. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +75 -0
  340. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/not-found.js +42 -0
  341. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/readonly-url-search-params.js +41 -0
  342. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-boundary.js +107 -0
  343. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-error.js +43 -0
  344. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
  345. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/redirect.js +91 -0
  346. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +201 -0
  347. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +21 -0
  348. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +153 -0
  349. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +32 -0
  350. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +457 -0
  351. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +59 -0
  352. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +1341 -0
  353. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js +49 -0
  354. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +63 -0
  355. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +38 -0
  356. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +23 -0
  357. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +56 -0
  358. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +83 -0
  359. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +62 -0
  360. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +320 -0
  361. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +58 -0
  362. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +70 -0
  363. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +66 -0
  364. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +60 -0
  365. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/bfcache.js +128 -0
  366. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-key.js +28 -0
  367. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +305 -0
  368. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +1933 -0
  369. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +152 -0
  370. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js +194 -0
  371. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +597 -0
  372. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js +543 -0
  373. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/prefetch.js +31 -0
  374. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/scheduler.js +1249 -0
  375. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/types.js +69 -0
  376. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/segment-cache/vary-path.js +278 -0
  377. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +42 -0
  378. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unauthorized.js +49 -0
  379. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unrecognized-action-error.js +39 -0
  380. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unresolved-thenable.js +23 -0
  381. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.browser.js +28 -0
  382. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.js +25 -0
  383. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/unstable-rethrow.server.js +32 -0
  384. package/frontend/web/.next/standalone/node_modules/next/dist/client/components/use-action-queue.js +148 -0
  385. package/frontend/web/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +72 -0
  386. package/frontend/web/.next/standalone/node_modules/next/dist/client/flight-data-helpers.js +232 -0
  387. package/frontend/web/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
  388. package/frontend/web/.next/standalone/node_modules/next/dist/client/lib/console.js +177 -0
  389. package/frontend/web/.next/standalone/node_modules/next/dist/client/lib/javascript-url.js +32 -0
  390. package/frontend/web/.next/standalone/node_modules/next/dist/client/navigation-build-id.js +53 -0
  391. package/frontend/web/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
  392. package/frontend/web/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
  393. package/frontend/web/.next/standalone/node_modules/next/dist/client/route-params.js +230 -0
  394. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +339 -0
  395. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
  396. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
  397. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
  398. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
  399. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
  400. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
  401. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
  402. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +18713 -0
  403. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
  404. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +44 -0
  405. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
  406. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
  407. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
  408. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
  409. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
  410. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
  411. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
  412. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
  413. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
  414. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
  415. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
  416. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
  417. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
  418. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
  419. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/busboy/index.js +1 -0
  420. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/busboy/package.json +1 -0
  421. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
  422. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
  423. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
  424. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
  425. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
  426. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
  427. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
  428. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
  429. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/compression/index.js +58 -0
  430. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
  431. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
  432. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
  433. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
  434. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
  435. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
  436. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
  437. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
  438. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
  439. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
  440. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
  441. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
  442. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
  443. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
  444. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
  445. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
  446. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
  447. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
  448. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
  449. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-detector/detector.js +1 -0
  450. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
  451. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
  452. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +1 -0
  453. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ipaddr.js/package.json +1 -0
  454. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
  455. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
  456. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
  457. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
  458. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
  459. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
  460. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
  461. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
  462. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
  463. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
  464. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +54 -0
  465. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +54 -0
  466. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +6 -0
  467. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +20 -0
  468. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
  469. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
  470. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-queue/index.js +1 -0
  471. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/p-queue/package.json +1 -0
  472. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
  473. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
  474. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -0
  475. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/package.json +1 -0
  476. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
  477. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
  478. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +133 -0
  479. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +130 -0
  480. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
  481. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
  482. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
  483. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
  484. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
  485. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
  486. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/send/index.js +70 -0
  487. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
  488. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
  489. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
  490. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
  491. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
  492. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
  493. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
  494. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
  495. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
  496. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
  497. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
  498. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/tar/index.min.js +1 -0
  499. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
  500. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
  501. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
  502. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
  503. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
  504. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
  505. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
  506. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod/index.cjs +1 -0
  507. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
  508. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/index.js +1 -0
  509. package/frontend/web/.next/standalone/node_modules/next/dist/compiled/zod-validation-error/package.json +1 -0
  510. package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
  511. package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +142 -0
  512. package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
  513. package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/server-edge.js +32 -0
  514. package/frontend/web/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
  515. package/frontend/web/.next/standalone/node_modules/next/dist/export/helpers/create-incremental-cache.js +61 -0
  516. package/frontend/web/.next/standalone/node_modules/next/dist/lib/batcher.js +65 -0
  517. package/frontend/web/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +46 -0
  518. package/frontend/web/.next/standalone/node_modules/next/dist/lib/bundler.js +97 -0
  519. package/frontend/web/.next/standalone/node_modules/next/dist/lib/client-and-server-references.js +54 -0
  520. package/frontend/web/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
  521. package/frontend/web/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
  522. package/frontend/web/.next/standalone/node_modules/next/dist/lib/constants.js +420 -0
  523. package/frontend/web/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
  524. package/frontend/web/.next/standalone/node_modules/next/dist/lib/default-transpiled-packages.json +1 -0
  525. package/frontend/web/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
  526. package/frontend/web/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
  527. package/frontend/web/.next/standalone/node_modules/next/dist/lib/download-swc.js +183 -0
  528. package/frontend/web/.next/standalone/node_modules/next/dist/lib/error-telemetry-utils.js +42 -0
  529. package/frontend/web/.next/standalone/node_modules/next/dist/lib/fallback.js +100 -0
  530. package/frontend/web/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
  531. package/frontend/web/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
  532. package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
  533. package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +65 -0
  534. package/frontend/web/.next/standalone/node_modules/next/dist/lib/find-root.js +126 -0
  535. package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-cli-help-output.js +84 -0
  536. package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
  537. package/frontend/web/.next/standalone/node_modules/next/dist/lib/format-server-error.js +75 -0
  538. package/frontend/web/.next/standalone/node_modules/next/dist/lib/framework/boundary-components.js +62 -0
  539. package/frontend/web/.next/standalone/node_modules/next/dist/lib/framework/boundary-constants.js +36 -0
  540. package/frontend/web/.next/standalone/node_modules/next/dist/lib/fs/rename.js +87 -0
  541. package/frontend/web/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
  542. package/frontend/web/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +52 -0
  543. package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-files-in-dir.js +33 -0
  544. package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-network-host.js +44 -0
  545. package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-package-version.js +118 -0
  546. package/frontend/web/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
  547. package/frontend/web/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +49 -0
  548. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +66 -0
  549. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +29 -0
  550. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
  551. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
  552. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +45 -0
  553. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/get-reserved-port.js +116 -0
  554. package/frontend/web/.next/standalone/node_modules/next/dist/lib/helpers/install.js +83 -0
  555. package/frontend/web/.next/standalone/node_modules/next/dist/lib/import-next-warning.js +50 -0
  556. package/frontend/web/.next/standalone/node_modules/next/dist/lib/inline-static-env.js +112 -0
  557. package/frontend/web/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
  558. package/frontend/web/.next/standalone/node_modules/next/dist/lib/interop-default.js +16 -0
  559. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
  560. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
  561. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
  562. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
  563. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-error.js +78 -0
  564. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-interception-route-rewrite.js +18 -0
  565. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
  566. package/frontend/web/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +106 -0
  567. package/frontend/web/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
  568. package/frontend/web/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +594 -0
  569. package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/gc-observer.js +53 -0
  570. package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/shutdown.js +29 -0
  571. package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/startup.js +47 -0
  572. package/frontend/web/.next/standalone/node_modules/next/dist/lib/memory/trace.js +109 -0
  573. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
  574. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +82 -0
  575. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/generate/icon-mark.js +22 -0
  576. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +52 -0
  577. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +123 -0
  578. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +221 -0
  579. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/metadata-context.js +18 -0
  580. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +1686 -0
  581. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +884 -0
  582. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +232 -0
  583. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
  584. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +199 -0
  585. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
  586. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +135 -0
  587. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +7 -0
  588. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/extra-types.js +9 -0
  589. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/icons.js +6 -0
  590. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/manifest-types.js +6 -0
  591. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-interface.js +18 -0
  592. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/metadata-types.js +10 -0
  593. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/opengraph-types.js +6 -0
  594. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/resolvers.js +6 -0
  595. package/frontend/web/.next/standalone/node_modules/next/dist/lib/metadata/types/twitter-types.js +7 -0
  596. package/frontend/web/.next/standalone/node_modules/next/dist/lib/mime-type.js +20 -0
  597. package/frontend/web/.next/standalone/node_modules/next/dist/lib/mkcert.js +204 -0
  598. package/frontend/web/.next/standalone/node_modules/next/dist/lib/multi-file-writer.js +75 -0
  599. package/frontend/web/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
  600. package/frontend/web/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
  601. package/frontend/web/.next/standalone/node_modules/next/dist/lib/normalize-path.js +21 -0
  602. package/frontend/web/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
  603. package/frontend/web/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
  604. package/frontend/web/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +185 -0
  605. package/frontend/web/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
  606. package/frontend/web/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
  607. package/frontend/web/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +74 -0
  608. package/frontend/web/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
  609. package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-copy.js +76 -0
  610. package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +137 -0
  611. package/frontend/web/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
  612. package/frontend/web/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
  613. package/frontend/web/.next/standalone/node_modules/next/dist/lib/require-instrumentation-client.js +26 -0
  614. package/frontend/web/.next/standalone/node_modules/next/dist/lib/resolve-build-paths.js +154 -0
  615. package/frontend/web/.next/standalone/node_modules/next/dist/lib/resolve-from.js +65 -0
  616. package/frontend/web/.next/standalone/node_modules/next/dist/lib/route-pattern-normalizer.js +107 -0
  617. package/frontend/web/.next/standalone/node_modules/next/dist/lib/scheduler.js +64 -0
  618. package/frontend/web/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
  619. package/frontend/web/.next/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
  620. package/frontend/web/.next/standalone/node_modules/next/dist/lib/setup-exception-listeners.js +11 -0
  621. package/frontend/web/.next/standalone/node_modules/next/dist/lib/static-env.js +92 -0
  622. package/frontend/web/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +67 -0
  623. package/frontend/web/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +185 -0
  624. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +243 -0
  625. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +153 -0
  626. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
  627. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +27 -0
  628. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +149 -0
  629. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/type-paths.js +51 -0
  630. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +75 -0
  631. package/frontend/web/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +395 -0
  632. package/frontend/web/.next/standalone/node_modules/next/dist/lib/url.js +75 -0
  633. package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +115 -0
  634. package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-root-layout.js +165 -0
  635. package/frontend/web/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +228 -0
  636. package/frontend/web/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
  637. package/frontend/web/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
  638. package/frontend/web/.next/standalone/node_modules/next/dist/lib/worker.js +234 -0
  639. package/frontend/web/.next/standalone/node_modules/next/dist/server/ReactDOMServerPages.js +16 -0
  640. package/frontend/web/.next/standalone/node_modules/next/dist/server/accept-header.js +132 -0
  641. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/after-context.js +140 -0
  642. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/after.js +26 -0
  643. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/awaiter.js +74 -0
  644. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/builtin-request-context.js +38 -0
  645. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/index.js +21 -0
  646. package/frontend/web/.next/standalone/node_modules/next/dist/server/after/run-with-after.js +35 -0
  647. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
  648. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/index.js +201 -0
  649. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/api-resolver.js +395 -0
  650. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/parse-body.js +79 -0
  651. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
  652. package/frontend/web/.next/standalone/node_modules/next/dist/server/api-utils/web.js +17 -0
  653. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage-instance.js +14 -0
  654. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-async-storage.external.js +13 -0
  655. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +1020 -0
  656. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +14 -0
  657. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +13 -0
  658. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +167 -0
  659. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +76 -0
  660. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
  661. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +4469 -0
  662. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/async-local-storage.js +76 -0
  663. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/cache-signal.js +181 -0
  664. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +600 -0
  665. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage-instance.js +14 -0
  666. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/console-async-storage.external.js +13 -0
  667. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +33 -0
  668. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +840 -0
  669. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +189 -0
  670. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +102 -0
  671. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +86 -0
  672. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.js +30 -0
  673. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/debug-channel-server.web.js +71 -0
  674. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +14 -0
  675. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +13 -0
  676. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +1144 -0
  677. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils-server.js +114 -0
  678. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +93 -0
  679. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/encryption.js +259 -0
  680. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/entry-base.js +256 -0
  681. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
  682. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +29 -0
  683. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +49 -0
  684. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +65 -0
  685. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
  686. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +44 -0
  687. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +25 -0
  688. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
  689. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js +13 -0
  690. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-impl.js +103 -0
  691. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js +18 -0
  692. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-config.js +181 -0
  693. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples-client.js +128 -0
  694. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-samples.js +432 -0
  695. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation-error.js +33 -0
  696. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/instant-validation.js +713 -0
  697. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/instant-validation/stream-utils.js +96 -0
  698. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
  699. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +92 -0
  700. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +264 -0
  701. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +28 -0
  702. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +57 -0
  703. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +32 -0
  704. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +66 -0
  705. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +49 -0
  706. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/postponed-state.js +157 -0
  707. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +74 -0
  708. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/react-large-shell-error.js +17 -0
  709. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +39 -0
  710. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/render-css-resource.js +52 -0
  711. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +76 -0
  712. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/postpone.js +18 -0
  713. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/preloads.js +74 -0
  714. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/rsc/taint.js +79 -0
  715. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/segment-explorer-path.js +128 -0
  716. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +77 -0
  717. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +343 -0
  718. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stale-time.js +111 -0
  719. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.js +106 -0
  720. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/stream-ops.web.js +163 -0
  721. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
  722. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/types.js +65 -0
  723. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +214 -0
  724. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/vary-params.js +336 -0
  725. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +232 -0
  726. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage-instance.js +14 -0
  727. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-async-storage.external.js +13 -0
  728. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +14 -0
  729. package/frontend/web/.next/standalone/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +280 -0
  730. package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +62 -0
  731. package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/request-store.js +144 -0
  732. package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/with-store.js +6 -0
  733. package/frontend/web/.next/standalone/node_modules/next/dist/server/async-storage/work-store.js +91 -0
  734. package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/helpers.js +36 -0
  735. package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
  736. package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/node.js +147 -0
  737. package/frontend/web/.next/standalone/node_modules/next/dist/server/base-http/web.js +124 -0
  738. package/frontend/web/.next/standalone/node_modules/next/dist/server/base-server.js +1874 -0
  739. package/frontend/web/.next/standalone/node_modules/next/dist/server/body-streams.js +114 -0
  740. package/frontend/web/.next/standalone/node_modules/next/dist/server/cache-dir.js +26 -0
  741. package/frontend/web/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +181516 -0
  742. package/frontend/web/.next/standalone/node_modules/next/dist/server/ci-info.js +41 -0
  743. package/frontend/web/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +70 -0
  744. package/frontend/web/.next/standalone/node_modules/next/dist/server/config-schema.js +718 -0
  745. package/frontend/web/.next/standalone/node_modules/next/dist/server/config-shared.js +369 -0
  746. package/frontend/web/.next/standalone/node_modules/next/dist/server/config-utils.js +185 -0
  747. package/frontend/web/.next/standalone/node_modules/next/dist/server/config.js +1545 -0
  748. package/frontend/web/.next/standalone/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +96 -0
  749. package/frontend/web/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
  750. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/file-logger.js +186 -0
  751. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +558 -0
  752. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/browser-logs/source-map.js +222 -0
  753. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/debug-channel.js +87 -0
  754. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/dev-indicator-server-state.js +15 -0
  755. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/get-source-map-from-file.js +100 -0
  756. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +274 -0
  757. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
  758. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +56 -0
  759. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +1475 -0
  760. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +58 -0
  761. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1386 -0
  762. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/log-requests.js +149 -0
  763. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/messages.js +74 -0
  764. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/middleware-turbopack.js +403 -0
  765. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/middleware-webpack.js +483 -0
  766. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/node-stack-frames.js +72 -0
  767. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +773 -0
  768. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
  769. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/require-cache.js +79 -0
  770. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
  771. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/server-action-logger.js +37 -0
  772. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +104 -0
  773. package/frontend/web/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +687 -0
  774. package/frontend/web/.next/standalone/node_modules/next/dist/server/dynamic-rendering-utils.js +108 -0
  775. package/frontend/web/.next/standalone/node_modules/next/dist/server/font-utils.js +43 -0
  776. package/frontend/web/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
  777. package/frontend/web/.next/standalone/node_modules/next/dist/server/get-page-files.js +23 -0
  778. package/frontend/web/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
  779. package/frontend/web/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
  780. package/frontend/web/.next/standalone/node_modules/next/dist/server/image-optimizer.js +1220 -0
  781. package/frontend/web/.next/standalone/node_modules/next/dist/server/instrumentation/types.js +6 -0
  782. package/frontend/web/.next/standalone/node_modules/next/dist/server/instrumentation/utils.js +21 -0
  783. package/frontend/web/.next/standalone/node_modules/next/dist/server/internal-utils.js +39 -0
  784. package/frontend/web/.next/standalone/node_modules/next/dist/server/is-private-ip.js +36 -0
  785. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +59 -0
  786. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +132 -0
  787. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/async-callback-set.js +29 -0
  788. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-control.js +22 -0
  789. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.external.js +18 -0
  790. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/default.js +160 -0
  791. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cache-handlers/types.js +8 -0
  792. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +116 -0
  793. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +77 -0
  794. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/cpu-profile.js +59 -0
  795. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/decode-query-path-parameter.js +26 -0
  796. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +163 -0
  797. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +95 -0
  798. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/disk-lru-cache.external.js +57 -0
  799. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
  800. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +48 -0
  801. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/experimental/ppr.js +47 -0
  802. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +147 -0
  803. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/fix-mojibake.js +25 -0
  804. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
  805. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/i18n-provider.js +129 -0
  806. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +77 -0
  807. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +335 -0
  808. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +501 -0
  809. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +57 -0
  810. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +73 -0
  811. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +55 -0
  812. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/install-code-frame.js +22 -0
  813. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
  814. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/lazy-result.js +46 -0
  815. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/lru-cache.js +191 -0
  816. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
  817. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +416 -0
  818. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/module-loader.js +8 -0
  819. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +25 -0
  820. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +26 -0
  821. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
  822. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/parse-stack.js +46 -0
  823. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +978 -0
  824. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/patch-set-header.js +38 -0
  825. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/postponed-request-body.js +64 -0
  826. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/render-server.js +155 -0
  827. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-server.js +696 -0
  828. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site-dev.js +110 -0
  829. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +48 -0
  830. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +50 -0
  831. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +211 -0
  832. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +42 -0
  833. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +591 -0
  834. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +89 -0
  835. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +96 -0
  836. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
  837. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +118 -0
  838. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +629 -0
  839. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +286 -0
  840. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/router-server-context.js +26 -0
  841. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/typegen.js +858 -0
  842. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/types.js +6 -0
  843. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
  844. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +81 -0
  845. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/source-maps.js +196 -0
  846. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/start-server.js +494 -0
  847. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/streaming-metadata.js +38 -0
  848. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
  849. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +203 -0
  850. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +280 -0
  851. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/trace/utils.js +16 -0
  852. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/types.js +6 -0
  853. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/utils.js +278 -0
  854. package/frontend/web/.next/standalone/node_modules/next/dist/server/lib/worker-utils.js +36 -0
  855. package/frontend/web/.next/standalone/node_modules/next/dist/server/load-components.js +179 -0
  856. package/frontend/web/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +41 -0
  857. package/frontend/web/.next/standalone/node_modules/next/dist/server/load-manifest.external.js +117 -0
  858. package/frontend/web/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
  859. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/get-mcp-middleware.js +49 -0
  860. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +41 -0
  861. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +82 -0
  862. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-errors.js +114 -0
  863. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-logs.js +67 -0
  864. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +188 -0
  865. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +59 -0
  866. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-routes.js +136 -0
  867. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +121 -0
  868. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +31 -0
  869. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +90 -0
  870. package/frontend/web/.next/standalone/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +137 -0
  871. package/frontend/web/.next/standalone/node_modules/next/dist/server/next-server.js +1429 -0
  872. package/frontend/web/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
  873. package/frontend/web/.next/standalone/node_modules/next/dist/server/next.js +455 -0
  874. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-baseline.js +25 -0
  875. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +301 -0
  876. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-exit.js +49 -0
  877. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/console-file.js +56 -0
  878. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/date.js +52 -0
  879. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +8 -0
  880. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +577 -0
  881. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +33 -0
  882. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/io-utils.js +195 -0
  883. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +103 -0
  884. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/process-error-handlers.js +91 -0
  885. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/random.js +28 -0
  886. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +508 -0
  887. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +45 -0
  888. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-environment.js +19 -0
  889. package/frontend/web/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +21 -0
  890. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +33 -0
  891. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +54 -0
  892. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +22 -0
  893. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +40 -0
  894. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +55 -0
  895. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/app/index.js +42 -0
  896. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/index.js +44 -0
  897. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
  898. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +22 -0
  899. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +19 -0
  900. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
  901. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +26 -0
  902. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/normalizer.js +6 -0
  903. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/normalizers.js +23 -0
  904. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +26 -0
  905. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/base-path.js +25 -0
  906. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/next-data.js +38 -0
  907. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +6 -0
  908. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/prefix.js +39 -0
  909. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/rsc.js +19 -0
  910. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +33 -0
  911. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/request/suffix.js +27 -0
  912. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/underscore-normalizer.js +17 -0
  913. package/frontend/web/.next/standalone/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +17 -0
  914. package/frontend/web/.next/standalone/node_modules/next/dist/server/og/image-response.js +53 -0
  915. package/frontend/web/.next/standalone/node_modules/next/dist/server/patch-error-inspect.js +453 -0
  916. package/frontend/web/.next/standalone/node_modules/next/dist/server/pipe-readable.js +140 -0
  917. package/frontend/web/.next/standalone/node_modules/next/dist/server/post-process.js +39 -0
  918. package/frontend/web/.next/standalone/node_modules/next/dist/server/render-result.js +204 -0
  919. package/frontend/web/.next/standalone/node_modules/next/dist/server/render.js +1140 -0
  920. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/connection.js +133 -0
  921. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/cookies.js +235 -0
  922. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/draft-mode.js +230 -0
  923. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/fallback-params.js +69 -0
  924. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/headers.js +229 -0
  925. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/params.js +527 -0
  926. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/pathname.js +119 -0
  927. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/root-params.js +194 -0
  928. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/search-params.js +526 -0
  929. package/frontend/web/.next/standalone/node_modules/next/dist/server/request/utils.js +51 -0
  930. package/frontend/web/.next/standalone/node_modules/next/dist/server/request-meta.js +55 -0
  931. package/frontend/web/.next/standalone/node_modules/next/dist/server/require-hook.js +82 -0
  932. package/frontend/web/.next/standalone/node_modules/next/dist/server/require.js +109 -0
  933. package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/index.js +311 -0
  934. package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/types.js +41 -0
  935. package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +104 -0
  936. package/frontend/web/.next/standalone/node_modules/next/dist/server/response-cache/web.js +101 -0
  937. package/frontend/web/.next/standalone/node_modules/next/dist/server/resume-data-cache/cache-store.js +96 -0
  938. package/frontend/web/.next/standalone/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +124 -0
  939. package/frontend/web/.next/standalone/node_modules/next/dist/server/revalidation-utils.js +157 -0
  940. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +16 -0
  941. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +6 -0
  942. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/locale-route-definition.js +6 -0
  943. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +6 -0
  944. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/pages-route-definition.js +6 -0
  945. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-definitions/route-definition.js +6 -0
  946. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-kind.js +32 -0
  947. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +239 -0
  948. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +120 -0
  949. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +6 -0
  950. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
  951. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
  952. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +91 -0
  953. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +112 -0
  954. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +77 -0
  955. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +77 -0
  956. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
  957. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
  958. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +42 -0
  959. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +6 -0
  960. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
  961. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +6 -0
  962. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
  963. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
  964. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
  965. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +55 -0
  966. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +64 -0
  967. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +6 -0
  968. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +18 -0
  969. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +15 -0
  970. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +68 -0
  971. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +30 -0
  972. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +30 -0
  973. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matchers/route-matcher.js +54 -0
  974. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/app-page-route-match.js +6 -0
  975. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/app-route-route-match.js +6 -0
  976. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/locale-route-match.js +6 -0
  977. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/pages-api-route-match.js +16 -0
  978. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/pages-route-match.js +6 -0
  979. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-matches/route-match.js +6 -0
  980. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +51 -0
  981. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +36 -0
  982. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.js +162 -0
  983. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/module.render.js +24 -0
  984. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/normalize-request-url.js +25 -0
  985. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
  986. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +87 -0
  987. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
  988. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
  989. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
  990. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +4 -0
  991. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
  992. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +140 -0
  993. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +4 -0
  994. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +4 -0
  995. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +4 -0
  996. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +4 -0
  997. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +4 -0
  998. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +4 -0
  999. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +4 -0
  1000. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +4 -0
  1001. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +4 -0
  1002. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +125 -0
  1003. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +4 -0
  1004. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +4 -0
  1005. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +4 -0
  1006. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +4 -0
  1007. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +4 -0
  1008. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +4 -0
  1009. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +4 -0
  1010. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +4 -0
  1011. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +85 -0
  1012. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +24 -0
  1013. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +29 -0
  1014. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +15 -0
  1015. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +20 -0
  1016. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +36 -0
  1017. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +914 -0
  1018. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +56 -0
  1019. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/checks.js +45 -0
  1020. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +100 -0
  1021. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.compiled.js +20 -0
  1022. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.js +92 -0
  1023. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/module.render.js +24 -0
  1024. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +545 -0
  1025. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
  1026. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +102 -0
  1027. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
  1028. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
  1029. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +4 -0
  1030. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
  1031. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
  1032. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +4 -0
  1033. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +4 -0
  1034. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
  1035. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +20 -0
  1036. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/pages-api/module.js +58 -0
  1037. package/frontend/web/.next/standalone/node_modules/next/dist/server/route-modules/route-module.js +650 -0
  1038. package/frontend/web/.next/standalone/node_modules/next/dist/server/runtime-reacts.external.js +46 -0
  1039. package/frontend/web/.next/standalone/node_modules/next/dist/server/send-payload.js +88 -0
  1040. package/frontend/web/.next/standalone/node_modules/next/dist/server/send-response.js +70 -0
  1041. package/frontend/web/.next/standalone/node_modules/next/dist/server/serve-static.js +66 -0
  1042. package/frontend/web/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
  1043. package/frontend/web/.next/standalone/node_modules/next/dist/server/server-utils.js +323 -0
  1044. package/frontend/web/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +31 -0
  1045. package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/encoded-tags.js +122 -0
  1046. package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +918 -0
  1047. package/frontend/web/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +74 -0
  1048. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/constant.js +98 -0
  1049. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/index.js +199 -0
  1050. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +97 -0
  1051. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +512 -0
  1052. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
  1053. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
  1054. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +234 -0
  1055. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +115 -0
  1056. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
  1057. package/frontend/web/.next/standalone/node_modules/next/dist/server/typescript/utils.js +212 -0
  1058. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/cache-life.js +163 -0
  1059. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/cache-tag.js +52 -0
  1060. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/constants.js +28 -0
  1061. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/handlers.js +121 -0
  1062. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-errors.js +36 -0
  1063. package/frontend/web/.next/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +1588 -0
  1064. package/frontend/web/.next/standalone/node_modules/next/dist/server/utils.js +73 -0
  1065. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/adapter.js +392 -0
  1066. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +123 -0
  1067. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
  1068. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/exports/index.js +56 -0
  1069. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/get-edge-preview-props.js +23 -0
  1070. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/globals.js +128 -0
  1071. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
  1072. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/internal-edge-wait-until.js +64 -0
  1073. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/next-url.js +199 -0
  1074. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +462 -0
  1075. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
  1076. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
  1077. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +88 -0
  1078. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +137 -0
  1079. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
  1080. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +142 -0
  1081. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
  1082. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +211 -0
  1083. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
  1084. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/fetch-event.js +98 -0
  1085. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/image-response.js +22 -0
  1086. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +99 -0
  1087. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/response.js +136 -0
  1088. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +214 -0
  1089. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +289 -0
  1090. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +51 -0
  1091. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/url-pattern.js +14 -0
  1092. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/spec-extension/user-agent.js +46 -0
  1093. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/types.js +6 -0
  1094. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/utils.js +151 -0
  1095. package/frontend/web/.next/standalone/node_modules/next/dist/server/web/web-on-close.js +87 -0
  1096. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
  1097. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +50 -0
  1098. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/app-router-types.js +46 -0
  1099. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/constants.js +448 -0
  1100. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
  1101. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/deployment-id.js +63 -0
  1102. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/dset.js +34 -0
  1103. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
  1104. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/entry-constants.js +36 -0
  1105. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
  1106. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +39 -0
  1107. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/code-frame.js +20 -0
  1108. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/constants.js +19 -0
  1109. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +24 -0
  1110. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +20 -0
  1111. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
  1112. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
  1113. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
  1114. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
  1115. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/head.js +163 -0
  1116. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +60 -0
  1117. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +40 -0
  1118. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +25 -0
  1119. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +59 -0
  1120. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +54 -0
  1121. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +22 -0
  1122. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
  1123. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +77 -0
  1124. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/invariant-error.js +18 -0
  1125. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
  1126. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/is-thenable.js +20 -0
  1127. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
  1128. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +37 -0
  1129. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +19 -0
  1130. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +246 -0
  1131. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +46 -0
  1132. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +63 -0
  1133. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +15 -0
  1134. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/no-fallback-error.external.js +18 -0
  1135. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
  1136. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
  1137. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
  1138. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
  1139. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
  1140. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +23 -0
  1141. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
  1142. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
  1143. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
  1144. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/promise-with-resolvers.js +26 -0
  1145. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +136 -0
  1146. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
  1147. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
  1148. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
  1149. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
  1150. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +62 -0
  1151. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
  1152. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +24 -0
  1153. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
  1154. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
  1155. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
  1156. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +174 -0
  1157. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +52 -0
  1158. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +25 -0
  1159. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +90 -0
  1160. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/html-bots.js +17 -0
  1161. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +30 -0
  1162. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
  1163. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +108 -0
  1164. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +57 -0
  1165. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +26 -0
  1166. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
  1167. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +30 -0
  1168. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
  1169. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +43 -0
  1170. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +38 -0
  1171. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
  1172. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
  1173. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +292 -0
  1174. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +79 -0
  1175. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +40 -0
  1176. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
  1177. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
  1178. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
  1179. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +113 -0
  1180. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +45 -0
  1181. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +256 -0
  1182. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +244 -0
  1183. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
  1184. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +99 -0
  1185. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js +32 -0
  1186. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/segment.js +102 -0
  1187. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +35 -0
  1188. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +56 -0
  1189. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +63 -0
  1190. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/size-limit.js +40 -0
  1191. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/turbopack/internal-error.js +53 -0
  1192. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils/reflect-utils.js +69 -0
  1193. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
  1194. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/utils.js +207 -0
  1195. package/frontend/web/.next/standalone/node_modules/next/dist/shared/lib/zod.js +101 -0
  1196. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
  1197. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +56 -0
  1198. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/build.js +174 -0
  1199. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/index.js +41 -0
  1200. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
  1201. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
  1202. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/events/version.js +66 -0
  1203. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/flush-telemetry.js +19 -0
  1204. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/post-telemetry-payload.js +48 -0
  1205. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
  1206. package/frontend/web/.next/standalone/node_modules/next/dist/telemetry/storage.js +301 -0
  1207. package/frontend/web/.next/standalone/node_modules/next/dist/trace/index.js +58 -0
  1208. package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/index.js +37 -0
  1209. package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-json-build.js +40 -0
  1210. package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-json.js +165 -0
  1211. package/frontend/web/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
  1212. package/frontend/web/.next/standalone/node_modules/next/dist/trace/shared.js +39 -0
  1213. package/frontend/web/.next/standalone/node_modules/next/dist/trace/trace.js +211 -0
  1214. package/frontend/web/.next/standalone/node_modules/next/package.json +378 -0
  1215. package/frontend/web/.next/standalone/node_modules/react/cjs/react-compiler-runtime.production.js +16 -0
  1216. package/frontend/web/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.js +14 -0
  1217. package/frontend/web/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.js +34 -0
  1218. package/frontend/web/.next/standalone/node_modules/react/cjs/react.development.js +1284 -0
  1219. package/frontend/web/.next/standalone/node_modules/react/cjs/react.production.js +542 -0
  1220. package/frontend/web/.next/standalone/node_modules/react/compiler-runtime.js +14 -0
  1221. package/frontend/web/.next/standalone/node_modules/react/index.js +7 -0
  1222. package/frontend/web/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
  1223. package/frontend/web/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
  1224. package/frontend/web/.next/standalone/node_modules/react/package.json +51 -0
  1225. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +6603 -0
  1226. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +6692 -0
  1227. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +7410 -0
  1228. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +7512 -0
  1229. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +7707 -0
  1230. package/frontend/web/.next/standalone/node_modules/react-dom/cjs/react-dom.production.js +210 -0
  1231. package/frontend/web/.next/standalone/node_modules/react-dom/index.js +38 -0
  1232. package/frontend/web/.next/standalone/node_modules/react-dom/package.json +117 -0
  1233. package/frontend/web/.next/standalone/node_modules/react-dom/server.browser.js +16 -0
  1234. package/frontend/web/.next/standalone/node_modules/react-dom/server.edge.js +17 -0
  1235. package/frontend/web/.next/standalone/node_modules/react-dom/server.node.js +18 -0
  1236. package/frontend/web/.next/standalone/node_modules/react-dom/static.node.js +14 -0
  1237. package/frontend/web/.next/standalone/node_modules/semver/classes/comparator.js +143 -0
  1238. package/frontend/web/.next/standalone/node_modules/semver/classes/range.js +557 -0
  1239. package/frontend/web/.next/standalone/node_modules/semver/classes/semver.js +333 -0
  1240. package/frontend/web/.next/standalone/node_modules/semver/functions/cmp.js +54 -0
  1241. package/frontend/web/.next/standalone/node_modules/semver/functions/coerce.js +62 -0
  1242. package/frontend/web/.next/standalone/node_modules/semver/functions/compare.js +7 -0
  1243. package/frontend/web/.next/standalone/node_modules/semver/functions/eq.js +5 -0
  1244. package/frontend/web/.next/standalone/node_modules/semver/functions/gt.js +5 -0
  1245. package/frontend/web/.next/standalone/node_modules/semver/functions/gte.js +5 -0
  1246. package/frontend/web/.next/standalone/node_modules/semver/functions/lt.js +5 -0
  1247. package/frontend/web/.next/standalone/node_modules/semver/functions/lte.js +5 -0
  1248. package/frontend/web/.next/standalone/node_modules/semver/functions/neq.js +5 -0
  1249. package/frontend/web/.next/standalone/node_modules/semver/functions/parse.js +18 -0
  1250. package/frontend/web/.next/standalone/node_modules/semver/functions/satisfies.js +12 -0
  1251. package/frontend/web/.next/standalone/node_modules/semver/internal/constants.js +37 -0
  1252. package/frontend/web/.next/standalone/node_modules/semver/internal/debug.js +11 -0
  1253. package/frontend/web/.next/standalone/node_modules/semver/internal/identifiers.js +29 -0
  1254. package/frontend/web/.next/standalone/node_modules/semver/internal/lrucache.js +42 -0
  1255. package/frontend/web/.next/standalone/node_modules/semver/internal/parse-options.js +17 -0
  1256. package/frontend/web/.next/standalone/node_modules/semver/internal/re.js +223 -0
  1257. package/frontend/web/.next/standalone/node_modules/semver/package.json +78 -0
  1258. package/frontend/web/.next/standalone/node_modules/sharp/lib/channel.js +177 -0
  1259. package/frontend/web/.next/standalone/node_modules/sharp/lib/colour.js +195 -0
  1260. package/frontend/web/.next/standalone/node_modules/sharp/lib/composite.js +212 -0
  1261. package/frontend/web/.next/standalone/node_modules/sharp/lib/constructor.js +499 -0
  1262. package/frontend/web/.next/standalone/node_modules/sharp/lib/index.js +16 -0
  1263. package/frontend/web/.next/standalone/node_modules/sharp/lib/input.js +809 -0
  1264. package/frontend/web/.next/standalone/node_modules/sharp/lib/is.js +143 -0
  1265. package/frontend/web/.next/standalone/node_modules/sharp/lib/libvips.js +207 -0
  1266. package/frontend/web/.next/standalone/node_modules/sharp/lib/operation.js +1016 -0
  1267. package/frontend/web/.next/standalone/node_modules/sharp/lib/output.js +1666 -0
  1268. package/frontend/web/.next/standalone/node_modules/sharp/lib/resize.js +595 -0
  1269. package/frontend/web/.next/standalone/node_modules/sharp/lib/sharp.js +121 -0
  1270. package/frontend/web/.next/standalone/node_modules/sharp/lib/utility.js +291 -0
  1271. package/frontend/web/.next/standalone/node_modules/sharp/package.json +202 -0
  1272. package/frontend/web/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
  1273. package/frontend/web/.next/standalone/node_modules/styled-jsx/index.js +1 -0
  1274. package/frontend/web/.next/standalone/node_modules/styled-jsx/package.json +132 -0
  1275. package/frontend/web/.next/standalone/node_modules/styled-jsx/style.js +1 -0
  1276. package/frontend/web/package.json +3 -58
  1277. package/gateway/dist/.buildstamp +0 -0
  1278. package/gateway/dist/auth.js +49 -0
  1279. package/gateway/dist/index.js +106 -0
  1280. package/gateway/dist/integrations/admin.js +18 -0
  1281. package/gateway/dist/integrations/crypto.js +45 -0
  1282. package/gateway/dist/integrations/handlers.js +95 -0
  1283. package/gateway/dist/integrations/keys.js +12 -0
  1284. package/gateway/dist/integrations/store.js +98 -0
  1285. package/gateway/dist/stack-secrets.js +39 -0
  1286. package/gateway/package.json +5 -14
  1287. package/package.json +3 -2
  1288. package/backend/tests/conftest.py +0 -40
  1289. package/backend/tests/test_chat.py +0 -92
  1290. package/backend/tests/test_chunking.py +0 -132
  1291. package/backend/tests/test_entities.py +0 -170
  1292. package/backend/tests/test_gemini_embed.py +0 -224
  1293. package/backend/tests/test_health.py +0 -24
  1294. package/backend/tests/test_ingest_raw.py +0 -123
  1295. package/backend/tests/test_link_expansion.py +0 -241
  1296. package/backend/tests/test_main.py +0 -12
  1297. package/backend/tests/test_normalizer.py +0 -114
  1298. package/backend/tests/test_openapi_gateway.py +0 -40
  1299. package/backend/tests/test_pipeline_hardening.py +0 -285
  1300. package/backend/tests/test_pipeline_status.py +0 -71
  1301. package/backend/tests/test_playwright_extract.py +0 -80
  1302. package/backend/tests/test_post_ingest_hooks.py +0 -162
  1303. package/backend/tests/test_query.py +0 -165
  1304. package/backend/tests/test_thread_expansion.py +0 -72
  1305. package/backend/tests/test_vectors.py +0 -85
  1306. package/frontend/web/.env.example +0 -23
  1307. package/frontend/web/AGENTS.md +0 -5
  1308. package/frontend/web/CLAUDE.md +0 -1
  1309. package/frontend/web/README.md +0 -36
  1310. package/frontend/web/components.json +0 -25
  1311. package/frontend/web/next-env.d.ts +0 -6
  1312. package/frontend/web/next.config.ts +0 -30
  1313. package/frontend/web/postcss.config.mjs +0 -7
  1314. package/frontend/web/skills-lock.json +0 -35
  1315. package/frontend/web/src/app/account/[[...path]]/page.tsx +0 -19
  1316. package/frontend/web/src/app/auth/[[...path]]/page.tsx +0 -14
  1317. package/frontend/web/src/app/chat/page.tsx +0 -725
  1318. package/frontend/web/src/app/globals.css +0 -563
  1319. package/frontend/web/src/app/layout.tsx +0 -50
  1320. package/frontend/web/src/app/page.tsx +0 -96
  1321. package/frontend/web/src/app/settings/integrations/actions.ts +0 -74
  1322. package/frontend/web/src/app/settings/integrations/integrations-settings-form.tsx +0 -330
  1323. package/frontend/web/src/app/settings/integrations/page.tsx +0 -41
  1324. package/frontend/web/src/app/webhooks/alpha-alerts/route.ts +0 -84
  1325. package/frontend/web/src/components/home-auth-panel.tsx +0 -49
  1326. package/frontend/web/src/components/providers.tsx +0 -50
  1327. package/frontend/web/src/lib/alpha-webhook/connectors/registry.ts +0 -35
  1328. package/frontend/web/src/lib/alpha-webhook/connectors/types.ts +0 -8
  1329. package/frontend/web/src/lib/alpha-webhook/connectors/wabridge-delivery.test.ts +0 -40
  1330. package/frontend/web/src/lib/alpha-webhook/connectors/wabridge-delivery.ts +0 -78
  1331. package/frontend/web/src/lib/alpha-webhook/connectors/wabridge.ts +0 -30
  1332. package/frontend/web/src/lib/alpha-webhook/handler.ts +0 -12
  1333. package/frontend/web/src/lib/alpha-webhook/signature.test.ts +0 -33
  1334. package/frontend/web/src/lib/alpha-webhook/signature.ts +0 -21
  1335. package/frontend/web/src/lib/alpha-webhook/types.ts +0 -23
  1336. package/frontend/web/src/lib/auth-client.ts +0 -23
  1337. package/frontend/web/src/lib/integrations-config.ts +0 -125
  1338. package/frontend/web/src/lib/ui-utills.tsx +0 -90
  1339. package/frontend/web/src/lib/utils.ts +0 -6
  1340. package/frontend/web/tsconfig.json +0 -36
  1341. package/frontend/web/tsconfig.tsbuildinfo +0 -1
  1342. package/frontend/web/vitest.config.ts +0 -14
  1343. package/gateway/.env.example +0 -23
  1344. package/gateway/README.md +0 -23
  1345. package/gateway/src/auth.ts +0 -49
  1346. package/gateway/src/index.ts +0 -144
  1347. package/gateway/src/integrations/admin.ts +0 -19
  1348. package/gateway/src/integrations/crypto.ts +0 -52
  1349. package/gateway/src/integrations/handlers.ts +0 -124
  1350. package/gateway/src/integrations/keys.ts +0 -12
  1351. package/gateway/src/integrations/store.ts +0 -107
  1352. package/gateway/src/stack-secrets.ts +0 -35
  1353. package/gateway/tsconfig.json +0 -13
  1354. /package/frontend/web/{src/app/favicon.ico → .next/standalone/frontend/web/.next/server/app/favicon.ico.body} +0 -0
@@ -0,0 +1,903 @@
1
+ const RUNTIME_PUBLIC_PATH = "server/chunks/[turbopack]_runtime.js";
2
+ const RELATIVE_ROOT_PATH = "../../..";
3
+ const ASSET_PREFIX = "/";
4
+ const WORKER_FORWARDED_GLOBALS = ["NEXT_DEPLOYMENT_ID","NEXT_CLIENT_ASSET_SUFFIX"];
5
+ // Apply forwarded globals from workerData if running in a worker thread
6
+ if (typeof require !== 'undefined') {
7
+ try {
8
+ const { workerData } = require('worker_threads');
9
+ if (workerData?.__turbopack_globals__) {
10
+ Object.assign(globalThis, workerData.__turbopack_globals__);
11
+ // Remove internal data so it's not visible to user code
12
+ delete workerData.__turbopack_globals__;
13
+ }
14
+ } catch (_) {
15
+ // Not in a worker thread context, ignore
16
+ }
17
+ }
18
+ /**
19
+ * This file contains runtime types and functions that are shared between all
20
+ * TurboPack ECMAScript runtimes.
21
+ *
22
+ * It will be prepended to the runtime code of each runtime.
23
+ */ /* eslint-disable @typescript-eslint/no-unused-vars */ /// <reference path="./runtime-types.d.ts" />
24
+ /**
25
+ * Describes why a module was instantiated.
26
+ * Shared between browser and Node.js runtimes.
27
+ */ var SourceType = /*#__PURE__*/ function(SourceType) {
28
+ /**
29
+ * The module was instantiated because it was included in an evaluated chunk's
30
+ * runtime.
31
+ * SourceData is a ChunkPath.
32
+ */ SourceType[SourceType["Runtime"] = 0] = "Runtime";
33
+ /**
34
+ * The module was instantiated because a parent module imported it.
35
+ * SourceData is a ModuleId.
36
+ */ SourceType[SourceType["Parent"] = 1] = "Parent";
37
+ /**
38
+ * The module was instantiated because it was included in a chunk's hot module
39
+ * update.
40
+ * SourceData is an array of ModuleIds or undefined.
41
+ */ SourceType[SourceType["Update"] = 2] = "Update";
42
+ return SourceType;
43
+ }(SourceType || {});
44
+ /**
45
+ * Flag indicating which module object type to create when a module is merged. Set to `true`
46
+ * by each runtime that uses ModuleWithDirection (browser dev-base.ts, nodejs dev-base.ts,
47
+ * nodejs build-base.ts). Browser production (build-base.ts) leaves it as `false` since it
48
+ * uses plain Module objects.
49
+ */ let createModuleWithDirectionFlag = false;
50
+ const REEXPORTED_OBJECTS = new WeakMap();
51
+ /**
52
+ * Constructs the `__turbopack_context__` object for a module.
53
+ */ function Context(module, exports) {
54
+ this.m = module;
55
+ // We need to store this here instead of accessing it from the module object to:
56
+ // 1. Make it available to factories directly, since we rewrite `this` to
57
+ // `__turbopack_context__.e` in CJS modules.
58
+ // 2. Support async modules which rewrite `module.exports` to a promise, so we
59
+ // can still access the original exports object from functions like
60
+ // `esmExport`
61
+ // Ideally we could find a new approach for async modules and drop this property altogether.
62
+ this.e = exports;
63
+ }
64
+ const contextPrototype = Context.prototype;
65
+ const hasOwnProperty = Object.prototype.hasOwnProperty;
66
+ const toStringTag = typeof Symbol !== 'undefined' && Symbol.toStringTag;
67
+ function defineProp(obj, name, options) {
68
+ if (!hasOwnProperty.call(obj, name)) Object.defineProperty(obj, name, options);
69
+ }
70
+ function getOverwrittenModule(moduleCache, id) {
71
+ let module = moduleCache[id];
72
+ if (!module) {
73
+ if (createModuleWithDirectionFlag) {
74
+ // set in development modes for hmr support
75
+ module = createModuleWithDirection(id);
76
+ } else {
77
+ module = createModuleObject(id);
78
+ }
79
+ moduleCache[id] = module;
80
+ }
81
+ return module;
82
+ }
83
+ /**
84
+ * Creates the module object. Only done here to ensure all module objects have the same shape.
85
+ */ function createModuleObject(id) {
86
+ return {
87
+ exports: {},
88
+ error: undefined,
89
+ id,
90
+ namespaceObject: undefined
91
+ };
92
+ }
93
+ function createModuleWithDirection(id) {
94
+ return {
95
+ exports: {},
96
+ error: undefined,
97
+ id,
98
+ namespaceObject: undefined,
99
+ parents: [],
100
+ children: []
101
+ };
102
+ }
103
+ const BindingTag_Value = 0;
104
+ /**
105
+ * Adds the getters to the exports object.
106
+ */ function esm(exports, bindings) {
107
+ defineProp(exports, '__esModule', {
108
+ value: true
109
+ });
110
+ if (toStringTag) defineProp(exports, toStringTag, {
111
+ value: 'Module'
112
+ });
113
+ let i = 0;
114
+ while(i < bindings.length){
115
+ const propName = bindings[i++];
116
+ const tagOrFunction = bindings[i++];
117
+ if (typeof tagOrFunction === 'number') {
118
+ if (tagOrFunction === BindingTag_Value) {
119
+ defineProp(exports, propName, {
120
+ value: bindings[i++],
121
+ enumerable: true,
122
+ writable: false
123
+ });
124
+ } else {
125
+ throw new Error(`unexpected tag: ${tagOrFunction}`);
126
+ }
127
+ } else {
128
+ const getterFn = tagOrFunction;
129
+ if (typeof bindings[i] === 'function') {
130
+ const setterFn = bindings[i++];
131
+ defineProp(exports, propName, {
132
+ get: getterFn,
133
+ set: setterFn,
134
+ enumerable: true
135
+ });
136
+ } else {
137
+ defineProp(exports, propName, {
138
+ get: getterFn,
139
+ enumerable: true
140
+ });
141
+ }
142
+ }
143
+ }
144
+ Object.seal(exports);
145
+ }
146
+ /**
147
+ * Makes the module an ESM with exports
148
+ */ function esmExport(bindings, id) {
149
+ let module;
150
+ let exports;
151
+ if (id != null) {
152
+ module = getOverwrittenModule(this.c, id);
153
+ exports = module.exports;
154
+ } else {
155
+ module = this.m;
156
+ exports = this.e;
157
+ }
158
+ module.namespaceObject = exports;
159
+ esm(exports, bindings);
160
+ }
161
+ contextPrototype.s = esmExport;
162
+ function ensureDynamicExports(module, exports) {
163
+ let reexportedObjects = REEXPORTED_OBJECTS.get(module);
164
+ if (!reexportedObjects) {
165
+ REEXPORTED_OBJECTS.set(module, reexportedObjects = []);
166
+ module.exports = module.namespaceObject = new Proxy(exports, {
167
+ get (target, prop) {
168
+ if (hasOwnProperty.call(target, prop) || prop === 'default' || prop === '__esModule') {
169
+ return Reflect.get(target, prop);
170
+ }
171
+ for (const obj of reexportedObjects){
172
+ const value = Reflect.get(obj, prop);
173
+ if (value !== undefined) return value;
174
+ }
175
+ return undefined;
176
+ },
177
+ ownKeys (target) {
178
+ const keys = Reflect.ownKeys(target);
179
+ for (const obj of reexportedObjects){
180
+ for (const key of Reflect.ownKeys(obj)){
181
+ if (key !== 'default' && !keys.includes(key)) keys.push(key);
182
+ }
183
+ }
184
+ return keys;
185
+ }
186
+ });
187
+ }
188
+ return reexportedObjects;
189
+ }
190
+ /**
191
+ * Dynamically exports properties from an object
192
+ */ function dynamicExport(object, id) {
193
+ let module;
194
+ let exports;
195
+ if (id != null) {
196
+ module = getOverwrittenModule(this.c, id);
197
+ exports = module.exports;
198
+ } else {
199
+ module = this.m;
200
+ exports = this.e;
201
+ }
202
+ const reexportedObjects = ensureDynamicExports(module, exports);
203
+ if (typeof object === 'object' && object !== null) {
204
+ reexportedObjects.push(object);
205
+ }
206
+ }
207
+ contextPrototype.j = dynamicExport;
208
+ function exportValue(value, id) {
209
+ let module;
210
+ if (id != null) {
211
+ module = getOverwrittenModule(this.c, id);
212
+ } else {
213
+ module = this.m;
214
+ }
215
+ module.exports = value;
216
+ }
217
+ contextPrototype.v = exportValue;
218
+ function exportNamespace(namespace, id) {
219
+ let module;
220
+ if (id != null) {
221
+ module = getOverwrittenModule(this.c, id);
222
+ } else {
223
+ module = this.m;
224
+ }
225
+ module.exports = module.namespaceObject = namespace;
226
+ }
227
+ contextPrototype.n = exportNamespace;
228
+ function createGetter(obj, key) {
229
+ return ()=>obj[key];
230
+ }
231
+ /**
232
+ * @returns prototype of the object
233
+ */ const getProto = Object.getPrototypeOf ? (obj)=>Object.getPrototypeOf(obj) : (obj)=>obj.__proto__;
234
+ /** Prototypes that are not expanded for exports */ const LEAF_PROTOTYPES = [
235
+ null,
236
+ getProto({}),
237
+ getProto([]),
238
+ getProto(getProto)
239
+ ];
240
+ /**
241
+ * @param raw
242
+ * @param ns
243
+ * @param allowExportDefault
244
+ * * `false`: will have the raw module as default export
245
+ * * `true`: will have the default property as default export
246
+ */ function interopEsm(raw, ns, allowExportDefault) {
247
+ const bindings = [];
248
+ let defaultLocation = -1;
249
+ for(let current = raw; (typeof current === 'object' || typeof current === 'function') && !LEAF_PROTOTYPES.includes(current); current = getProto(current)){
250
+ for (const key of Object.getOwnPropertyNames(current)){
251
+ bindings.push(key, createGetter(raw, key));
252
+ if (defaultLocation === -1 && key === 'default') {
253
+ defaultLocation = bindings.length - 1;
254
+ }
255
+ }
256
+ }
257
+ // this is not really correct
258
+ // we should set the `default` getter if the imported module is a `.cjs file`
259
+ if (!(allowExportDefault && defaultLocation >= 0)) {
260
+ // Replace the binding with one for the namespace itself in order to preserve iteration order.
261
+ if (defaultLocation >= 0) {
262
+ // Replace the getter with the value
263
+ bindings.splice(defaultLocation, 1, BindingTag_Value, raw);
264
+ } else {
265
+ bindings.push('default', BindingTag_Value, raw);
266
+ }
267
+ }
268
+ esm(ns, bindings);
269
+ return ns;
270
+ }
271
+ function createNS(raw) {
272
+ if (typeof raw === 'function') {
273
+ return function(...args) {
274
+ return raw.apply(this, args);
275
+ };
276
+ } else {
277
+ return Object.create(null);
278
+ }
279
+ }
280
+ function esmImport(id) {
281
+ const module = getOrInstantiateModuleFromParent(id, this.m);
282
+ // any ES module has to have `module.namespaceObject` defined.
283
+ if (module.namespaceObject) return module.namespaceObject;
284
+ // only ESM can be an async module, so we don't need to worry about exports being a promise here.
285
+ const raw = module.exports;
286
+ return module.namespaceObject = interopEsm(raw, createNS(raw), raw && raw.__esModule);
287
+ }
288
+ contextPrototype.i = esmImport;
289
+ function asyncLoader(moduleId) {
290
+ const loader = this.r(moduleId);
291
+ return loader(esmImport.bind(this));
292
+ }
293
+ contextPrototype.A = asyncLoader;
294
+ // Add a simple runtime require so that environments without one can still pass
295
+ // `typeof require` CommonJS checks so that exports are correctly registered.
296
+ const runtimeRequire = // @ts-ignore
297
+ typeof require === 'function' ? require : function require1() {
298
+ throw new Error('Unexpected use of runtime require');
299
+ };
300
+ contextPrototype.t = runtimeRequire;
301
+ function commonJsRequire(id) {
302
+ return getOrInstantiateModuleFromParent(id, this.m).exports;
303
+ }
304
+ contextPrototype.r = commonJsRequire;
305
+ /**
306
+ * Remove fragments and query parameters since they are never part of the context map keys
307
+ *
308
+ * This matches how we parse patterns at resolving time. Arguably we should only do this for
309
+ * strings passed to `import` but the resolve does it for `import` and `require` and so we do
310
+ * here as well.
311
+ */ function parseRequest(request) {
312
+ // Per the URI spec fragments can contain `?` characters, so we should trim it off first
313
+ // https://datatracker.ietf.org/doc/html/rfc3986#section-3.5
314
+ const hashIndex = request.indexOf('#');
315
+ if (hashIndex !== -1) {
316
+ request = request.substring(0, hashIndex);
317
+ }
318
+ const queryIndex = request.indexOf('?');
319
+ if (queryIndex !== -1) {
320
+ request = request.substring(0, queryIndex);
321
+ }
322
+ return request;
323
+ }
324
+ /**
325
+ * `require.context` and require/import expression runtime.
326
+ */ function moduleContext(map) {
327
+ function moduleContext(id) {
328
+ id = parseRequest(id);
329
+ if (hasOwnProperty.call(map, id)) {
330
+ return map[id].module();
331
+ }
332
+ const e = new Error(`Cannot find module '${id}'`);
333
+ e.code = 'MODULE_NOT_FOUND';
334
+ throw e;
335
+ }
336
+ moduleContext.keys = ()=>{
337
+ return Object.keys(map);
338
+ };
339
+ moduleContext.resolve = (id)=>{
340
+ id = parseRequest(id);
341
+ if (hasOwnProperty.call(map, id)) {
342
+ return map[id].id();
343
+ }
344
+ const e = new Error(`Cannot find module '${id}'`);
345
+ e.code = 'MODULE_NOT_FOUND';
346
+ throw e;
347
+ };
348
+ moduleContext.import = async (id)=>{
349
+ return await moduleContext(id);
350
+ };
351
+ return moduleContext;
352
+ }
353
+ contextPrototype.f = moduleContext;
354
+ /**
355
+ * Returns the path of a chunk defined by its data.
356
+ */ function getChunkPath(chunkData) {
357
+ return typeof chunkData === 'string' ? chunkData : chunkData.path;
358
+ }
359
+ function isPromise(maybePromise) {
360
+ return maybePromise != null && typeof maybePromise === 'object' && 'then' in maybePromise && typeof maybePromise.then === 'function';
361
+ }
362
+ function isAsyncModuleExt(obj) {
363
+ return turbopackQueues in obj;
364
+ }
365
+ function createPromise() {
366
+ let resolve;
367
+ let reject;
368
+ const promise = new Promise((res, rej)=>{
369
+ reject = rej;
370
+ resolve = res;
371
+ });
372
+ return {
373
+ promise,
374
+ resolve: resolve,
375
+ reject: reject
376
+ };
377
+ }
378
+ // Load the CompressedmoduleFactories of a chunk into the `moduleFactories` Map.
379
+ // The CompressedModuleFactories format is
380
+ // - 1 or more module ids
381
+ // - a module factory function
382
+ // So walking this is a little complex but the flat structure is also fast to
383
+ // traverse, we can use `typeof` operators to distinguish the two cases.
384
+ function installCompressedModuleFactories(chunkModules, offset, moduleFactories, newModuleId) {
385
+ let i = offset;
386
+ while(i < chunkModules.length){
387
+ let end = i + 1;
388
+ // Find our factory function
389
+ while(end < chunkModules.length && typeof chunkModules[end] !== 'function'){
390
+ end++;
391
+ }
392
+ if (end === chunkModules.length) {
393
+ throw new Error('malformed chunk format, expected a factory function');
394
+ }
395
+ // Install the factory for each module ID that doesn't already have one.
396
+ // When some IDs in this group already have a factory, reuse that existing
397
+ // group factory for the missing IDs to keep all IDs in the group consistent.
398
+ // Otherwise, install the factory from this chunk.
399
+ const moduleFactoryFn = chunkModules[end];
400
+ let existingGroupFactory = undefined;
401
+ for(let j = i; j < end; j++){
402
+ const id = chunkModules[j];
403
+ const existingFactory = moduleFactories.get(id);
404
+ if (existingFactory) {
405
+ existingGroupFactory = existingFactory;
406
+ break;
407
+ }
408
+ }
409
+ const factoryToInstall = existingGroupFactory ?? moduleFactoryFn;
410
+ let didInstallFactory = false;
411
+ for(let j = i; j < end; j++){
412
+ const id = chunkModules[j];
413
+ if (!moduleFactories.has(id)) {
414
+ if (!didInstallFactory) {
415
+ if (factoryToInstall === moduleFactoryFn) {
416
+ applyModuleFactoryName(moduleFactoryFn);
417
+ }
418
+ didInstallFactory = true;
419
+ }
420
+ moduleFactories.set(id, factoryToInstall);
421
+ newModuleId?.(id);
422
+ }
423
+ }
424
+ i = end + 1; // end is pointing at the last factory advance to the next id or the end of the array.
425
+ }
426
+ }
427
+ // everything below is adapted from webpack
428
+ // https://github.com/webpack/webpack/blob/6be4065ade1e252c1d8dcba4af0f43e32af1bdc1/lib/runtime/AsyncModuleRuntimeModule.js#L13
429
+ const turbopackQueues = Symbol('turbopack queues');
430
+ const turbopackExports = Symbol('turbopack exports');
431
+ const turbopackError = Symbol('turbopack error');
432
+ function resolveQueue(queue) {
433
+ if (queue && queue.status !== 1) {
434
+ queue.status = 1;
435
+ queue.forEach((fn)=>fn.queueCount--);
436
+ queue.forEach((fn)=>fn.queueCount-- ? fn.queueCount++ : fn());
437
+ }
438
+ }
439
+ function wrapDeps(deps) {
440
+ return deps.map((dep)=>{
441
+ if (dep !== null && typeof dep === 'object') {
442
+ if (isAsyncModuleExt(dep)) return dep;
443
+ if (isPromise(dep)) {
444
+ const queue = Object.assign([], {
445
+ status: 0
446
+ });
447
+ const obj = {
448
+ [turbopackExports]: {},
449
+ [turbopackQueues]: (fn)=>fn(queue)
450
+ };
451
+ dep.then((res)=>{
452
+ obj[turbopackExports] = res;
453
+ resolveQueue(queue);
454
+ }, (err)=>{
455
+ obj[turbopackError] = err;
456
+ resolveQueue(queue);
457
+ });
458
+ return obj;
459
+ }
460
+ }
461
+ return {
462
+ [turbopackExports]: dep,
463
+ [turbopackQueues]: ()=>{}
464
+ };
465
+ });
466
+ }
467
+ function asyncModule(body, hasAwait) {
468
+ const module = this.m;
469
+ const queue = hasAwait ? Object.assign([], {
470
+ status: -1
471
+ }) : undefined;
472
+ const depQueues = new Set();
473
+ const { resolve, reject, promise: rawPromise } = createPromise();
474
+ const promise = Object.assign(rawPromise, {
475
+ [turbopackExports]: module.exports,
476
+ [turbopackQueues]: (fn)=>{
477
+ queue && fn(queue);
478
+ depQueues.forEach(fn);
479
+ promise['catch'](()=>{});
480
+ }
481
+ });
482
+ const attributes = {
483
+ get () {
484
+ return promise;
485
+ },
486
+ set (v) {
487
+ // Calling `esmExport` leads to this.
488
+ if (v !== promise) {
489
+ promise[turbopackExports] = v;
490
+ }
491
+ }
492
+ };
493
+ Object.defineProperty(module, 'exports', attributes);
494
+ Object.defineProperty(module, 'namespaceObject', attributes);
495
+ function handleAsyncDependencies(deps) {
496
+ const currentDeps = wrapDeps(deps);
497
+ const getResult = ()=>currentDeps.map((d)=>{
498
+ if (d[turbopackError]) throw d[turbopackError];
499
+ return d[turbopackExports];
500
+ });
501
+ const { promise, resolve } = createPromise();
502
+ const fn = Object.assign(()=>resolve(getResult), {
503
+ queueCount: 0
504
+ });
505
+ function fnQueue(q) {
506
+ if (q !== queue && !depQueues.has(q)) {
507
+ depQueues.add(q);
508
+ if (q && q.status === 0) {
509
+ fn.queueCount++;
510
+ q.push(fn);
511
+ }
512
+ }
513
+ }
514
+ currentDeps.map((dep)=>dep[turbopackQueues](fnQueue));
515
+ return fn.queueCount ? promise : getResult();
516
+ }
517
+ function asyncResult(err) {
518
+ if (err) {
519
+ reject(promise[turbopackError] = err);
520
+ } else {
521
+ resolve(promise[turbopackExports]);
522
+ }
523
+ resolveQueue(queue);
524
+ }
525
+ body(handleAsyncDependencies, asyncResult);
526
+ if (queue && queue.status === -1) {
527
+ queue.status = 0;
528
+ }
529
+ }
530
+ contextPrototype.a = asyncModule;
531
+ /**
532
+ * A pseudo "fake" URL object to resolve to its relative path.
533
+ *
534
+ * When UrlRewriteBehavior is set to relative, calls to the `new URL()` will construct url without base using this
535
+ * runtime function to generate context-agnostic urls between different rendering context, i.e ssr / client to avoid
536
+ * hydration mismatch.
537
+ *
538
+ * This is based on webpack's existing implementation:
539
+ * https://github.com/webpack/webpack/blob/87660921808566ef3b8796f8df61bd79fc026108/lib/runtime/RelativeUrlRuntimeModule.js
540
+ */ const relativeURL = function relativeURL(inputUrl) {
541
+ const realUrl = new URL(inputUrl, 'x:/');
542
+ const values = {};
543
+ for(const key in realUrl)values[key] = realUrl[key];
544
+ values.href = inputUrl;
545
+ values.pathname = inputUrl.replace(/[?#].*/, '');
546
+ values.origin = values.protocol = '';
547
+ values.toString = values.toJSON = (..._args)=>inputUrl;
548
+ for(const key in values)Object.defineProperty(this, key, {
549
+ enumerable: true,
550
+ configurable: true,
551
+ value: values[key]
552
+ });
553
+ };
554
+ relativeURL.prototype = URL.prototype;
555
+ contextPrototype.U = relativeURL;
556
+ /**
557
+ * Utility function to ensure all variants of an enum are handled.
558
+ */ function invariant(never, computeMessage) {
559
+ throw new Error(`Invariant: ${computeMessage(never)}`);
560
+ }
561
+ /**
562
+ * Constructs an error message for when a module factory is not available.
563
+ */ function factoryNotAvailableMessage(moduleId, sourceType, sourceData) {
564
+ let instantiationReason;
565
+ switch(sourceType){
566
+ case 0:
567
+ instantiationReason = `as a runtime entry of chunk ${sourceData}`;
568
+ break;
569
+ case 1:
570
+ instantiationReason = `because it was required from module ${sourceData}`;
571
+ break;
572
+ case 2:
573
+ instantiationReason = 'because of an HMR update';
574
+ break;
575
+ default:
576
+ invariant(sourceType, (sourceType)=>`Unknown source type: ${sourceType}`);
577
+ }
578
+ return `Module ${moduleId} was instantiated ${instantiationReason}, but the module factory is not available.`;
579
+ }
580
+ /**
581
+ * A stub function to make `require` available but non-functional in ESM.
582
+ */ function requireStub(_moduleId) {
583
+ throw new Error('dynamic usage of require is not supported');
584
+ }
585
+ contextPrototype.z = requireStub;
586
+ // Make `globalThis` available to the module in a way that cannot be shadowed by a local variable.
587
+ contextPrototype.g = globalThis;
588
+ function applyModuleFactoryName(factory) {
589
+ // Give the module factory a nice name to improve stack traces.
590
+ Object.defineProperty(factory, 'name', {
591
+ value: 'module evaluation'
592
+ });
593
+ }
594
+ /// <reference path="../shared/runtime/runtime-utils.ts" />
595
+ /// A 'base' utilities to support runtime can have externals.
596
+ /// Currently this is for node.js / edge runtime both.
597
+ /// If a fn requires node.js specific behavior, it should be placed in `node-external-utils` instead.
598
+ async function externalImport(id) {
599
+ let raw;
600
+ try {
601
+ raw = await import(id);
602
+ } catch (err) {
603
+ // TODO(alexkirsz) This can happen when a client-side module tries to load
604
+ // an external module we don't provide a shim for (e.g. querystring, url).
605
+ // For now, we fail semi-silently, but in the future this should be a
606
+ // compilation error.
607
+ throw new Error(`Failed to load external module ${id}: ${err}`);
608
+ }
609
+ if (raw && raw.__esModule && raw.default && 'default' in raw.default) {
610
+ return interopEsm(raw.default, createNS(raw), true);
611
+ }
612
+ return raw;
613
+ }
614
+ contextPrototype.y = externalImport;
615
+ function externalRequire(id, thunk, esm = false) {
616
+ let raw;
617
+ try {
618
+ raw = thunk();
619
+ } catch (err) {
620
+ // TODO(alexkirsz) This can happen when a client-side module tries to load
621
+ // an external module we don't provide a shim for (e.g. querystring, url).
622
+ // For now, we fail semi-silently, but in the future this should be a
623
+ // compilation error.
624
+ throw new Error(`Failed to load external module ${id}: ${err}`);
625
+ }
626
+ if (!esm || raw.__esModule) {
627
+ return raw;
628
+ }
629
+ return interopEsm(raw, createNS(raw), true);
630
+ }
631
+ externalRequire.resolve = (id, options)=>{
632
+ return require.resolve(id, options);
633
+ };
634
+ contextPrototype.x = externalRequire;
635
+ /* eslint-disable @typescript-eslint/no-unused-vars */ const path = require('path');
636
+ const relativePathToRuntimeRoot = path.relative(RUNTIME_PUBLIC_PATH, '.');
637
+ // Compute the relative path to the `distDir`.
638
+ const relativePathToDistRoot = path.join(relativePathToRuntimeRoot, RELATIVE_ROOT_PATH);
639
+ const RUNTIME_ROOT = path.resolve(__filename, relativePathToRuntimeRoot);
640
+ // Compute the absolute path to the root, by stripping distDir from the absolute path to this file.
641
+ const ABSOLUTE_ROOT = path.resolve(__filename, relativePathToDistRoot);
642
+ /**
643
+ * Returns an absolute path to the given module path.
644
+ * Module path should be relative, either path to a file or a directory.
645
+ *
646
+ * This fn allows to calculate an absolute path for some global static values, such as
647
+ * `__dirname` or `import.meta.url` that Turbopack will not embeds in compile time.
648
+ * See ImportMetaBinding::code_generation for the usage.
649
+ */ function resolveAbsolutePath(modulePath) {
650
+ if (modulePath) {
651
+ return path.join(ABSOLUTE_ROOT, modulePath);
652
+ }
653
+ return ABSOLUTE_ROOT;
654
+ }
655
+ Context.prototype.P = resolveAbsolutePath;
656
+ /* eslint-disable @typescript-eslint/no-unused-vars */ /// <reference path="../shared/runtime/runtime-utils.ts" />
657
+ function readWebAssemblyAsResponse(path) {
658
+ const { createReadStream } = require('fs');
659
+ const { Readable } = require('stream');
660
+ const stream = createReadStream(path);
661
+ // @ts-ignore unfortunately there's a slight type mismatch with the stream.
662
+ return new Response(Readable.toWeb(stream), {
663
+ headers: {
664
+ 'content-type': 'application/wasm'
665
+ }
666
+ });
667
+ }
668
+ async function compileWebAssemblyFromPath(path) {
669
+ const response = readWebAssemblyAsResponse(path);
670
+ return await WebAssembly.compileStreaming(response);
671
+ }
672
+ async function instantiateWebAssemblyFromPath(path, importsObj) {
673
+ const response = readWebAssemblyAsResponse(path);
674
+ const { instance } = await WebAssembly.instantiateStreaming(response, importsObj);
675
+ return instance.exports;
676
+ }
677
+ /* eslint-disable @typescript-eslint/no-unused-vars */ /// <reference path="../../shared/runtime/runtime-utils.ts" />
678
+ /// <reference path="../../shared-node/base-externals-utils.ts" />
679
+ /// <reference path="../../shared-node/node-externals-utils.ts" />
680
+ /// <reference path="../../shared-node/node-wasm-utils.ts" />
681
+ /// <reference path="./nodejs-globals.d.ts" />
682
+ /**
683
+ * Base Node.js runtime shared between production and development.
684
+ * Contains chunk loading, module caching, and other non-HMR functionality.
685
+ */ process.env.TURBOPACK = '1';
686
+ const url = require('url');
687
+ const moduleFactories = new Map();
688
+ const moduleCache = Object.create(null);
689
+ /**
690
+ * Returns an absolute path to the given module's id.
691
+ */ function resolvePathFromModule(moduleId) {
692
+ const exported = this.r(moduleId);
693
+ const exportedPath = exported?.default ?? exported;
694
+ if (typeof exportedPath !== 'string') {
695
+ return exported;
696
+ }
697
+ const strippedAssetPrefix = exportedPath.slice(ASSET_PREFIX.length);
698
+ const resolved = path.resolve(RUNTIME_ROOT, strippedAssetPrefix);
699
+ return url.pathToFileURL(resolved).href;
700
+ }
701
+ /**
702
+ * Exports a URL value. No suffix is added in Node.js runtime.
703
+ */ function exportUrl(urlValue, id) {
704
+ exportValue.call(this, urlValue, id);
705
+ }
706
+ function loadRuntimeChunk(sourcePath, chunkData) {
707
+ if (typeof chunkData === 'string') {
708
+ loadRuntimeChunkPath(sourcePath, chunkData);
709
+ } else {
710
+ loadRuntimeChunkPath(sourcePath, chunkData.path);
711
+ }
712
+ }
713
+ const loadedChunks = new Set();
714
+ const unsupportedLoadChunk = Promise.resolve(undefined);
715
+ const loadedChunk = Promise.resolve(undefined);
716
+ const chunkCache = new Map();
717
+ function clearChunkCache() {
718
+ chunkCache.clear();
719
+ loadedChunks.clear();
720
+ }
721
+ function loadRuntimeChunkPath(sourcePath, chunkPath) {
722
+ if (!isJs(chunkPath)) {
723
+ // We only support loading JS chunks in Node.js.
724
+ // This branch can be hit when trying to load a CSS chunk.
725
+ return;
726
+ }
727
+ if (loadedChunks.has(chunkPath)) {
728
+ return;
729
+ }
730
+ try {
731
+ const resolved = path.resolve(RUNTIME_ROOT, chunkPath);
732
+ const chunkModules = require(resolved);
733
+ installCompressedModuleFactories(chunkModules, 0, moduleFactories);
734
+ loadedChunks.add(chunkPath);
735
+ } catch (cause) {
736
+ let errorMessage = `Failed to load chunk ${chunkPath}`;
737
+ if (sourcePath) {
738
+ errorMessage += ` from runtime for chunk ${sourcePath}`;
739
+ }
740
+ const error = new Error(errorMessage, {
741
+ cause
742
+ });
743
+ error.name = 'ChunkLoadError';
744
+ throw error;
745
+ }
746
+ }
747
+ function loadChunkAsync(chunkData) {
748
+ const chunkPath = typeof chunkData === 'string' ? chunkData : chunkData.path;
749
+ if (!isJs(chunkPath)) {
750
+ // We only support loading JS chunks in Node.js.
751
+ // This branch can be hit when trying to load a CSS chunk.
752
+ return unsupportedLoadChunk;
753
+ }
754
+ let entry = chunkCache.get(chunkPath);
755
+ if (entry === undefined) {
756
+ try {
757
+ // resolve to an absolute path to simplify `require` handling
758
+ const resolved = path.resolve(RUNTIME_ROOT, chunkPath);
759
+ // TODO: consider switching to `import()` to enable concurrent chunk loading and async file io
760
+ // However this is incompatible with hot reloading (since `import` doesn't use the require cache)
761
+ const chunkModules = require(resolved);
762
+ installCompressedModuleFactories(chunkModules, 0, moduleFactories);
763
+ entry = loadedChunk;
764
+ } catch (cause) {
765
+ const errorMessage = `Failed to load chunk ${chunkPath} from module ${this.m.id}`;
766
+ const error = new Error(errorMessage, {
767
+ cause
768
+ });
769
+ error.name = 'ChunkLoadError';
770
+ // Cache the failure promise, future requests will also get this same rejection
771
+ entry = Promise.reject(error);
772
+ }
773
+ chunkCache.set(chunkPath, entry);
774
+ }
775
+ // TODO: Return an instrumented Promise that React can use instead of relying on referential equality.
776
+ return entry;
777
+ }
778
+ contextPrototype.l = loadChunkAsync;
779
+ function loadChunkAsyncByUrl(chunkUrl) {
780
+ const path1 = url.fileURLToPath(new URL(chunkUrl, RUNTIME_ROOT));
781
+ return loadChunkAsync.call(this, path1);
782
+ }
783
+ contextPrototype.L = loadChunkAsyncByUrl;
784
+ function loadWebAssembly(chunkPath, _edgeModule, imports) {
785
+ const resolved = path.resolve(RUNTIME_ROOT, chunkPath);
786
+ return instantiateWebAssemblyFromPath(resolved, imports);
787
+ }
788
+ contextPrototype.w = loadWebAssembly;
789
+ function loadWebAssemblyModule(chunkPath, _edgeModule) {
790
+ const resolved = path.resolve(RUNTIME_ROOT, chunkPath);
791
+ return compileWebAssemblyFromPath(resolved);
792
+ }
793
+ contextPrototype.u = loadWebAssemblyModule;
794
+ /**
795
+ * Creates a Node.js worker thread by instantiating the given WorkerConstructor
796
+ * with the appropriate path and options, including forwarded globals.
797
+ *
798
+ * @param WorkerConstructor The Worker constructor from worker_threads
799
+ * @param workerPath Path to the worker entry chunk
800
+ * @param workerOptions options to pass to the Worker constructor (optional)
801
+ */ function createWorker(WorkerConstructor, workerPath, workerOptions) {
802
+ // Build the forwarded globals object
803
+ const forwardedGlobals = {};
804
+ for (const name of WORKER_FORWARDED_GLOBALS){
805
+ forwardedGlobals[name] = globalThis[name];
806
+ }
807
+ // Merge workerData with forwarded globals
808
+ const existingWorkerData = workerOptions?.workerData || {};
809
+ const options = {
810
+ ...workerOptions,
811
+ workerData: {
812
+ ...typeof existingWorkerData === 'object' ? existingWorkerData : {},
813
+ __turbopack_globals__: forwardedGlobals
814
+ }
815
+ };
816
+ return new WorkerConstructor(workerPath, options);
817
+ }
818
+ const regexJsUrl = /\.js(?:\?[^#]*)?(?:#.*)?$/;
819
+ /**
820
+ * Checks if a given path/URL ends with .js, optionally followed by ?query or #fragment.
821
+ */ function isJs(chunkUrlOrPath) {
822
+ return regexJsUrl.test(chunkUrlOrPath);
823
+ }
824
+ /* eslint-disable @typescript-eslint/no-unused-vars */ /// <reference path="./runtime-base.ts" />
825
+ /**
826
+ * Production Node.js runtime.
827
+ * Uses ModuleWithDirection and simple module instantiation without HMR support.
828
+ */ // moduleCache and moduleFactories are declared in runtime-base.ts
829
+ // this is read in runtime-utils.ts so it creates a module with direction for hmr
830
+ createModuleWithDirectionFlag = true;
831
+ const nodeContextPrototype = Context.prototype;
832
+ nodeContextPrototype.q = exportUrl;
833
+ nodeContextPrototype.M = moduleFactories;
834
+ // Cast moduleCache to ModuleWithDirection for production mode
835
+ nodeContextPrototype.c = moduleCache;
836
+ nodeContextPrototype.R = resolvePathFromModule;
837
+ nodeContextPrototype.b = createWorker;
838
+ nodeContextPrototype.C = clearChunkCache;
839
+ function instantiateModule(id, sourceType, sourceData) {
840
+ const moduleFactory = moduleFactories.get(id);
841
+ if (typeof moduleFactory !== 'function') {
842
+ // This can happen if modules incorrectly handle HMR disposes/updates,
843
+ // e.g. when they keep a `setTimeout` around which still executes old code
844
+ // and contains e.g. a `require("something")` call.
845
+ throw new Error(factoryNotAvailableMessage(id, sourceType, sourceData));
846
+ }
847
+ const module1 = createModuleWithDirection(id);
848
+ const exports = module1.exports;
849
+ moduleCache[id] = module1;
850
+ const context = new Context(module1, exports);
851
+ // NOTE(alexkirsz) This can fail when the module encounters a runtime error.
852
+ try {
853
+ moduleFactory(context, module1, exports);
854
+ } catch (error) {
855
+ module1.error = error;
856
+ throw error;
857
+ }
858
+ ;
859
+ module1.loaded = true;
860
+ if (module1.namespaceObject && module1.exports !== module1.namespaceObject) {
861
+ // in case of a circular dependency: cjs1 -> esm2 -> cjs1
862
+ interopEsm(module1.exports, module1.namespaceObject);
863
+ }
864
+ return module1;
865
+ }
866
+ /**
867
+ * Retrieves a module from the cache, or instantiate it if it is not cached.
868
+ */ // @ts-ignore
869
+ function getOrInstantiateModuleFromParent(id, sourceModule) {
870
+ const module1 = moduleCache[id];
871
+ if (module1) {
872
+ if (module1.error) {
873
+ throw module1.error;
874
+ }
875
+ return module1;
876
+ }
877
+ return instantiateModule(id, SourceType.Parent, sourceModule.id);
878
+ }
879
+ /**
880
+ * Instantiates a runtime module.
881
+ */ function instantiateRuntimeModule(chunkPath, moduleId) {
882
+ return instantiateModule(moduleId, SourceType.Runtime, chunkPath);
883
+ }
884
+ /**
885
+ * Retrieves a module from the cache, or instantiate it as a runtime module if it is not cached.
886
+ */ // @ts-ignore TypeScript doesn't separate this module space from the browser runtime
887
+ function getOrInstantiateRuntimeModule(chunkPath, moduleId) {
888
+ const module1 = moduleCache[moduleId];
889
+ if (module1) {
890
+ if (module1.error) {
891
+ throw module1.error;
892
+ }
893
+ return module1;
894
+ }
895
+ return instantiateRuntimeModule(chunkPath, moduleId);
896
+ }
897
+ module.exports = (sourcePath)=>({
898
+ m: (id)=>getOrInstantiateRuntimeModule(sourcePath, id),
899
+ c: (chunkData)=>loadRuntimeChunk(sourcePath, chunkData)
900
+ });
901
+
902
+
903
+ //# sourceMappingURL=%5Bturbopack%5D_runtime.js.map