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,1140 @@
1
+ /* eslint-disable @next/internal/no-ambiguous-jsx -- Pages router doesn't use react-server */ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ 0 && (module.exports = {
6
+ errorToJSON: null,
7
+ renderToHTML: null,
8
+ renderToHTMLImpl: null
9
+ });
10
+ function _export(target, all) {
11
+ for(var name in all)Object.defineProperty(target, name, {
12
+ enumerable: true,
13
+ get: all[name]
14
+ });
15
+ }
16
+ _export(exports, {
17
+ errorToJSON: function() {
18
+ return errorToJSON;
19
+ },
20
+ renderToHTML: function() {
21
+ return renderToHTML;
22
+ },
23
+ renderToHTMLImpl: function() {
24
+ return renderToHTMLImpl;
25
+ }
26
+ });
27
+ const _jsxruntime = require("react/jsx-runtime");
28
+ const _apiutils = require("./api-utils");
29
+ const _getcookieparser = require("./api-utils/get-cookie-parser");
30
+ const _react = /*#__PURE__*/ _interop_require_default(require("react"));
31
+ const _ReactDOMServerPages = /*#__PURE__*/ _interop_require_default(require("next/dist/server/ReactDOMServerPages"));
32
+ const _styledjsx = require("styled-jsx");
33
+ const _constants = require("../lib/constants");
34
+ const _constants1 = require("../shared/lib/constants");
35
+ const _isserializableprops = require("../lib/is-serializable-props");
36
+ const _head = require("../shared/lib/head");
37
+ const _headmanagercontextsharedruntime = require("../shared/lib/head-manager-context.shared-runtime");
38
+ const _loadablesharedruntime = /*#__PURE__*/ _interop_require_default(require("../shared/lib/loadable.shared-runtime"));
39
+ const _loadablecontextsharedruntime = require("../shared/lib/loadable-context.shared-runtime");
40
+ const _routercontextsharedruntime = require("../shared/lib/router-context.shared-runtime");
41
+ const _isdynamic = require("../shared/lib/router/utils/is-dynamic");
42
+ const _utils = require("../shared/lib/utils");
43
+ const _htmlcontextsharedruntime = require("../shared/lib/html-context.shared-runtime");
44
+ const _normalizepagepath = require("../shared/lib/page-path/normalize-page-path");
45
+ const _denormalizepagepath = require("../shared/lib/page-path/denormalize-page-path");
46
+ const _requestmeta = require("./request-meta");
47
+ const _redirectstatus = require("../lib/redirect-status");
48
+ const _renderresult = /*#__PURE__*/ _interop_require_default(require("./render-result"));
49
+ const _iserror = /*#__PURE__*/ _interop_require_default(require("../lib/is-error"));
50
+ const _nodewebstreamshelper = require("./stream-utils/node-web-streams-helper");
51
+ const _imageconfigcontextsharedruntime = require("../shared/lib/image-config-context.shared-runtime");
52
+ const _stripansi = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/strip-ansi"));
53
+ const _internalutils = require("./internal-utils");
54
+ const _adapters = require("../shared/lib/router/adapters");
55
+ const _approutercontextsharedruntime = require("../shared/lib/app-router-context.shared-runtime");
56
+ const _hooksclientcontextsharedruntime = require("../shared/lib/hooks-client-context.shared-runtime");
57
+ const _tracer = require("./lib/trace/tracer");
58
+ const _constants2 = require("./lib/trace/constants");
59
+ const _reflect = require("./web/spec-extension/adapters/reflect");
60
+ const _cachecontrol = require("./lib/cache-control");
61
+ const _errorsource = require("../shared/lib/error-source");
62
+ const _getscriptnoncefromheader = require("./app-render/get-script-nonce-from-header");
63
+ function _interop_require_default(obj) {
64
+ return obj && obj.__esModule ? obj : {
65
+ default: obj
66
+ };
67
+ }
68
+ let tryGetPreviewData;
69
+ let warn;
70
+ let postProcessHTML;
71
+ const DOCTYPE = '<!DOCTYPE html>';
72
+ if (process.env.NEXT_RUNTIME !== 'edge') {
73
+ tryGetPreviewData = require('./api-utils/node/try-get-preview-data').tryGetPreviewData;
74
+ warn = require('../build/output/log').warn;
75
+ postProcessHTML = require('./post-process').postProcessHTML;
76
+ } else {
77
+ warn = console.warn.bind(console);
78
+ postProcessHTML = async (html)=>html;
79
+ }
80
+ function noRouter() {
81
+ const message = 'No router instance found. you should only use "next/router" inside the client side of your app. https://nextjs.org/docs/messages/no-router-instance';
82
+ throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
83
+ value: "E1027",
84
+ enumerable: false,
85
+ configurable: true
86
+ });
87
+ }
88
+ async function renderToString(element) {
89
+ const renderStream = await _ReactDOMServerPages.default.renderToReadableStream(element);
90
+ await renderStream.allReady;
91
+ return (0, _nodewebstreamshelper.streamToString)(renderStream);
92
+ }
93
+ class ServerRouter {
94
+ constructor(pathname, query, as, { isFallback }, isReady, basePath, locale, locales, defaultLocale, domainLocales, isPreview, isLocaleDomain){
95
+ this.route = pathname.replace(/\/$/, '') || '/';
96
+ this.pathname = pathname;
97
+ this.query = query;
98
+ this.asPath = as;
99
+ this.isFallback = isFallback;
100
+ this.basePath = basePath;
101
+ this.locale = locale;
102
+ this.locales = locales;
103
+ this.defaultLocale = defaultLocale;
104
+ this.isReady = isReady;
105
+ this.domainLocales = domainLocales;
106
+ this.isPreview = !!isPreview;
107
+ this.isLocaleDomain = !!isLocaleDomain;
108
+ }
109
+ push() {
110
+ noRouter();
111
+ }
112
+ replace() {
113
+ noRouter();
114
+ }
115
+ reload() {
116
+ noRouter();
117
+ }
118
+ back() {
119
+ noRouter();
120
+ }
121
+ forward() {
122
+ noRouter();
123
+ }
124
+ prefetch() {
125
+ noRouter();
126
+ }
127
+ beforePopState() {
128
+ noRouter();
129
+ }
130
+ }
131
+ function enhanceComponents(options, App, Component) {
132
+ // For backwards compatibility
133
+ if (typeof options === 'function') {
134
+ return {
135
+ App,
136
+ Component: options(Component)
137
+ };
138
+ }
139
+ return {
140
+ App: options.enhanceApp ? options.enhanceApp(App) : App,
141
+ Component: options.enhanceComponent ? options.enhanceComponent(Component) : Component
142
+ };
143
+ }
144
+ function renderPageTree(App, Component, props) {
145
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(App, {
146
+ Component: Component,
147
+ ...props
148
+ });
149
+ }
150
+ const invalidKeysMsg = (methodName, invalidKeys)=>{
151
+ const docsPathname = `invalid-${methodName.toLocaleLowerCase()}-value`;
152
+ return `Additional keys were returned from \`${methodName}\`. Properties intended for your component must be nested under the \`props\` key, e.g.:` + `\n\n\treturn { props: { title: 'My Title', content: '...' } }` + `\n\nKeys that need to be moved: ${invalidKeys.join(', ')}.` + `\nRead more: https://nextjs.org/docs/messages/${docsPathname}`;
153
+ };
154
+ function checkRedirectValues(redirect, req, method) {
155
+ const { destination, permanent, statusCode, basePath } = redirect;
156
+ let errors = [];
157
+ const hasStatusCode = typeof statusCode !== 'undefined';
158
+ const hasPermanent = typeof permanent !== 'undefined';
159
+ if (hasPermanent && hasStatusCode) {
160
+ errors.push(`\`permanent\` and \`statusCode\` can not both be provided`);
161
+ } else if (hasPermanent && typeof permanent !== 'boolean') {
162
+ errors.push(`\`permanent\` must be \`true\` or \`false\``);
163
+ } else if (hasStatusCode && !_redirectstatus.allowedStatusCodes.has(statusCode)) {
164
+ errors.push(`\`statusCode\` must undefined or one of ${[
165
+ ..._redirectstatus.allowedStatusCodes
166
+ ].join(', ')}`);
167
+ }
168
+ const destinationType = typeof destination;
169
+ if (destinationType !== 'string') {
170
+ errors.push(`\`destination\` should be string but received ${destinationType}`);
171
+ }
172
+ const basePathType = typeof basePath;
173
+ if (basePathType !== 'undefined' && basePathType !== 'boolean') {
174
+ errors.push(`\`basePath\` should be undefined or a false, received ${basePathType}`);
175
+ }
176
+ if (errors.length > 0) {
177
+ throw Object.defineProperty(new Error(`Invalid redirect object returned from ${method} for ${req.url}\n` + errors.join(' and ') + '\n' + `See more info here: https://nextjs.org/docs/messages/invalid-redirect-gssp`), "__NEXT_ERROR_CODE", {
178
+ value: "E185",
179
+ enumerable: false,
180
+ configurable: true
181
+ });
182
+ }
183
+ }
184
+ function errorToJSON(err) {
185
+ let source = 'server';
186
+ if (process.env.NEXT_RUNTIME !== 'edge') {
187
+ source = (0, _errorsource.getErrorSource)(err) || 'server';
188
+ }
189
+ return {
190
+ name: err.name,
191
+ source,
192
+ message: (0, _stripansi.default)(err.message),
193
+ stack: err.stack,
194
+ digest: err.digest
195
+ };
196
+ }
197
+ function serializeError(dev, err) {
198
+ if (dev) {
199
+ return errorToJSON(err);
200
+ }
201
+ return {
202
+ name: 'Internal Server Error.',
203
+ message: '500 - Internal Server Error.',
204
+ statusCode: 500
205
+ };
206
+ }
207
+ async function renderToHTMLImpl(req, res, pathname, query, renderOpts, extra, sharedContext, renderContext) {
208
+ // Adds support for reading `cookies` in `getServerSideProps` when SSR.
209
+ (0, _apiutils.setLazyProp)({
210
+ req: req
211
+ }, 'cookies', (0, _getcookieparser.getCookieParser)(req.headers));
212
+ let baseAssetQueryString = process.env.__NEXT_DEV_SERVER && renderOpts.assetQueryString || '';
213
+ if (process.env.__NEXT_DEV_SERVER && !baseAssetQueryString) {
214
+ const userAgent = (req.headers['user-agent'] || '').toLowerCase();
215
+ if (userAgent.includes('safari') && !userAgent.includes('chrome')) {
216
+ // In dev we invalidate the cache by appending a timestamp to the resource URL.
217
+ // This is a workaround to fix https://github.com/vercel/next.js/issues/5860
218
+ // TODO: remove this workaround when https://bugs.webkit.org/show_bug.cgi?id=187726 is fixed.
219
+ // Note: The workaround breaks breakpoints on reload since the script url always changes,
220
+ // so we only apply it to Safari.
221
+ baseAssetQueryString = `?ts=${Date.now()}`;
222
+ }
223
+ }
224
+ const mutableAssetQueryString = baseAssetQueryString + (sharedContext.deploymentId ? `${baseAssetQueryString ? '&' : '?'}dpl=${sharedContext.deploymentId}` : '');
225
+ const assetQueryString = baseAssetQueryString + (sharedContext.clientAssetToken ? `${baseAssetQueryString ? '&' : '?'}dpl=${sharedContext.clientAssetToken}` : '');
226
+ const metadata = {
227
+ assetQueryString,
228
+ mutableAssetQueryString
229
+ };
230
+ // don't modify original query object
231
+ query = Object.assign({}, query);
232
+ const { err, pageConfig = {}, buildManifest, reactLoadableManifest, ErrorDebug, getStaticProps, getStaticPaths, getServerSideProps, isNextDataRequest, params, previewProps, basePath, images, runtime: globalRuntime, isExperimentalCompile, expireTime } = renderOpts;
233
+ const { App } = extra;
234
+ let Document = extra.Document;
235
+ let Component = renderOpts.Component;
236
+ const OriginComponent = Component;
237
+ const isFallback = renderContext.isFallback ?? false;
238
+ const notFoundSrcPage = renderContext.developmentNotFoundSourcePage;
239
+ // next internal queries should be stripped out
240
+ (0, _internalutils.stripInternalQueries)(query);
241
+ const isSSG = !!getStaticProps;
242
+ const isBuildTimeSSG = isSSG && renderOpts.isBuildTimePrerendering;
243
+ const defaultAppGetInitialProps = App.getInitialProps === App.origGetInitialProps;
244
+ const hasPageGetInitialProps = !!(Component == null ? void 0 : Component.getInitialProps);
245
+ const hasPageScripts = Component == null ? void 0 : Component.unstable_scriptLoader;
246
+ const pageIsDynamic = (0, _isdynamic.isDynamicRoute)(pathname);
247
+ const defaultErrorGetInitialProps = pathname === '/_error' && Component.getInitialProps === Component.origGetInitialProps;
248
+ if (renderOpts.isBuildTimePrerendering && hasPageGetInitialProps && !defaultErrorGetInitialProps) {
249
+ warn(`Detected getInitialProps on page '${pathname}'` + ` while running export. It's recommended to use getStaticProps` + ` which has a more correct behavior for static exporting.` + `\nRead more: https://nextjs.org/docs/messages/get-initial-props-export`);
250
+ }
251
+ let isAutoExport = !hasPageGetInitialProps && defaultAppGetInitialProps && !isSSG && !getServerSideProps;
252
+ // if we are running from experimental compile and the page
253
+ // would normally be automatically statically optimized
254
+ // ensure we set cache header so it's not rendered on-demand
255
+ // every request
256
+ if (isAutoExport && !process.env.__NEXT_DEV_SERVER && isExperimentalCompile) {
257
+ res.setHeader('Cache-Control', (0, _cachecontrol.getCacheControlHeader)({
258
+ revalidate: false,
259
+ expire: expireTime
260
+ }));
261
+ isAutoExport = false;
262
+ }
263
+ if (hasPageGetInitialProps && isSSG) {
264
+ throw Object.defineProperty(new Error(_constants.SSG_GET_INITIAL_PROPS_CONFLICT + ` ${pathname}`), "__NEXT_ERROR_CODE", {
265
+ value: "E262",
266
+ enumerable: false,
267
+ configurable: true
268
+ });
269
+ }
270
+ if (hasPageGetInitialProps && getServerSideProps) {
271
+ throw Object.defineProperty(new Error(_constants.SERVER_PROPS_GET_INIT_PROPS_CONFLICT + ` ${pathname}`), "__NEXT_ERROR_CODE", {
272
+ value: "E262",
273
+ enumerable: false,
274
+ configurable: true
275
+ });
276
+ }
277
+ if (getServerSideProps && isSSG) {
278
+ throw Object.defineProperty(new Error(_constants.SERVER_PROPS_SSG_CONFLICT + ` ${pathname}`), "__NEXT_ERROR_CODE", {
279
+ value: "E262",
280
+ enumerable: false,
281
+ configurable: true
282
+ });
283
+ }
284
+ if (getServerSideProps && renderOpts.nextConfigOutput === 'export') {
285
+ throw Object.defineProperty(new Error('getServerSideProps cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export'), "__NEXT_ERROR_CODE", {
286
+ value: "E369",
287
+ enumerable: false,
288
+ configurable: true
289
+ });
290
+ }
291
+ if (getStaticPaths && !pageIsDynamic) {
292
+ throw Object.defineProperty(new Error(`getStaticPaths is only allowed for dynamic SSG pages and was found on '${pathname}'.` + `\nRead more: https://nextjs.org/docs/messages/non-dynamic-getstaticpaths-usage`), "__NEXT_ERROR_CODE", {
293
+ value: "E187",
294
+ enumerable: false,
295
+ configurable: true
296
+ });
297
+ }
298
+ if (!!getStaticPaths && !isSSG) {
299
+ throw Object.defineProperty(new Error(`getStaticPaths was added without a getStaticProps in ${pathname}. Without getStaticProps, getStaticPaths does nothing`), "__NEXT_ERROR_CODE", {
300
+ value: "E447",
301
+ enumerable: false,
302
+ configurable: true
303
+ });
304
+ }
305
+ if (isSSG && pageIsDynamic && !getStaticPaths) {
306
+ throw Object.defineProperty(new Error(`getStaticPaths is required for dynamic SSG pages and is missing for '${pathname}'.` + `\nRead more: https://nextjs.org/docs/messages/invalid-getstaticpaths-value`), "__NEXT_ERROR_CODE", {
307
+ value: "E255",
308
+ enumerable: false,
309
+ configurable: true
310
+ });
311
+ }
312
+ let asPath = renderOpts.resolvedAsPath || req.url;
313
+ if (process.env.__NEXT_DEV_SERVER) {
314
+ const { isValidElementType } = require('next/dist/compiled/react-is');
315
+ if (!isValidElementType(Component)) {
316
+ throw Object.defineProperty(new Error(`The default export is not a React Component in page: "${pathname}"`), "__NEXT_ERROR_CODE", {
317
+ value: "E286",
318
+ enumerable: false,
319
+ configurable: true
320
+ });
321
+ }
322
+ if (!isValidElementType(App)) {
323
+ throw Object.defineProperty(new Error(`The default export is not a React Component in page: "/_app"`), "__NEXT_ERROR_CODE", {
324
+ value: "E464",
325
+ enumerable: false,
326
+ configurable: true
327
+ });
328
+ }
329
+ if (!isValidElementType(Document)) {
330
+ throw Object.defineProperty(new Error(`The default export is not a React Component in page: "/_document"`), "__NEXT_ERROR_CODE", {
331
+ value: "E511",
332
+ enumerable: false,
333
+ configurable: true
334
+ });
335
+ }
336
+ if (isAutoExport || isFallback) {
337
+ // remove query values except ones that will be set during export
338
+ query = {};
339
+ asPath = `${pathname}${// ensure trailing slash is present for non-dynamic auto-export pages
340
+ req.url.endsWith('/') && pathname !== '/' && !pageIsDynamic ? '/' : ''}`;
341
+ req.url = pathname;
342
+ }
343
+ if (pathname === '/404' && (hasPageGetInitialProps || getServerSideProps)) {
344
+ throw Object.defineProperty(new Error(`\`pages/404\` ${_constants.STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR}`), "__NEXT_ERROR_CODE", {
345
+ value: "E134",
346
+ enumerable: false,
347
+ configurable: true
348
+ });
349
+ }
350
+ if (_constants1.STATIC_STATUS_PAGES.includes(pathname) && (hasPageGetInitialProps || getServerSideProps)) {
351
+ throw Object.defineProperty(new Error(`\`pages${pathname}\` ${_constants.STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR}`), "__NEXT_ERROR_CODE", {
352
+ value: "E125",
353
+ enumerable: false,
354
+ configurable: true
355
+ });
356
+ }
357
+ if (renderOpts == null ? void 0 : renderOpts.setIsrStatus) {
358
+ renderOpts.setIsrStatus(asPath, isSSG || isAutoExport);
359
+ }
360
+ }
361
+ for (const methodName of [
362
+ 'getStaticProps',
363
+ 'getServerSideProps',
364
+ 'getStaticPaths'
365
+ ]){
366
+ if (Component == null ? void 0 : Component[methodName]) {
367
+ throw Object.defineProperty(new Error(`page ${pathname} ${methodName} ${_constants.GSSP_COMPONENT_MEMBER_ERROR}`), "__NEXT_ERROR_CODE", {
368
+ value: "E417",
369
+ enumerable: false,
370
+ configurable: true
371
+ });
372
+ }
373
+ }
374
+ await _loadablesharedruntime.default.preloadAll() // Make sure all dynamic imports are loaded
375
+ ;
376
+ let isPreview = undefined;
377
+ let previewData;
378
+ if ((isSSG || getServerSideProps) && !isFallback && process.env.NEXT_RUNTIME !== 'edge' && previewProps) {
379
+ // Reads of this are cached on the `req` object, so this should resolve
380
+ // instantly. There's no need to pass this data down from a previous
381
+ // invoke.
382
+ previewData = tryGetPreviewData(req, res, previewProps, !!renderOpts.multiZoneDraftMode);
383
+ isPreview = previewData !== false;
384
+ }
385
+ // url will always be set
386
+ const routerIsReady = !!(getServerSideProps || hasPageGetInitialProps || !defaultAppGetInitialProps && !isSSG || isExperimentalCompile);
387
+ const router = new ServerRouter(pathname, query, asPath, {
388
+ isFallback: isFallback
389
+ }, routerIsReady, basePath, renderOpts.locale, renderOpts.locales, renderOpts.defaultLocale, renderOpts.domainLocales, isPreview, (0, _requestmeta.getRequestMeta)(req, 'isLocaleDomain'));
390
+ const appRouter = (0, _adapters.adaptForAppRouterInstance)(router);
391
+ let scriptLoader = {};
392
+ const jsxStyleRegistry = (0, _styledjsx.createStyleRegistry)();
393
+ let head = (0, _head.defaultHead)();
394
+ const reactLoadableModules = [];
395
+ let initialScripts = {};
396
+ if (hasPageScripts) {
397
+ initialScripts.beforeInteractive = [].concat(hasPageScripts()).filter((script)=>script.props.strategy === 'beforeInteractive').map((script)=>script.props);
398
+ }
399
+ const csp = req.headers['content-security-policy'] || req.headers['content-security-policy-report-only'];
400
+ const nonce = typeof csp === 'string' ? (0, _getscriptnoncefromheader.getScriptNonceFromHeader)(csp) : undefined;
401
+ const AppContainer = ({ children })=>/*#__PURE__*/ (0, _jsxruntime.jsx)(_approutercontextsharedruntime.AppRouterContext.Provider, {
402
+ value: appRouter,
403
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_hooksclientcontextsharedruntime.SearchParamsContext.Provider, {
404
+ value: (0, _adapters.adaptForSearchParams)(router),
405
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_adapters.PathnameContextProviderAdapter, {
406
+ router: router,
407
+ isAutoExport: isAutoExport,
408
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_hooksclientcontextsharedruntime.PathParamsContext.Provider, {
409
+ value: (0, _adapters.adaptForPathParams)(router),
410
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_routercontextsharedruntime.RouterContext.Provider, {
411
+ value: router,
412
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_headmanagercontextsharedruntime.HeadManagerContext.Provider, {
413
+ value: {
414
+ updateHead: (state)=>{
415
+ head = state;
416
+ },
417
+ updateScripts: (scripts)=>{
418
+ scriptLoader = scripts;
419
+ },
420
+ scripts: initialScripts,
421
+ mountedInstances: new Set(),
422
+ nonce
423
+ },
424
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_loadablecontextsharedruntime.LoadableContext.Provider, {
425
+ value: (moduleName)=>reactLoadableModules.push(moduleName),
426
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_styledjsx.StyleRegistry, {
427
+ registry: jsxStyleRegistry,
428
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_imageconfigcontextsharedruntime.ImageConfigContext.Provider, {
429
+ value: images,
430
+ children: children
431
+ })
432
+ })
433
+ })
434
+ })
435
+ })
436
+ })
437
+ })
438
+ })
439
+ });
440
+ // The `useId` API uses the path indexes to generate an ID for each node.
441
+ // To guarantee the match of hydration, we need to ensure that the structure
442
+ // of wrapper nodes is isomorphic in server and client.
443
+ // TODO: With `enhanceApp` and `enhanceComponents` options, this approach may
444
+ // not be useful.
445
+ // https://github.com/facebook/react/pull/22644
446
+ const Noop = ()=>null;
447
+ const AppContainerWithIsomorphicFiberStructure = ({ children })=>{
448
+ return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
449
+ children: [
450
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(Noop, {}),
451
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(AppContainer, {
452
+ children: /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
453
+ children: [
454
+ children,
455
+ /*#__PURE__*/ (0, _jsxruntime.jsx)(Noop, {})
456
+ ]
457
+ })
458
+ })
459
+ ]
460
+ });
461
+ };
462
+ const ctx = {
463
+ err,
464
+ req: isAutoExport ? undefined : req,
465
+ res: isAutoExport ? undefined : res,
466
+ pathname,
467
+ query,
468
+ asPath,
469
+ locale: renderOpts.locale,
470
+ locales: renderOpts.locales,
471
+ defaultLocale: renderOpts.defaultLocale,
472
+ AppTree: (props)=>{
473
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(AppContainerWithIsomorphicFiberStructure, {
474
+ children: renderPageTree(App, OriginComponent, {
475
+ ...props,
476
+ router
477
+ })
478
+ });
479
+ },
480
+ defaultGetInitialProps: async (docCtx, options = {})=>{
481
+ const enhanceApp = (AppComp)=>{
482
+ return (props)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(AppComp, {
483
+ ...props
484
+ });
485
+ };
486
+ const { html, head: renderPageHead } = await docCtx.renderPage({
487
+ enhanceApp
488
+ });
489
+ const styles = jsxStyleRegistry.styles({
490
+ nonce: options.nonce || nonce
491
+ });
492
+ jsxStyleRegistry.flush();
493
+ return {
494
+ html,
495
+ head: renderPageHead,
496
+ styles
497
+ };
498
+ }
499
+ };
500
+ let props;
501
+ const nextExport = !isSSG && (renderOpts.isBuildTimePrerendering || process.env.__NEXT_DEV_SERVER && (isAutoExport || isFallback));
502
+ const styledJsxInsertedHTML = ()=>{
503
+ const styles = jsxStyleRegistry.styles();
504
+ jsxStyleRegistry.flush();
505
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(_jsxruntime.Fragment, {
506
+ children: styles
507
+ });
508
+ };
509
+ props = await (0, _utils.loadGetInitialProps)(App, {
510
+ AppTree: ctx.AppTree,
511
+ Component,
512
+ router,
513
+ ctx
514
+ });
515
+ if ((isSSG || getServerSideProps) && isPreview) {
516
+ props.__N_PREVIEW = true;
517
+ }
518
+ if (isSSG) {
519
+ props[_constants1.STATIC_PROPS_ID] = true;
520
+ }
521
+ if (isSSG && !isFallback) {
522
+ let data;
523
+ try {
524
+ data = await (0, _tracer.getTracer)().trace(_constants2.RenderSpan.getStaticProps, {
525
+ spanName: `getStaticProps ${pathname}`,
526
+ attributes: {
527
+ 'next.route': pathname
528
+ }
529
+ }, ()=>getStaticProps({
530
+ ...pageIsDynamic ? {
531
+ params
532
+ } : undefined,
533
+ ...isPreview ? {
534
+ draftMode: true,
535
+ preview: true,
536
+ previewData: previewData
537
+ } : undefined,
538
+ locales: [
539
+ ...renderOpts.locales ?? []
540
+ ],
541
+ locale: renderOpts.locale,
542
+ defaultLocale: renderOpts.defaultLocale,
543
+ revalidateReason: renderOpts.isOnDemandRevalidate ? 'on-demand' : isBuildTimeSSG ? 'build' : 'stale'
544
+ }));
545
+ } catch (staticPropsError) {
546
+ // remove not found error code to prevent triggering legacy
547
+ // 404 rendering
548
+ if (staticPropsError && staticPropsError.code === 'ENOENT') {
549
+ delete staticPropsError.code;
550
+ }
551
+ throw staticPropsError;
552
+ }
553
+ if (data == null) {
554
+ throw Object.defineProperty(new Error(_constants.GSP_NO_RETURNED_VALUE), "__NEXT_ERROR_CODE", {
555
+ value: "E394",
556
+ enumerable: false,
557
+ configurable: true
558
+ });
559
+ }
560
+ const invalidKeys = Object.keys(data).filter((key)=>key !== 'revalidate' && key !== 'props' && key !== 'redirect' && key !== 'notFound');
561
+ if (invalidKeys.includes('unstable_revalidate')) {
562
+ throw Object.defineProperty(new Error(_constants.UNSTABLE_REVALIDATE_RENAME_ERROR), "__NEXT_ERROR_CODE", {
563
+ value: "E394",
564
+ enumerable: false,
565
+ configurable: true
566
+ });
567
+ }
568
+ if (invalidKeys.length) {
569
+ throw Object.defineProperty(new Error(invalidKeysMsg('getStaticProps', invalidKeys)), "__NEXT_ERROR_CODE", {
570
+ value: "E394",
571
+ enumerable: false,
572
+ configurable: true
573
+ });
574
+ }
575
+ if (process.env.NODE_ENV !== 'production') {
576
+ if (typeof data.notFound !== 'undefined' && typeof data.redirect !== 'undefined') {
577
+ throw Object.defineProperty(new Error(`\`redirect\` and \`notFound\` can not both be returned from ${isSSG ? 'getStaticProps' : 'getServerSideProps'} at the same time. Page: ${pathname}\nSee more info here: https://nextjs.org/docs/messages/gssp-mixed-not-found-redirect`), "__NEXT_ERROR_CODE", {
578
+ value: "E454",
579
+ enumerable: false,
580
+ configurable: true
581
+ });
582
+ }
583
+ }
584
+ if ('notFound' in data && data.notFound) {
585
+ if (pathname === '/404') {
586
+ throw Object.defineProperty(new Error(`The /404 page can not return notFound in "getStaticProps", please remove it to continue!`), "__NEXT_ERROR_CODE", {
587
+ value: "E121",
588
+ enumerable: false,
589
+ configurable: true
590
+ });
591
+ }
592
+ metadata.isNotFound = true;
593
+ }
594
+ if ('redirect' in data && data.redirect && typeof data.redirect === 'object') {
595
+ checkRedirectValues(data.redirect, req, 'getStaticProps');
596
+ if (isBuildTimeSSG) {
597
+ throw Object.defineProperty(new Error(`\`redirect\` can not be returned from getStaticProps during prerendering (${req.url})\n` + `See more info here: https://nextjs.org/docs/messages/gsp-redirect-during-prerender`), "__NEXT_ERROR_CODE", {
598
+ value: "E497",
599
+ enumerable: false,
600
+ configurable: true
601
+ });
602
+ }
603
+ ;
604
+ data.props = {
605
+ __N_REDIRECT: data.redirect.destination,
606
+ __N_REDIRECT_STATUS: (0, _redirectstatus.getRedirectStatus)(data.redirect)
607
+ };
608
+ if (typeof data.redirect.basePath !== 'undefined') {
609
+ ;
610
+ data.props.__N_REDIRECT_BASE_PATH = data.redirect.basePath;
611
+ }
612
+ metadata.isRedirect = true;
613
+ }
614
+ if ((process.env.__NEXT_DEV_SERVER || isBuildTimeSSG) && !metadata.isNotFound && !(0, _isserializableprops.isSerializableProps)(pathname, 'getStaticProps', data.props)) {
615
+ // this fn should throw an error instead of ever returning `false`
616
+ throw Object.defineProperty(new Error('invariant: getStaticProps did not return valid props. Please report this.'), "__NEXT_ERROR_CODE", {
617
+ value: "E129",
618
+ enumerable: false,
619
+ configurable: true
620
+ });
621
+ }
622
+ let revalidate;
623
+ if ('revalidate' in data) {
624
+ if (data.revalidate && renderOpts.nextConfigOutput === 'export') {
625
+ throw Object.defineProperty(new Error('ISR cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export'), "__NEXT_ERROR_CODE", {
626
+ value: "E201",
627
+ enumerable: false,
628
+ configurable: true
629
+ });
630
+ }
631
+ if (typeof data.revalidate === 'number') {
632
+ if (!Number.isInteger(data.revalidate)) {
633
+ throw Object.defineProperty(new Error(`A page's revalidate option must be seconds expressed as a natural number for ${req.url}. Mixed numbers, such as '${data.revalidate}', cannot be used.` + `\nTry changing the value to '${Math.ceil(data.revalidate)}' or using \`Math.ceil()\` if you're computing the value.`), "__NEXT_ERROR_CODE", {
634
+ value: "E438",
635
+ enumerable: false,
636
+ configurable: true
637
+ });
638
+ } else if (data.revalidate <= 0) {
639
+ throw Object.defineProperty(new Error(`A page's revalidate option can not be less than or equal to zero for ${req.url}. A revalidate option of zero means to revalidate after _every_ request, and implies stale data cannot be tolerated.` + `\n\nTo never revalidate, you can set revalidate to \`false\` (only ran once at build-time).` + `\nTo revalidate as soon as possible, you can set the value to \`1\`.`), "__NEXT_ERROR_CODE", {
640
+ value: "E311",
641
+ enumerable: false,
642
+ configurable: true
643
+ });
644
+ } else {
645
+ if (data.revalidate > 31536000) {
646
+ // if it's greater than a year for some reason error
647
+ console.warn(`Warning: A page's revalidate option was set to more than a year for ${req.url}. This may have been done in error.` + `\nTo only run getStaticProps at build-time and not revalidate at runtime, you can set \`revalidate\` to \`false\`!`);
648
+ }
649
+ revalidate = data.revalidate;
650
+ }
651
+ } else if (data.revalidate === true) {
652
+ // When enabled, revalidate after 1 second. This value is optimal for
653
+ // the most up-to-date page possible, but without a 1-to-1
654
+ // request-refresh ratio.
655
+ revalidate = 1;
656
+ } else if (data.revalidate === false || typeof data.revalidate === 'undefined') {
657
+ // By default, we never revalidate.
658
+ revalidate = false;
659
+ } else {
660
+ throw Object.defineProperty(new Error(`A page's revalidate option must be seconds expressed as a natural number. Mixed numbers and strings cannot be used. Received '${JSON.stringify(data.revalidate)}' for ${req.url}`), "__NEXT_ERROR_CODE", {
661
+ value: "E161",
662
+ enumerable: false,
663
+ configurable: true
664
+ });
665
+ }
666
+ } else {
667
+ // By default, we never revalidate.
668
+ revalidate = false;
669
+ }
670
+ props.pageProps = Object.assign({}, props.pageProps, 'props' in data ? data.props : undefined);
671
+ // pass up cache control and props for export
672
+ metadata.cacheControl = {
673
+ revalidate,
674
+ expire: undefined
675
+ };
676
+ metadata.pageData = props;
677
+ // this must come after revalidate is added to renderResultMeta
678
+ if (metadata.isNotFound) {
679
+ return new _renderresult.default(null, {
680
+ metadata,
681
+ contentType: null
682
+ });
683
+ }
684
+ }
685
+ if (getServerSideProps) {
686
+ props[_constants1.SERVER_PROPS_ID] = true;
687
+ }
688
+ if (getServerSideProps && !isFallback) {
689
+ let data;
690
+ let canAccessRes = true;
691
+ let resOrProxy = res;
692
+ let deferredContent = false;
693
+ if (process.env.NODE_ENV !== 'production') {
694
+ resOrProxy = new Proxy(res, {
695
+ get: function(obj, prop) {
696
+ if (!canAccessRes) {
697
+ const message = `You should not access 'res' after getServerSideProps resolves.` + `\nRead more: https://nextjs.org/docs/messages/gssp-no-mutating-res`;
698
+ if (deferredContent) {
699
+ throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
700
+ value: "E1028",
701
+ enumerable: false,
702
+ configurable: true
703
+ });
704
+ } else {
705
+ warn(message);
706
+ }
707
+ }
708
+ if (typeof prop === 'symbol') {
709
+ return _reflect.ReflectAdapter.get(obj, prop, res);
710
+ }
711
+ return _reflect.ReflectAdapter.get(obj, prop, res);
712
+ }
713
+ });
714
+ }
715
+ try {
716
+ data = await (0, _tracer.getTracer)().trace(_constants2.RenderSpan.getServerSideProps, {
717
+ spanName: `getServerSideProps ${pathname}`,
718
+ attributes: {
719
+ 'next.route': pathname
720
+ }
721
+ }, async ()=>getServerSideProps({
722
+ req: req,
723
+ res: resOrProxy,
724
+ query,
725
+ resolvedUrl: renderOpts.resolvedUrl,
726
+ ...pageIsDynamic ? {
727
+ params
728
+ } : undefined,
729
+ ...previewData !== false ? {
730
+ draftMode: true,
731
+ preview: true,
732
+ previewData: previewData
733
+ } : undefined,
734
+ // We create a copy here to avoid having the types of
735
+ // `getServerSideProps` change. This ensures that users can't
736
+ // mutate this array and have it poison the reference.
737
+ locales: [
738
+ ...renderOpts.locales ?? []
739
+ ],
740
+ locale: renderOpts.locale,
741
+ defaultLocale: renderOpts.defaultLocale
742
+ }));
743
+ canAccessRes = false;
744
+ metadata.cacheControl = {
745
+ revalidate: 0,
746
+ expire: undefined
747
+ };
748
+ } catch (serverSidePropsError) {
749
+ // remove not found error code to prevent triggering legacy
750
+ // 404 rendering
751
+ if ((0, _iserror.default)(serverSidePropsError) && serverSidePropsError.code === 'ENOENT') {
752
+ delete serverSidePropsError.code;
753
+ }
754
+ throw serverSidePropsError;
755
+ }
756
+ if (data == null) {
757
+ throw Object.defineProperty(new Error(_constants.GSSP_NO_RETURNED_VALUE), "__NEXT_ERROR_CODE", {
758
+ value: "E394",
759
+ enumerable: false,
760
+ configurable: true
761
+ });
762
+ }
763
+ if (data.props instanceof Promise) {
764
+ deferredContent = true;
765
+ }
766
+ const invalidKeys = Object.keys(data).filter((key)=>key !== 'props' && key !== 'redirect' && key !== 'notFound');
767
+ if (data.unstable_notFound) {
768
+ throw Object.defineProperty(new Error(`unstable_notFound has been renamed to notFound, please update the field to continue. Page: ${pathname}`), "__NEXT_ERROR_CODE", {
769
+ value: "E516",
770
+ enumerable: false,
771
+ configurable: true
772
+ });
773
+ }
774
+ if (data.unstable_redirect) {
775
+ throw Object.defineProperty(new Error(`unstable_redirect has been renamed to redirect, please update the field to continue. Page: ${pathname}`), "__NEXT_ERROR_CODE", {
776
+ value: "E284",
777
+ enumerable: false,
778
+ configurable: true
779
+ });
780
+ }
781
+ if (invalidKeys.length) {
782
+ throw Object.defineProperty(new Error(invalidKeysMsg('getServerSideProps', invalidKeys)), "__NEXT_ERROR_CODE", {
783
+ value: "E394",
784
+ enumerable: false,
785
+ configurable: true
786
+ });
787
+ }
788
+ if ('notFound' in data && data.notFound) {
789
+ if (pathname === '/404') {
790
+ throw Object.defineProperty(new Error(`The /404 page can not return notFound in "getStaticProps", please remove it to continue!`), "__NEXT_ERROR_CODE", {
791
+ value: "E121",
792
+ enumerable: false,
793
+ configurable: true
794
+ });
795
+ }
796
+ metadata.isNotFound = true;
797
+ return new _renderresult.default(null, {
798
+ metadata,
799
+ contentType: null
800
+ });
801
+ }
802
+ if ('redirect' in data && typeof data.redirect === 'object') {
803
+ checkRedirectValues(data.redirect, req, 'getServerSideProps');
804
+ data.props = {
805
+ __N_REDIRECT: data.redirect.destination,
806
+ __N_REDIRECT_STATUS: (0, _redirectstatus.getRedirectStatus)(data.redirect)
807
+ };
808
+ if (typeof data.redirect.basePath !== 'undefined') {
809
+ ;
810
+ data.props.__N_REDIRECT_BASE_PATH = data.redirect.basePath;
811
+ }
812
+ metadata.isRedirect = true;
813
+ }
814
+ if (deferredContent) {
815
+ ;
816
+ data.props = await data.props;
817
+ }
818
+ if ((process.env.__NEXT_DEV_SERVER || isBuildTimeSSG) && !(0, _isserializableprops.isSerializableProps)(pathname, 'getServerSideProps', data.props)) {
819
+ // this fn should throw an error instead of ever returning `false`
820
+ throw Object.defineProperty(new Error('invariant: getServerSideProps did not return valid props. Please report this.'), "__NEXT_ERROR_CODE", {
821
+ value: "E31",
822
+ enumerable: false,
823
+ configurable: true
824
+ });
825
+ }
826
+ props.pageProps = Object.assign({}, props.pageProps, data.props);
827
+ metadata.pageData = props;
828
+ }
829
+ if (!isSSG && // we only show this warning for legacy pages
830
+ !getServerSideProps && process.env.NODE_ENV !== 'production' && Object.keys((props == null ? void 0 : props.pageProps) || {}).includes('url')) {
831
+ console.warn(`The prop \`url\` is a reserved prop in Next.js for legacy reasons and will be overridden on page ${pathname}\n` + `See more info here: https://nextjs.org/docs/messages/reserved-page-prop`);
832
+ }
833
+ // Avoid rendering page un-necessarily for getServerSideProps data request
834
+ // and getServerSideProps/getStaticProps redirects
835
+ if (isNextDataRequest && !isSSG || metadata.isRedirect) {
836
+ return new _renderresult.default(JSON.stringify(props), {
837
+ metadata,
838
+ contentType: _constants.JSON_CONTENT_TYPE_HEADER
839
+ });
840
+ }
841
+ // We don't call getStaticProps or getServerSideProps while generating
842
+ // the fallback so make sure to set pageProps to an empty object
843
+ if (isFallback) {
844
+ props.pageProps = {};
845
+ }
846
+ // the response might be finished on the getInitialProps call
847
+ if ((0, _utils.isResSent)(res) && !isSSG) return _renderresult.default.EMPTY;
848
+ // we preload the buildManifest for auto-export dynamic pages
849
+ // to speed up hydrating query values
850
+ let filteredBuildManifest = buildManifest;
851
+ if (isAutoExport && pageIsDynamic) {
852
+ const page = (0, _denormalizepagepath.denormalizePagePath)((0, _normalizepagepath.normalizePagePath)(pathname));
853
+ // This code would be much cleaner using `immer` and directly pushing into
854
+ // the result from `getPageFiles`, we could maybe consider that in the
855
+ // future.
856
+ if (page in filteredBuildManifest.pages) {
857
+ filteredBuildManifest = {
858
+ ...filteredBuildManifest,
859
+ pages: {
860
+ ...filteredBuildManifest.pages,
861
+ [page]: [
862
+ ...filteredBuildManifest.pages[page],
863
+ ...filteredBuildManifest.lowPriorityFiles.filter((f)=>f.includes('_buildManifest'))
864
+ ]
865
+ },
866
+ lowPriorityFiles: filteredBuildManifest.lowPriorityFiles.filter((f)=>!f.includes('_buildManifest'))
867
+ };
868
+ }
869
+ }
870
+ const Body = ({ children })=>{
871
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
872
+ id: "__next",
873
+ children: children
874
+ });
875
+ };
876
+ const renderDocument = async ()=>{
877
+ // For `Document`, there are two cases that we don't support:
878
+ // 1. Using `Document.getInitialProps` in the Edge runtime.
879
+ // 2. Using the class component `Document` with concurrent features.
880
+ const BuiltinFunctionalDocument = Document[_constants1.NEXT_BUILTIN_DOCUMENT];
881
+ if (process.env.NEXT_RUNTIME === 'edge' && Document.getInitialProps) {
882
+ // In the Edge runtime, `Document.getInitialProps` isn't supported.
883
+ // We throw an error here if it's customized.
884
+ if (BuiltinFunctionalDocument) {
885
+ Document = BuiltinFunctionalDocument;
886
+ } else {
887
+ throw Object.defineProperty(new Error('`getInitialProps` in Document component is not supported with the Edge Runtime.'), "__NEXT_ERROR_CODE", {
888
+ value: "E386",
889
+ enumerable: false,
890
+ configurable: true
891
+ });
892
+ }
893
+ }
894
+ async function loadDocumentInitialProps(renderShell) {
895
+ const renderPage = async (options = {})=>{
896
+ if (ctx.err && ErrorDebug) {
897
+ // Always start rendering the shell even if there's an error.
898
+ if (renderShell) {
899
+ renderShell(App, Component);
900
+ }
901
+ const html = await renderToString(/*#__PURE__*/ (0, _jsxruntime.jsx)(Body, {
902
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(ErrorDebug, {})
903
+ }));
904
+ return {
905
+ html,
906
+ head
907
+ };
908
+ }
909
+ if (process.env.__NEXT_DEV_SERVER && (props.router || props.Component)) {
910
+ throw Object.defineProperty(new Error(`'router' and 'Component' can not be returned in getInitialProps from _app.js https://nextjs.org/docs/messages/cant-override-next-props`), "__NEXT_ERROR_CODE", {
911
+ value: "E230",
912
+ enumerable: false,
913
+ configurable: true
914
+ });
915
+ }
916
+ const { App: EnhancedApp, Component: EnhancedComponent } = enhanceComponents(options, App, Component);
917
+ const stream = await renderShell(EnhancedApp, EnhancedComponent);
918
+ await stream.allReady;
919
+ const html = await (0, _nodewebstreamshelper.streamToString)(stream);
920
+ return {
921
+ html,
922
+ head
923
+ };
924
+ };
925
+ const documentCtx = {
926
+ ...ctx,
927
+ renderPage
928
+ };
929
+ const docProps = await (0, _utils.loadGetInitialProps)(Document, documentCtx);
930
+ // the response might be finished on the getInitialProps call
931
+ if ((0, _utils.isResSent)(res) && !isSSG) return null;
932
+ if (!docProps || typeof docProps.html !== 'string') {
933
+ const message = `"${(0, _utils.getDisplayName)(Document)}.getInitialProps()" should resolve to an object with a "html" prop set with a valid html string`;
934
+ throw Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
935
+ value: "E1039",
936
+ enumerable: false,
937
+ configurable: true
938
+ });
939
+ }
940
+ return {
941
+ docProps,
942
+ documentCtx
943
+ };
944
+ }
945
+ const renderContent = (_App, _Component)=>{
946
+ const EnhancedApp = _App || App;
947
+ const EnhancedComponent = _Component || Component;
948
+ return ctx.err && ErrorDebug ? /*#__PURE__*/ (0, _jsxruntime.jsx)(Body, {
949
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(ErrorDebug, {})
950
+ }) : /*#__PURE__*/ (0, _jsxruntime.jsx)(Body, {
951
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(AppContainerWithIsomorphicFiberStructure, {
952
+ children: renderPageTree(EnhancedApp, EnhancedComponent, {
953
+ ...props,
954
+ router
955
+ })
956
+ })
957
+ });
958
+ };
959
+ // Always using react concurrent rendering mode with required react version 18.x
960
+ const renderShell = async (EnhancedApp, EnhancedComponent)=>{
961
+ const content = renderContent(EnhancedApp, EnhancedComponent);
962
+ return await (0, _nodewebstreamshelper.renderToInitialFizzStream)({
963
+ ReactDOMServer: _ReactDOMServerPages.default,
964
+ element: content
965
+ });
966
+ };
967
+ const hasDocumentGetInitialProps = process.env.NEXT_RUNTIME !== 'edge' && !!Document.getInitialProps;
968
+ // If it has getInitialProps, we will render the shell in `renderPage`.
969
+ // Otherwise we do it right now.
970
+ let documentInitialPropsRes;
971
+ const [rawStyledJsxInsertedHTML, content] = await Promise.all([
972
+ renderToString(styledJsxInsertedHTML()),
973
+ (async ()=>{
974
+ if (hasDocumentGetInitialProps) {
975
+ documentInitialPropsRes = await loadDocumentInitialProps(renderShell);
976
+ if (documentInitialPropsRes === null) return null;
977
+ const { docProps } = documentInitialPropsRes;
978
+ return docProps.html;
979
+ } else {
980
+ documentInitialPropsRes = {};
981
+ const stream = await renderShell(App, Component);
982
+ await stream.allReady;
983
+ return (0, _nodewebstreamshelper.streamToString)(stream);
984
+ }
985
+ })()
986
+ ]);
987
+ if (content === null) {
988
+ return null;
989
+ }
990
+ const contentHTML = rawStyledJsxInsertedHTML + content;
991
+ // @ts-ignore: documentInitialPropsRes is set
992
+ const { docProps } = documentInitialPropsRes || {};
993
+ const documentElement = (htmlProps)=>{
994
+ if (process.env.NEXT_RUNTIME === 'edge') {
995
+ return Document();
996
+ } else {
997
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(Document, {
998
+ ...htmlProps,
999
+ ...docProps
1000
+ });
1001
+ }
1002
+ };
1003
+ let styles;
1004
+ if (hasDocumentGetInitialProps) {
1005
+ styles = docProps.styles;
1006
+ head = docProps.head;
1007
+ } else {
1008
+ styles = jsxStyleRegistry.styles();
1009
+ jsxStyleRegistry.flush();
1010
+ }
1011
+ return {
1012
+ contentHTML,
1013
+ documentElement,
1014
+ head,
1015
+ headTags: [],
1016
+ styles
1017
+ };
1018
+ };
1019
+ (0, _tracer.getTracer)().setRootSpanAttribute('next.route', renderOpts.page);
1020
+ const documentResult = await (0, _tracer.getTracer)().trace(_constants2.RenderSpan.renderDocument, {
1021
+ spanName: `render route (pages) ${renderOpts.page}`,
1022
+ attributes: {
1023
+ 'next.route': renderOpts.page
1024
+ }
1025
+ }, async ()=>renderDocument());
1026
+ if (!documentResult) {
1027
+ return new _renderresult.default(null, {
1028
+ metadata,
1029
+ contentType: _constants.HTML_CONTENT_TYPE_HEADER
1030
+ });
1031
+ }
1032
+ const dynamicImportsIds = new Set();
1033
+ const dynamicImports = new Set();
1034
+ for (const mod of reactLoadableModules){
1035
+ const manifestItem = reactLoadableManifest[mod];
1036
+ if (manifestItem) {
1037
+ dynamicImportsIds.add(manifestItem.id);
1038
+ manifestItem.files.forEach((item)=>{
1039
+ dynamicImports.add(item);
1040
+ });
1041
+ }
1042
+ }
1043
+ const docComponentsRendered = {};
1044
+ const { assetPrefix, defaultLocale, disableOptimizedLoading, domainLocales, locale, locales } = renderOpts;
1045
+ const htmlProps = {
1046
+ __NEXT_DATA__: {
1047
+ props,
1048
+ page: pathname,
1049
+ query,
1050
+ buildId: sharedContext.buildId,
1051
+ assetPrefix: assetPrefix === '' ? undefined : assetPrefix,
1052
+ nextExport: nextExport === true ? true : undefined,
1053
+ autoExport: isAutoExport === true ? true : undefined,
1054
+ isFallback,
1055
+ isExperimentalCompile,
1056
+ dynamicIds: dynamicImportsIds.size === 0 ? undefined : Array.from(dynamicImportsIds),
1057
+ err: renderOpts.err ? serializeError(!!process.env.__NEXT_DEV_SERVER, renderOpts.err) : undefined,
1058
+ gsp: !!getStaticProps ? true : undefined,
1059
+ gssp: !!getServerSideProps ? true : undefined,
1060
+ customServer: sharedContext.customServer,
1061
+ gip: hasPageGetInitialProps ? true : undefined,
1062
+ appGip: !defaultAppGetInitialProps ? true : undefined,
1063
+ locale,
1064
+ locales,
1065
+ defaultLocale,
1066
+ domainLocales,
1067
+ isPreview: isPreview === true ? true : undefined,
1068
+ notFoundSrcPage: notFoundSrcPage && process.env.__NEXT_DEV_SERVER ? notFoundSrcPage : undefined
1069
+ },
1070
+ nonce,
1071
+ buildManifest: filteredBuildManifest,
1072
+ docComponentsRendered,
1073
+ dangerousAsPath: router.asPath,
1074
+ isDevelopment: !!process.env.__NEXT_DEV_SERVER,
1075
+ deploymentId: sharedContext.deploymentId,
1076
+ dynamicImports: Array.from(dynamicImports),
1077
+ dynamicCssManifest: new Set(renderOpts.dynamicCssManifest || []),
1078
+ assetPrefix,
1079
+ // Only enabled in production as development mode has features relying on HMR (style injection for example)
1080
+ unstable_runtimeJS: process.env.NODE_ENV === 'production' ? pageConfig.unstable_runtimeJS : undefined,
1081
+ unstable_JsPreload: pageConfig.unstable_JsPreload,
1082
+ assetQueryString: assetQueryString || '',
1083
+ mutableAssetQueryString: mutableAssetQueryString || '',
1084
+ scriptLoader,
1085
+ locale,
1086
+ disableOptimizedLoading,
1087
+ head: documentResult.head,
1088
+ headTags: documentResult.headTags,
1089
+ styles: documentResult.styles,
1090
+ crossOrigin: renderOpts.crossOrigin,
1091
+ optimizeCss: renderOpts.optimizeCss,
1092
+ nextConfigOutput: renderOpts.nextConfigOutput,
1093
+ nextScriptWorkers: renderOpts.nextScriptWorkers,
1094
+ runtime: globalRuntime,
1095
+ largePageDataBytes: renderOpts.largePageDataBytes,
1096
+ nextFontManifest: renderOpts.nextFontManifest,
1097
+ experimentalClientTraceMetadata: renderOpts.experimental.clientTraceMetadata
1098
+ };
1099
+ const document = /*#__PURE__*/ (0, _jsxruntime.jsx)(_htmlcontextsharedruntime.HtmlContext.Provider, {
1100
+ value: htmlProps,
1101
+ children: documentResult.documentElement(htmlProps)
1102
+ });
1103
+ const documentHTML = await (0, _tracer.getTracer)().trace(_constants2.RenderSpan.renderToString, async ()=>renderToString(document));
1104
+ if (process.env.NODE_ENV !== 'production') {
1105
+ const nonRenderedComponents = [];
1106
+ const expectedDocComponents = [
1107
+ 'Main',
1108
+ 'Head',
1109
+ 'NextScript',
1110
+ 'Html'
1111
+ ];
1112
+ for (const comp of expectedDocComponents){
1113
+ if (!docComponentsRendered[comp]) {
1114
+ nonRenderedComponents.push(comp);
1115
+ }
1116
+ }
1117
+ if (nonRenderedComponents.length) {
1118
+ const missingComponentList = nonRenderedComponents.map((e)=>`<${e} />`).join(', ');
1119
+ const plural = nonRenderedComponents.length !== 1 ? 's' : '';
1120
+ console.warn(`Your custom Document (pages/_document) did not render all the required subcomponent${plural}.\n` + `Missing component${plural}: ${missingComponentList}\n` + 'Read how to fix here: https://nextjs.org/docs/messages/missing-document-component');
1121
+ }
1122
+ }
1123
+ const [renderTargetPrefix, renderTargetSuffix] = documentHTML.split('<next-js-internal-body-render-target></next-js-internal-body-render-target>', 2);
1124
+ let prefix = '';
1125
+ if (!documentHTML.startsWith(DOCTYPE)) {
1126
+ prefix += DOCTYPE;
1127
+ }
1128
+ prefix += renderTargetPrefix;
1129
+ const content = prefix + documentResult.contentHTML + renderTargetSuffix;
1130
+ const optimizedHtml = await postProcessHTML(content, renderOpts);
1131
+ return new _renderresult.default(optimizedHtml, {
1132
+ metadata,
1133
+ contentType: _constants.HTML_CONTENT_TYPE_HEADER
1134
+ });
1135
+ }
1136
+ const renderToHTML = (req, res, pathname, query, renderOpts, sharedContext, renderContext)=>{
1137
+ return renderToHTMLImpl(req, res, pathname, query, renderOpts, renderOpts, sharedContext, renderContext);
1138
+ };
1139
+
1140
+ //# sourceMappingURL=render.js.map