shieldcortex 4.2.5 → 4.3.0

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 (1411) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +10 -1
  3. package/dist/license/gate.d.ts +1 -1
  4. package/dist/license/gate.js +2 -0
  5. package/dist/xray/dir-scanner.d.ts +14 -0
  6. package/dist/xray/dir-scanner.js +77 -0
  7. package/dist/xray/file-scanner.d.ts +15 -0
  8. package/dist/xray/file-scanner.js +296 -0
  9. package/dist/xray/index.d.ts +20 -0
  10. package/dist/xray/index.js +166 -0
  11. package/dist/xray/npm-inspector.d.ts +15 -0
  12. package/dist/xray/npm-inspector.js +380 -0
  13. package/dist/xray/patterns.d.ts +20 -0
  14. package/dist/xray/patterns.js +271 -0
  15. package/dist/xray/report.d.ts +16 -0
  16. package/dist/xray/report.js +193 -0
  17. package/dist/xray/trust-score.d.ts +10 -0
  18. package/dist/xray/trust-score.js +37 -0
  19. package/dist/xray/types.d.ts +29 -0
  20. package/dist/xray/types.js +7 -0
  21. package/package.json +1 -1
  22. package/dashboard/.next/standalone/dashboard/.next/BUILD_ID +0 -1
  23. package/dashboard/.next/standalone/dashboard/.next/app-path-routes-manifest.json +0 -5
  24. package/dashboard/.next/standalone/dashboard/.next/build-manifest.json +0 -19
  25. package/dashboard/.next/standalone/dashboard/.next/package.json +0 -1
  26. package/dashboard/.next/standalone/dashboard/.next/prerender-manifest.json +0 -85
  27. package/dashboard/.next/standalone/dashboard/.next/required-server-files.json +0 -320
  28. package/dashboard/.next/standalone/dashboard/.next/routes-manifest.json +0 -62
  29. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
  30. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/build-manifest.json +0 -16
  31. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
  32. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
  33. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
  34. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js +0 -10
  35. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.map +0 -5
  36. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.nft.json +0 -1
  37. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +0 -2
  38. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.html +0 -2
  39. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.meta +0 -15
  40. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.rsc +0 -12
  41. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
  42. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +0 -12
  43. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +0 -5
  44. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +0 -4
  45. package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
  46. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
  47. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/build-manifest.json +0 -16
  48. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
  49. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
  50. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
  51. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js +0 -14
  52. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.map +0 -5
  53. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.nft.json +0 -1
  54. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +0 -2
  55. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.html +0 -1
  56. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.meta +0 -16
  57. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.rsc +0 -16
  58. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +0 -16
  59. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +0 -5
  60. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +0 -8
  61. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  62. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -4
  63. package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -3
  64. package/dashboard/.next/standalone/dashboard/.next/server/app/index.html +0 -1
  65. package/dashboard/.next/standalone/dashboard/.next/server/app/index.meta +0 -14
  66. package/dashboard/.next/standalone/dashboard/.next/server/app/index.rsc +0 -22
  67. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -9
  68. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +0 -22
  69. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +0 -5
  70. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +0 -8
  71. package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +0 -5
  72. package/dashboard/.next/standalone/dashboard/.next/server/app/page/app-paths-manifest.json +0 -3
  73. package/dashboard/.next/standalone/dashboard/.next/server/app/page/build-manifest.json +0 -16
  74. package/dashboard/.next/standalone/dashboard/.next/server/app/page/next-font-manifest.json +0 -11
  75. package/dashboard/.next/standalone/dashboard/.next/server/app/page/react-loadable-manifest.json +0 -15
  76. package/dashboard/.next/standalone/dashboard/.next/server/app/page/server-reference-manifest.json +0 -4
  77. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js +0 -16
  78. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.map +0 -5
  79. package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.nft.json +0 -1
  80. package/dashboard/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +0 -2
  81. package/dashboard/.next/standalone/dashboard/.next/server/app-paths-manifest.json +0 -5
  82. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js +0 -3
  83. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_eb0d92cc._.js +0 -4
  84. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_58dc8591._.js +0 -3
  85. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_forbidden_abdccc1c.js +0 -3
  86. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_global-error_44d7ee55.js +0 -3
  87. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_unauthorized_52fb9d40.js +0 -3
  88. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js +0 -6
  89. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_esm_build_templates_app-page_f7d4354e.js +0 -4
  90. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_fe6a9400._.js +0 -4
  91. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__1837adce._.js +0 -3
  92. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__3b976911._.js +0 -3
  93. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__521be65c._.js +0 -3
  94. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__536fb178._.js +0 -3
  95. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__7d500b5a._.js +0 -3
  96. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__883523b7._.js +0 -10
  97. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__9d976219._.js +0 -3
  98. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__c95102dd._.js +0 -3
  99. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__dd62b66f._.js +0 -3
  100. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__e7b9112f._.js +0 -3
  101. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -795
  102. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_19978329._.js +0 -3
  103. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_1cd9d700._.js +0 -4
  104. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_3051539d._.js +0 -11
  105. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__global-error_page_actions_df87ba42.js +0 -3
  106. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__not-found_page_actions_a714dc72.js +0 -3
  107. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app_page_actions_e8f11d60.js +0 -3
  108. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_f4cc9ff7._.js +0 -3
  109. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js +0 -3
  110. package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_6f8e74b4._.js +0 -3
  111. package/dashboard/.next/standalone/dashboard/.next/server/functions-config-manifest.json +0 -4
  112. package/dashboard/.next/standalone/dashboard/.next/server/middleware-build-manifest.js +0 -20
  113. package/dashboard/.next/standalone/dashboard/.next/server/middleware-manifest.json +0 -6
  114. package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.js +0 -1
  115. package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.json +0 -15
  116. package/dashboard/.next/standalone/dashboard/.next/server/pages/404.html +0 -1
  117. package/dashboard/.next/standalone/dashboard/.next/server/pages/500.html +0 -2
  118. package/dashboard/.next/standalone/dashboard/.next/server/pages-manifest.json +0 -4
  119. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.js +0 -1
  120. package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.json +0 -5
  121. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_buildManifest.js +0 -11
  122. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_clientMiddlewareManifest.json +0 -1
  123. package/dashboard/.next/standalone/dashboard/.next/static/ThmMwi8oVrtIZJ34xGzKI/_ssgManifest.js +0 -1
  124. package/dashboard/.next/standalone/dashboard/.next/static/chunks/215ce64499260c25.js +0 -1
  125. package/dashboard/.next/standalone/dashboard/.next/static/chunks/2473c16c0c2f6b5f.css +0 -2
  126. package/dashboard/.next/standalone/dashboard/.next/static/chunks/3c430292ca8ddc5f.css +0 -1
  127. package/dashboard/.next/standalone/dashboard/.next/static/chunks/4c20fb97ba4556e7.js +0 -1
  128. package/dashboard/.next/standalone/dashboard/.next/static/chunks/64ee9622541d967c.js +0 -1
  129. package/dashboard/.next/standalone/dashboard/.next/static/chunks/6ba7a5c1a80a6791.js +0 -1
  130. package/dashboard/.next/standalone/dashboard/.next/static/chunks/7d08316952ccdcef.js +0 -5
  131. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a2549232b06fdb76.js +0 -842
  132. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js +0 -1
  133. package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js.map +0 -1
  134. package/dashboard/.next/standalone/dashboard/.next/static/chunks/b3ac7aa47461e043.js +0 -3
  135. package/dashboard/.next/standalone/dashboard/.next/static/chunks/d3d8171bf50ef87e.js +0 -1
  136. package/dashboard/.next/standalone/dashboard/.next/static/chunks/da64d159c042f5ae.js +0 -1
  137. package/dashboard/.next/standalone/dashboard/.next/static/chunks/e007ff86847a4042.js +0 -1
  138. package/dashboard/.next/standalone/dashboard/.next/static/chunks/e8456c3e5fe1c1d8.js +0 -1
  139. package/dashboard/.next/standalone/dashboard/.next/static/chunks/ec55aacd8af83909.js +0 -1
  140. package/dashboard/.next/standalone/dashboard/.next/static/chunks/f772b169c536121a.js +0 -9
  141. package/dashboard/.next/standalone/dashboard/.next/static/chunks/turbopack-c2d84e7d37269ac1.js +0 -4
  142. package/dashboard/.next/standalone/dashboard/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
  143. package/dashboard/.next/standalone/dashboard/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
  144. package/dashboard/.next/standalone/dashboard/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
  145. package/dashboard/.next/standalone/dashboard/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
  146. package/dashboard/.next/standalone/dashboard/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
  147. package/dashboard/.next/standalone/dashboard/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
  148. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/color.cjs +0 -1594
  149. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/index.cjs +0 -1
  150. package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/package.json +0 -45
  151. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/README.md +0 -46
  152. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +0 -221
  153. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/index.js +0 -1
  154. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  155. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
  156. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/versions.json +0 -30
  157. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +0 -46
  158. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -221
  159. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +0 -1
  160. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  161. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
  162. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +0 -30
  163. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  164. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/package.json +0 -46
  165. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  166. package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
  167. package/dashboard/.next/standalone/dashboard/node_modules/@next/env/dist/index.js +0 -1
  168. package/dashboard/.next/standalone/dashboard/node_modules/@next/env/package.json +0 -36
  169. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +0 -6
  170. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -38
  171. package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/package.json +0 -471
  172. package/dashboard/.next/standalone/dashboard/node_modules/client-only/index.js +0 -0
  173. package/dashboard/.next/standalone/dashboard/node_modules/client-only/package.json +0 -19
  174. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/detect-libc.js +0 -313
  175. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/elf.js +0 -39
  176. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/filesystem.js +0 -51
  177. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/process.js +0 -24
  178. package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/package.json +0 -44
  179. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/adapter/build-complete.js +0 -993
  180. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/after-production-compile.js +0 -95
  181. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/extract-const-value.js +0 -205
  182. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/get-page-static-info.js +0 -601
  183. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/parse-module.js +0 -20
  184. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analyze/index.js +0 -242
  185. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/get-config.js +0 -429
  186. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/index.js +0 -56
  187. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/transform.js +0 -103
  188. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/util.js +0 -20
  189. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/commonjs.js +0 -42
  190. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/jsx-pragma.js +0 -74
  191. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +0 -36
  192. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-config.js +0 -104
  193. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -29
  194. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +0 -345
  195. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/optimize-hook-destructuring.js +0 -60
  196. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/react-loadable-plugin.js +0 -145
  197. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/preset.js +0 -250
  198. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/build-context.js +0 -58
  199. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/collect-build-traces.js +0 -536
  200. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/compiler.js +0 -88
  201. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/create-compiler-aliases.js +0 -436
  202. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/define-env.js +0 -237
  203. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/duration-to-string.js +0 -99
  204. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/entries.js +0 -798
  205. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-build-id.js +0 -31
  206. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-routes-manifest.js +0 -91
  207. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-config-file.js +0 -35
  208. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-loader-config.js +0 -109
  209. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-static-info-including-layouts.js +0 -81
  210. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-entrypoints.js +0 -176
  211. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-externals.js +0 -290
  212. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/index.js +0 -2683
  213. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/is-writeable.js +0 -26
  214. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/empty.js +0 -10
  215. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/fileMock.js +0 -15
  216. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/nextFontMock.js +0 -20
  217. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/styleMock.js +0 -10
  218. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/jest.js +0 -227
  219. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/object-proxy.js +0 -50
  220. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-entrypoint.js +0 -30
  221. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-jsconfig.js +0 -162
  222. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/lockfile.js +0 -160
  223. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/manifests/formatter/format-manifest.js +0 -19
  224. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/require-hook.js +0 -85
  225. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/transpile-config.js +0 -172
  226. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-dir-paths.js +0 -37
  227. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/normalize-catchall-routes.js +0 -76
  228. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/format.js +0 -84
  229. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/index.js +0 -186
  230. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/log.js +0 -135
  231. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/store.js +0 -204
  232. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/page-extensions-type.js +0 -6
  233. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/index.js +0 -6
  234. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -7
  235. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object-assign.js +0 -6
  236. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/auto.js +0 -4
  237. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/implementation.js +0 -4
  238. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/index.js +0 -19
  239. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +0 -6
  240. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/shim.js +0 -6
  241. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-module.js +0 -1
  242. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +0 -1
  243. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/process.js +0 -5
  244. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/preview-key-utils.js +0 -91
  245. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/progress.js +0 -151
  246. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/rendering-mode.js +0 -26
  247. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segment-config.js +0 -145
  248. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segments.js +0 -137
  249. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -52
  250. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +0 -121
  251. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +0 -62
  252. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/sort-by-page-exts.js +0 -30
  253. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/spinner.js +0 -138
  254. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +0 -137
  255. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app.js +0 -682
  256. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/pages.js +0 -169
  257. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/types.js +0 -6
  258. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/utils.js +0 -119
  259. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/helpers.js +0 -15
  260. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/index.js +0 -1271
  261. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/install-bindings.js +0 -30
  262. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/jest-transformer.js +0 -75
  263. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/options.js +0 -386
  264. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/types.js +0 -6
  265. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-page.js +0 -1071
  266. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-route.js +0 -420
  267. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-app-route.js +0 -85
  268. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr-app.js +0 -309
  269. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr.js +0 -335
  270. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-wrapper.js +0 -24
  271. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/helpers.js +0 -36
  272. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/middleware.js +0 -115
  273. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-api.js +0 -194
  274. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-edge-api.js +0 -39
  275. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages.js +0 -155
  276. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-analyze/index.js +0 -116
  277. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/impl.js +0 -244
  278. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/index.js +0 -85
  279. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/env.js +0 -29
  280. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/helpers.js +0 -104
  281. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/index.js +0 -30
  282. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/result.js +0 -51
  283. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/tcp.js +0 -41
  284. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/types.js +0 -8
  285. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/type-check.js +0 -151
  286. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/utils.js +0 -1261
  287. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/validate-app-paths.js +0 -242
  288. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server-experimental.js +0 -32
  289. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server.js +0 -32
  290. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/cache-invalidation.js +0 -91
  291. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/base.js +0 -82
  292. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/index.js +0 -562
  293. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -49
  294. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -21
  295. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -37
  296. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -65
  297. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -22
  298. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -86
  299. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -62
  300. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +0 -45
  301. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +0 -190
  302. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/index.js +0 -42
  303. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +0 -16
  304. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/helpers.js +0 -78
  305. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/index.js +0 -46
  306. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/utils.js +0 -13
  307. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -32
  308. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -93
  309. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -287
  310. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -36
  311. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -105
  312. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -220
  313. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -307
  314. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -83
  315. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -23
  316. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -459
  317. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/devtool/devtool-style-inject.js +0 -129
  318. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/empty-loader.js +0 -14
  319. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/error-loader.js +0 -36
  320. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +0 -15
  321. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -156
  322. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -27
  323. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -17
  324. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -429
  325. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -94
  326. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -58
  327. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/discover.js +0 -122
  328. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/resolve-route-data.js +0 -171
  329. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/types.js +0 -7
  330. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/modularize-import-loader.js +0 -39
  331. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/create-app-route-code.js +0 -65
  332. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js +0 -765
  333. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-barrel-loader.js +0 -268
  334. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js +0 -37
  335. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-app-route-loader/index.js +0 -51
  336. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.js +0 -52
  337. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js +0 -93
  338. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-error-browser-binary-loader.js +0 -21
  339. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js +0 -32
  340. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js +0 -45
  341. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-module-loader.js +0 -49
  342. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -56
  343. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js +0 -33
  344. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js +0 -27
  345. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/cache-wrapper.js +0 -13
  346. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -211
  347. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js +0 -14
  348. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js +0 -13
  349. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/track-dynamic-import.js +0 -13
  350. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js +0 -29
  351. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js +0 -133
  352. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/postcss-next-font.js +0 -169
  353. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.js +0 -73
  354. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/index.js +0 -80
  355. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-invalid-import-error-loader.js +0 -28
  356. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js +0 -158
  357. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js +0 -342
  358. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-asset-loader.js +0 -46
  359. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -59
  360. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.js +0 -46
  361. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.js +0 -164
  362. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -141
  363. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/index.js +0 -220
  364. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoLinkTag.js +0 -61
  365. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js +0 -221
  366. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/isEqualLocals.js +0 -27
  367. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js +0 -241
  368. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -40
  369. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -35
  370. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -125
  371. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -86
  372. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -101
  373. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -78
  374. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -190
  375. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -92
  376. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -97
  377. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/utils.js +0 -100
  378. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin-utils.js +0 -79
  379. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -183
  380. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -67
  381. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -277
  382. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -92
  383. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +0 -78
  384. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +0 -191
  385. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -793
  386. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -420
  387. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/force-complete-runtime.js +0 -42
  388. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -219
  389. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -114
  390. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +0 -614
  391. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -24
  392. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +0 -188
  393. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -120
  394. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -542
  395. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -428
  396. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -14
  397. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -57
  398. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -45
  399. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -146
  400. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +0 -282
  401. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -169
  402. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +0 -97
  403. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +0 -62
  404. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +0 -190
  405. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -62
  406. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +0 -188
  407. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/update-telemetry-loader-context-from-swc.js +0 -28
  408. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +0 -43
  409. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -89
  410. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -43
  411. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -19
  412. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -29
  413. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -29
  414. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -26
  415. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -33
  416. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -26
  417. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -166
  418. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -42
  419. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -18
  420. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -138
  421. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/stringify-request.js +0 -15
  422. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/utils.js +0 -109
  423. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/impl.js +0 -381
  424. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/index.js +0 -179
  425. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config-rules/resolve.js +0 -55
  426. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config.js +0 -2343
  427. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/worker.js +0 -35
  428. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/write-build-id.js +0 -19
  429. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/cli/next-test.js +0 -169
  430. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/add-base-path.js +0 -24
  431. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-build-id.js +0 -49
  432. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-call-server.js +0 -34
  433. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-find-source-map-url.js +0 -38
  434. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/assign-location.js +0 -29
  435. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-announcer.js +0 -78
  436. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-headers.js +0 -128
  437. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-instance.js +0 -319
  438. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-utils.js +0 -62
  439. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router.js +0 -495
  440. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/default.js +0 -35
  441. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/global-error.js +0 -82
  442. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -52
  443. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/error-boundary.js +0 -134
  444. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -86
  445. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/root-error-boundary.js +0 -41
  446. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/forbidden.js +0 -48
  447. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/handle-isr-error.js +0 -31
  448. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/hooks-server-context.js +0 -42
  449. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +0 -125
  450. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -72
  451. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/is-next-router-error.js +0 -23
  452. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/links.js +0 -292
  453. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/match-segments.js +0 -32
  454. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/nav-failure-handler.js +0 -61
  455. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-devtools.js +0 -126
  456. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-untracked.js +0 -65
  457. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.js +0 -198
  458. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.react-server.js +0 -72
  459. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/not-found.js +0 -42
  460. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/readonly-url-search-params.js +0 -41
  461. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-boundary.js +0 -107
  462. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-error.js +0 -52
  463. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-status-code.js +0 -24
  464. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect.js +0 -91
  465. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +0 -128
  466. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +0 -21
  467. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -59
  468. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -32
  469. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +0 -340
  470. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +0 -66
  471. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -51
  472. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +0 -1129
  473. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -64
  474. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -38
  475. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -23
  476. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -168
  477. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -68
  478. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -78
  479. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -292
  480. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -56
  481. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +0 -61
  482. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer.js +0 -66
  483. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -60
  484. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-key.js +0 -28
  485. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-map.js +0 -305
  486. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache.js +0 -1432
  487. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/lru.js +0 -145
  488. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/navigation.js +0 -459
  489. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/prefetch.js +0 -31
  490. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/scheduler.js +0 -1150
  491. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/types.js +0 -69
  492. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/vary-path.js +0 -216
  493. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/static-generation-bailout.js +0 -42
  494. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unauthorized.js +0 -49
  495. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -39
  496. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unresolved-thenable.js +0 -23
  497. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -28
  498. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.js +0 -25
  499. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -32
  500. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/use-action-queue.js +0 -102
  501. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/dev/debug-channel.js +0 -72
  502. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/flight-data-helpers.js +0 -219
  503. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/has-base-path.js +0 -23
  504. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/lib/console.js +0 -177
  505. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/normalize-trailing-slash.js +0 -36
  506. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/remove-base-path.js +0 -32
  507. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/route-params.js +0 -230
  508. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -339
  509. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +0 -1
  510. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -46
  511. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -1
  512. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -1
  513. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -1
  514. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -1
  515. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +0 -5
  516. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +0 -18713
  517. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +0 -1
  518. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -44
  519. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -1
  520. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -1
  521. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/index.js +0 -1
  522. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/package.json +0 -1
  523. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -1
  524. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -1
  525. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/index.js +0 -1
  526. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/package.json +0 -1
  527. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/index.js +0 -1
  528. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/package.json +0 -1
  529. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/index.js +0 -1
  530. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/package.json +0 -1
  531. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/index.js +0 -1
  532. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/package.json +0 -1
  533. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
  534. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/package.json +0 -1
  535. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/index.js +0 -1
  536. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/package.json +0 -1
  537. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/index.js +0 -1
  538. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/package.json +0 -1
  539. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/index.js +0 -8
  540. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/package.json +0 -1
  541. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/index.js +0 -1
  542. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/package.json +0 -1
  543. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/index.js +0 -1
  544. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/package.json +0 -1
  545. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/index.js +0 -7
  546. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/package.json +0 -1
  547. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/index.js +0 -58
  548. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/package.json +0 -1
  549. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/index.js +0 -15
  550. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/package.json +0 -1
  551. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/index.js +0 -6
  552. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/package.json +0 -1
  553. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/index.js +0 -7
  554. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/package.json +0 -1
  555. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/index.js +0 -1
  556. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/package.json +0 -1
  557. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/index.js +0 -1
  558. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/package.json +0 -1
  559. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/index.js +0 -1
  560. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/package.json +0 -1
  561. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/index.js +0 -1
  562. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/package.json +0 -1
  563. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/index.js +0 -8
  564. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/package.json +0 -1
  565. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/index.js +0 -34
  566. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/package.json +0 -1
  567. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-detector/detector.js +0 -1
  568. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/index.js +0 -1
  569. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/package.json +0 -1
  570. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +0 -1
  571. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/package.json +0 -1
  572. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/index.js +0 -1
  573. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/package.json +0 -1
  574. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/index.js +0 -1
  575. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/package.json +0 -1
  576. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/index.js +0 -1
  577. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/package.json +0 -1
  578. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/index.js +0 -11
  579. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/package.json +0 -1
  580. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/index.cjs +0 -1
  581. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/package.json +0 -1
  582. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -24
  583. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -24
  584. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -20
  585. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/index.js +0 -1
  586. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/package.json +0 -1
  587. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/index.js +0 -1
  588. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/package.json +0 -1
  589. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/index.js +0 -1
  590. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/package.json +0 -1
  591. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/index.js +0 -1
  592. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/package.json +0 -1
  593. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/index.js +0 -1
  594. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/package.json +0 -1
  595. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +0 -133
  596. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +0 -130
  597. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/index.js +0 -7
  598. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/package.json +0 -26
  599. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/package.json +0 -19
  600. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +0 -729
  601. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/index.js +0 -1
  602. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/package.json +0 -1
  603. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/index.js +0 -70
  604. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/package.json +0 -1
  605. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/package.json +0 -1
  606. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/source-map.js +0 -1
  607. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/package.json +0 -1
  608. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -1
  609. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/index.js +0 -1
  610. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/package.json +0 -1
  611. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/index.js +0 -1
  612. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/package.json +0 -1
  613. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/index.cjs +0 -1
  614. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/package.json +0 -1
  615. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/index.js +0 -1
  616. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/package.json +0 -1
  617. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/index.js +0 -1
  618. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/package.json +0 -1
  619. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/package.json +0 -1
  620. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/watchpack.js +0 -1
  621. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/index.js +0 -1
  622. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/package.json +0 -1
  623. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/index.cjs +0 -1
  624. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/package.json +0 -1
  625. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/index.js +0 -1
  626. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/package.json +0 -1
  627. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/context.js +0 -57
  628. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/fetch.js +0 -142
  629. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/httpget.js +0 -26
  630. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server-edge.js +0 -32
  631. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server.js +0 -62
  632. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/export/helpers/create-incremental-cache.js +0 -61
  633. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/batcher.js +0 -65
  634. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/build-custom-route.js +0 -46
  635. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/bundler.js +0 -97
  636. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/client-and-server-references.js +0 -54
  637. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/coalesced-function.js +0 -39
  638. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/compile-error.js +0 -14
  639. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/constants.js +0 -405
  640. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/create-client-router-filter.js +0 -67
  641. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/default-transpiled-packages.json +0 -1
  642. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detached-promise.js +0 -32
  643. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detect-typo.js +0 -51
  644. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/download-swc.js +0 -183
  645. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/error-telemetry-utils.js +0 -42
  646. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fallback.js +0 -100
  647. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fatal-error.js +0 -14
  648. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/file-exists.js +0 -53
  649. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-config.js +0 -102
  650. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-pages-dir.js +0 -65
  651. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-root.js +0 -122
  652. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-cli-help-output.js +0 -84
  653. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-dynamic-import-path.js +0 -24
  654. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-server-error.js +0 -74
  655. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-components.js +0 -62
  656. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-constants.js +0 -36
  657. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/rename.js +0 -87
  658. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/write-atomic.js +0 -28
  659. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -69
  660. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-files-in-dir.js +0 -33
  661. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-network-host.js +0 -44
  662. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-package-version.js +0 -118
  663. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-project-dir.js +0 -51
  664. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/has-necessary-dependencies.js +0 -49
  665. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-cache-directory.js +0 -66
  666. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-npx-command.js +0 -29
  667. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-online.js +0 -50
  668. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-pkg-manager.js +0 -63
  669. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-registry.js +0 -45
  670. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-reserved-port.js +0 -116
  671. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/install.js +0 -83
  672. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/import-next-warning.js +0 -50
  673. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/inline-static-env.js +0 -112
  674. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/install-dependencies.js +0 -40
  675. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/interop-default.js +0 -15
  676. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-api-route.js +0 -15
  677. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-page-route.js +0 -15
  678. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-route-route.js +0 -15
  679. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-edge-runtime.js +0 -16
  680. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-error.js +0 -78
  681. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-internal-component.js +0 -36
  682. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-serializable-props.js +0 -106
  683. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/known-edge-safe-packages.json +0 -1
  684. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/load-custom-routes.js +0 -550
  685. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/gc-observer.js +0 -53
  686. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/shutdown.js +0 -29
  687. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/startup.js +0 -47
  688. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/trace.js +0 -109
  689. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/constants.js +0 -40
  690. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/default-metadata.js +0 -82
  691. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/alternate.js +0 -55
  692. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/basic.js +0 -307
  693. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icon-mark.js +0 -22
  694. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icons.js +0 -64
  695. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/meta.js +0 -123
  696. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/opengraph.js +0 -478
  697. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/utils.js +0 -52
  698. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/get-metadata-route.js +0 -114
  699. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/is-metadata-route.js +0 -221
  700. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata-context.js +0 -18
  701. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata.js +0 -243
  702. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolve-metadata.js +0 -859
  703. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -232
  704. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -56
  705. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -199
  706. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +0 -40
  707. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +0 -135
  708. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +0 -7
  709. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/extra-types.js +0 -9
  710. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/icons.js +0 -6
  711. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/manifest-types.js +0 -6
  712. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-interface.js +0 -18
  713. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-types.js +0 -10
  714. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/opengraph-types.js +0 -6
  715. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/resolvers.js +0 -6
  716. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/twitter-types.js +0 -7
  717. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mime-type.js +0 -20
  718. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mkcert.js +0 -204
  719. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/multi-file-writer.js +0 -75
  720. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/needs-experimental-react.js +0 -16
  721. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/non-nullable.js +0 -15
  722. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/normalize-path.js +0 -21
  723. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/oxford-comma-list.js +0 -15
  724. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/page-types.js +0 -18
  725. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/patch-incorrect-lockfile.js +0 -185
  726. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pick.js +0 -19
  727. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/picocolors.js +0 -177
  728. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pretty-bytes.js +0 -74
  729. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/realpath.js +0 -20
  730. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-copy.js +0 -76
  731. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-delete.js +0 -137
  732. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-readdir.js +0 -124
  733. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/redirect-status.js +0 -46
  734. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/require-instrumentation-client.js +0 -26
  735. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-build-paths.js +0 -149
  736. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-from.js +0 -65
  737. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/route-pattern-normalizer.js +0 -107
  738. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/scheduler.js +0 -64
  739. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/semver-noop.js +0 -18
  740. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/server-external-packages.jsonc +0 -103
  741. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/setup-exception-listeners.js +0 -11
  742. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/static-env.js +0 -92
  743. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/try-to-parse-path.js +0 -68
  744. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/turbopack-warning.js +0 -186
  745. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +0 -240
  746. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -73
  747. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +0 -52
  748. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/missingDependencyError.js +0 -27
  749. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/runTypeCheck.js +0 -151
  750. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/type-paths.js +0 -56
  751. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -65
  752. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -394
  753. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/url.js +0 -75
  754. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-partytown-setup.js +0 -115
  755. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-root-layout.js +0 -165
  756. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-typescript-setup.js +0 -178
  757. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/wait.js +0 -19
  758. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/with-promise-cache.js +0 -24
  759. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/worker.js +0 -223
  760. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/next-devtools/server/shared.js +0 -61
  761. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ReactDOMServerPages.js +0 -16
  762. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/accept-header.js +0 -132
  763. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after-context.js +0 -140
  764. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after.js +0 -26
  765. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/awaiter.js +0 -74
  766. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/builtin-request-context.js +0 -38
  767. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/index.js +0 -21
  768. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/run-with-after.js +0 -35
  769. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/get-cookie-parser.js +0 -22
  770. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/index.js +0 -201
  771. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/api-resolver.js +0 -395
  772. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/parse-body.js +0 -79
  773. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +0 -86
  774. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/web.js +0 -17
  775. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -14
  776. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -13
  777. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-handler.js +0 -952
  778. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -14
  779. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -13
  780. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +0 -249
  781. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-render-utils.js +0 -112
  782. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-scheduling.js +0 -188
  783. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render.js +0 -3526
  784. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/async-local-storage.js +0 -76
  785. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/cache-signal.js +0 -181
  786. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/collect-segment-data.js +0 -276
  787. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage-instance.js +0 -14
  788. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage.external.js +0 -13
  789. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -33
  790. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-tree.js +0 -754
  791. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-error-handler.js +0 -187
  792. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -76
  793. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/csrf-protection.js +0 -75
  794. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -14
  795. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -13
  796. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -828
  797. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils-server.js +0 -114
  798. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils.js +0 -93
  799. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption.js +0 -238
  800. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/entry-base.js +0 -237
  801. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/flight-render-result.js +0 -28
  802. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-asset-query-string.js +0 -29
  803. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -49
  804. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-layer-assets.js +0 -65
  805. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +0 -39
  806. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +0 -44
  807. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -25
  808. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +0 -19
  809. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/interop-default.js +0 -17
  810. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +0 -92
  811. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/manifests-singleton.js +0 -257
  812. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -28
  813. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +0 -57
  814. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -32
  815. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -66
  816. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -49
  817. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/postponed-state.js +0 -156
  818. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/prospective-render-utils.js +0 -73
  819. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-large-shell-error.js +0 -17
  820. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-server.node.js +0 -39
  821. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/render-css-resource.js +0 -52
  822. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/required-scripts.js +0 -76
  823. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/postpone.js +0 -18
  824. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/preloads.js +0 -74
  825. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/taint.js +0 -79
  826. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/segment-explorer-path.js +0 -103
  827. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/server-inserted-html.js +0 -77
  828. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-rendering.js +0 -273
  829. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-validation.js +0 -32
  830. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/strip-flight-headers.js +0 -18
  831. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/types.js +0 -59
  832. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/use-flight-response.js +0 -212
  833. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -185
  834. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -14
  835. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -13
  836. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -14
  837. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -252
  838. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/draft-mode-provider.js +0 -62
  839. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/request-store.js +0 -144
  840. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/with-store.js +0 -6
  841. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/work-store.js +0 -94
  842. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/helpers.js +0 -36
  843. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/index.js +0 -54
  844. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/node.js +0 -147
  845. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/web.js +0 -124
  846. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-server.js +0 -1842
  847. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/body-streams.js +0 -114
  848. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/cache-dir.js +0 -26
  849. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/capsize-font-metrics.json +0 -181516
  850. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ci-info.js +0 -41
  851. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/client-component-renderer-logger.js +0 -70
  852. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-schema.js +0 -630
  853. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-shared.js +0 -309
  854. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-utils.js +0 -185
  855. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config.js +0 -1468
  856. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -96
  857. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/crypto-utils.js +0 -70
  858. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/file-logger.js +0 -183
  859. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +0 -512
  860. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/source-map.js +0 -225
  861. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/debug-channel.js +0 -87
  862. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/dev-indicator-server-state.js +0 -15
  863. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/get-source-map-from-file.js +0 -100
  864. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-middleware.js +0 -274
  865. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-rspack.js +0 -171
  866. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +0 -56
  867. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +0 -1247
  868. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-types.js +0 -58
  869. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-webpack.js +0 -1382
  870. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/log-requests.js +0 -141
  871. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/messages.js +0 -74
  872. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-turbopack.js +0 -393
  873. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-webpack.js +0 -473
  874. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/node-stack-frames.js +0 -72
  875. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/on-demand-entry-handler.js +0 -704
  876. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/parse-version-info.js +0 -108
  877. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/require-cache.js +0 -49
  878. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/serialized-errors.js +0 -67
  879. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/static-paths-worker.js +0 -103
  880. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/turbopack-utils.js +0 -696
  881. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -86
  882. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/font-utils.js +0 -43
  883. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-app-route-from-entrypoint.js +0 -30
  884. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-page-files.js +0 -23
  885. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-route-from-entrypoint.js +0 -35
  886. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/htmlescape.js +0 -37
  887. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/image-optimizer.js +0 -1067
  888. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/types.js +0 -6
  889. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/utils.js +0 -21
  890. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/internal-utils.js +0 -39
  891. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/is-private-ip.js +0 -36
  892. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-dir-module.js +0 -59
  893. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-info-log.js +0 -154
  894. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/async-callback-set.js +0 -29
  895. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-control.js +0 -22
  896. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.external.js +0 -18
  897. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.js +0 -160
  898. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/types.js +0 -8
  899. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +0 -116
  900. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/clone-response.js +0 -77
  901. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cpu-profile.js +0 -28
  902. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/decode-query-path-parameter.js +0 -26
  903. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dedupe-fetch.js +0 -163
  904. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dev-bundler-service.js +0 -95
  905. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/etag.js +0 -56
  906. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +0 -48
  907. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/ppr.js +0 -47
  908. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/find-page-file.js +0 -127
  909. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/fix-mojibake.js +0 -25
  910. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/format-hostname.js +0 -16
  911. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/i18n-provider.js +0 -129
  912. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/implicit-tags.js +0 -77
  913. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -333
  914. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/index.js +0 -479
  915. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -40
  916. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -73
  917. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -55
  918. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/is-ipv6.js +0 -41
  919. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lazy-result.js +0 -46
  920. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lru-cache.js +0 -177
  921. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/match-next-data-pathname.js +0 -18
  922. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/mock-request.js +0 -416
  923. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/module-loader.js +0 -8
  924. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +0 -25
  925. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +0 -26
  926. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/node-fs-methods.js +0 -28
  927. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/parse-stack.js +0 -46
  928. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-fetch.js +0 -945
  929. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-set-header.js +0 -38
  930. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/render-server.js +0 -152
  931. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-server.js +0 -672
  932. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
  933. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-data-route.js +0 -48
  934. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -50
  935. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +0 -211
  936. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +0 -42
  937. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/filesystem.js +0 -590
  938. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -89
  939. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -96
  940. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -16
  941. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/proxy-request.js +0 -118
  942. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +0 -608
  943. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +0 -286
  944. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/router-server-context.js +0 -26
  945. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/typegen.js +0 -613
  946. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/types.js +0 -6
  947. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-action-request-meta.js +0 -53
  948. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-ipc/utils.js +0 -80
  949. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/source-maps.js +0 -196
  950. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/start-server.js +0 -460
  951. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/streaming-metadata.js +0 -38
  952. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/to-route.js +0 -37
  953. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/constants.js +0 -203
  954. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/tracer.js +0 -270
  955. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/utils.js +0 -16
  956. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/types.js +0 -6
  957. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/utils.js +0 -249
  958. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/worker-utils.js +0 -36
  959. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-components.js +0 -177
  960. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-default-error-components.js +0 -41
  961. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-manifest.external.js +0 -97
  962. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/match-bundle.js +0 -25
  963. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-mcp-middleware.js +0 -49
  964. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +0 -41
  965. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +0 -82
  966. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-errors.js +0 -107
  967. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-logs.js +0 -61
  968. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +0 -180
  969. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +0 -55
  970. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-routes.js +0 -171
  971. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +0 -113
  972. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +0 -31
  973. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +0 -90
  974. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +0 -147
  975. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-server.js +0 -1459
  976. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-typescript.js +0 -13
  977. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next.js +0 -452
  978. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-baseline.js +0 -25
  979. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +0 -246
  980. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-exit.js +0 -49
  981. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-file.js +0 -56
  982. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/date.js +0 -52
  983. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +0 -8
  984. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +0 -570
  985. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +0 -33
  986. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +0 -103
  987. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/random.js +0 -28
  988. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.js +0 -489
  989. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/utils.js +0 -186
  990. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +0 -45
  991. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment.js +0 -19
  992. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-polyfill-crypto.js +0 -21
  993. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -33
  994. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -54
  995. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -22
  996. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -40
  997. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -55
  998. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/index.js +0 -42
  999. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/index.js +0 -44
  1000. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -55
  1001. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -22
  1002. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -19
  1003. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -19
  1004. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +0 -26
  1005. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizer.js +0 -6
  1006. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizers.js +0 -23
  1007. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +0 -26
  1008. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/base-path.js +0 -25
  1009. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/next-data.js +0 -38
  1010. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +0 -6
  1011. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/prefix.js +0 -39
  1012. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/rsc.js +0 -19
  1013. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -32
  1014. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/suffix.js +0 -27
  1015. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/underscore-normalizer.js +0 -17
  1016. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -17
  1017. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/og/image-response.js +0 -53
  1018. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/patch-error-inspect.js +0 -436
  1019. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/pipe-readable.js +0 -140
  1020. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/post-process.js +0 -39
  1021. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render-result.js +0 -195
  1022. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render.js +0 -1138
  1023. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/connection.js +0 -111
  1024. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/cookies.js +0 -220
  1025. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/draft-mode.js +0 -207
  1026. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/fallback-params.js +0 -69
  1027. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/headers.js +0 -219
  1028. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/params.js +0 -415
  1029. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/pathname.js +0 -104
  1030. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/root-params.js +0 -157
  1031. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/search-params.js +0 -432
  1032. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/utils.js +0 -51
  1033. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request-meta.js +0 -55
  1034. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require-hook.js +0 -71
  1035. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require.js +0 -109
  1036. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/index.js +0 -211
  1037. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/types.js +0 -41
  1038. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/utils.js +0 -103
  1039. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/web.js +0 -101
  1040. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/cache-store.js +0 -84
  1041. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +0 -96
  1042. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/revalidation-utils.js +0 -152
  1043. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +0 -16
  1044. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +0 -6
  1045. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/locale-route-definition.js +0 -6
  1046. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +0 -6
  1047. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-route-definition.js +0 -6
  1048. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/route-definition.js +0 -6
  1049. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-kind.js +0 -32
  1050. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -239
  1051. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -120
  1052. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +0 -6
  1053. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -55
  1054. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -43
  1055. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -90
  1056. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -112
  1057. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -77
  1058. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -77
  1059. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -28
  1060. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -106
  1061. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -42
  1062. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +0 -6
  1063. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -30
  1064. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +0 -6
  1065. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -34
  1066. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -20
  1067. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -21
  1068. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -55
  1069. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -64
  1070. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +0 -6
  1071. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +0 -18
  1072. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +0 -15
  1073. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +0 -68
  1074. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -30
  1075. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +0 -30
  1076. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/route-matcher.js +0 -54
  1077. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-page-route-match.js +0 -6
  1078. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-route-route-match.js +0 -6
  1079. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/locale-route-match.js +0 -6
  1080. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-api-route-match.js +0 -16
  1081. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-route-match.js +0 -6
  1082. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/route-match.js +0 -6
  1083. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -48
  1084. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +0 -36
  1085. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.js +0 -132
  1086. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.render.js +0 -24
  1087. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -4
  1088. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -87
  1089. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -4
  1090. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -4
  1091. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -4
  1092. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -4
  1093. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -4
  1094. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -140
  1095. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +0 -4
  1096. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +0 -4
  1097. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +0 -4
  1098. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +0 -4
  1099. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +0 -4
  1100. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +0 -4
  1101. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +0 -4
  1102. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +0 -4
  1103. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +0 -4
  1104. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -125
  1105. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +0 -4
  1106. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +0 -4
  1107. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +0 -4
  1108. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +0 -4
  1109. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +0 -4
  1110. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +0 -4
  1111. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +0 -4
  1112. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +0 -4
  1113. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +0 -85
  1114. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +0 -24
  1115. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +0 -29
  1116. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +0 -15
  1117. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +0 -20
  1118. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +0 -36
  1119. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.js +0 -889
  1120. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +0 -56
  1121. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/checks.js +0 -45
  1122. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +0 -100
  1123. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.compiled.js +0 -20
  1124. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.js +0 -92
  1125. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.render.js +0 -24
  1126. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/pages-handler.js +0 -522
  1127. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -4
  1128. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -102
  1129. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -4
  1130. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -4
  1131. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -4
  1132. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -4
  1133. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -4
  1134. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -4
  1135. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -4
  1136. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -4
  1137. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +0 -20
  1138. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.js +0 -58
  1139. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/route-module.js +0 -594
  1140. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/runtime-reacts.external.js +0 -46
  1141. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-payload.js +0 -88
  1142. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-response.js +0 -70
  1143. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/serve-static.js +0 -66
  1144. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-route-utils.js +0 -30
  1145. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-utils.js +0 -323
  1146. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/setup-http-agent-env.js +0 -31
  1147. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/encoded-tags.js +0 -114
  1148. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +0 -737
  1149. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +0 -69
  1150. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/constant.js +0 -97
  1151. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/index.js +0 -199
  1152. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/client-boundary.js +0 -97
  1153. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/config.js +0 -501
  1154. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/entry.js +0 -149
  1155. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/error.js +0 -38
  1156. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/metadata.js +0 -234
  1157. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server-boundary.js +0 -115
  1158. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server.js +0 -79
  1159. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/utils.js +0 -212
  1160. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-life.js +0 -161
  1161. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-tag.js +0 -50
  1162. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/constants.js +0 -28
  1163. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/handlers.js +0 -121
  1164. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-errors.js +0 -36
  1165. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +0 -1336
  1166. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/utils.js +0 -73
  1167. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/adapter.js +0 -388
  1168. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/edge-route-module-wrapper.js +0 -122
  1169. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/error.js +0 -54
  1170. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/exports/index.js +0 -56
  1171. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/get-edge-preview-props.js +0 -23
  1172. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/globals.js +0 -128
  1173. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/http.js +0 -39
  1174. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/internal-edge-wait-until.js +0 -64
  1175. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/next-url.js +0 -195
  1176. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/context.js +0 -462
  1177. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -35
  1178. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/index.js +0 -28
  1179. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/resource-managers.js +0 -88
  1180. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/sandbox.js +0 -134
  1181. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -192
  1182. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +0 -142
  1183. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -30
  1184. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -211
  1185. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -29
  1186. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/fetch-event.js +0 -98
  1187. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/image-response.js +0 -22
  1188. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/request.js +0 -99
  1189. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/response.js +0 -136
  1190. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/revalidate.js +0 -206
  1191. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +0 -284
  1192. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +0 -49
  1193. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/url-pattern.js +0 -14
  1194. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/user-agent.js +0 -46
  1195. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/types.js +0 -6
  1196. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/utils.js +0 -151
  1197. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/web-on-close.js +0 -87
  1198. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/action-revalidation-kind.js +0 -31
  1199. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -50
  1200. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-types.js +0 -27
  1201. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/constants.js +0 -448
  1202. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deep-freeze.js +0 -30
  1203. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deployment-id.js +0 -36
  1204. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/dset.js +0 -34
  1205. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/encode-uri-path.js +0 -15
  1206. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/entry-constants.js +0 -36
  1207. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/error-source.js +0 -36
  1208. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +0 -39
  1209. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/constants.js +0 -19
  1210. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +0 -24
  1211. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +0 -20
  1212. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/escape-regexp.js +0 -22
  1213. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/get-hostname.js +0 -23
  1214. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hash.js +0 -42
  1215. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -18
  1216. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head.js +0 -163
  1217. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -60
  1218. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +0 -40
  1219. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -25
  1220. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -59
  1221. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -54
  1222. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-blur-svg.js +0 -22
  1223. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -19
  1224. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config.js +0 -74
  1225. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/invariant-error.js +0 -18
  1226. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-internal.js +0 -39
  1227. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-plain-object.js +0 -42
  1228. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-thenable.js +0 -20
  1229. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/isomorphic/path.js +0 -14
  1230. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -37
  1231. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -19
  1232. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +0 -246
  1233. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/magic-identifier.js +0 -218
  1234. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-local-pattern.js +0 -46
  1235. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-remote-pattern.js +0 -63
  1236. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/modern-browserslist-target.js +0 -15
  1237. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/no-fallback-error.external.js +0 -18
  1238. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +0 -28
  1239. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -26
  1240. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -18
  1241. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -18
  1242. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +0 -40
  1243. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +0 -23
  1244. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +0 -26
  1245. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -19
  1246. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -20
  1247. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/promise-with-resolvers.js +0 -26
  1248. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/adapters.js +0 -136
  1249. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/routes/app.js +0 -122
  1250. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -28
  1251. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -20
  1252. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -20
  1253. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -51
  1254. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -17
  1255. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -24
  1256. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -16
  1257. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -27
  1258. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -111
  1259. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -167
  1260. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -52
  1261. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -25
  1262. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +0 -90
  1263. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/html-bots.js +0 -17
  1264. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/index.js +0 -30
  1265. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +0 -33
  1266. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +0 -108
  1267. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-bot.js +0 -57
  1268. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -26
  1269. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -31
  1270. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +0 -29
  1271. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -33
  1272. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -36
  1273. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-url.js +0 -32
  1274. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -20
  1275. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-match.js +0 -49
  1276. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +0 -292
  1277. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -79
  1278. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +0 -40
  1279. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -39
  1280. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -21
  1281. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +0 -116
  1282. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +0 -113
  1283. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -45
  1284. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -256
  1285. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -244
  1286. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -18
  1287. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -52
  1288. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -99
  1289. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment.js +0 -102
  1290. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -35
  1291. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-reference-info.js +0 -52
  1292. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/side-effect.js +0 -63
  1293. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/internal-error.js +0 -53
  1294. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/utils.js +0 -279
  1295. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils/warn-once.js +0 -22
  1296. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils.js +0 -207
  1297. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/zod.js +0 -101
  1298. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/anonymous-meta.js +0 -89
  1299. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/detached-flush.js +0 -56
  1300. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/build.js +0 -174
  1301. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/index.js +0 -41
  1302. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/plugins.js +0 -51
  1303. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/swc-load-failure.js +0 -55
  1304. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/version.js +0 -66
  1305. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/flush-telemetry.js +0 -19
  1306. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/post-telemetry-payload.js +0 -48
  1307. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/project-id.js +0 -48
  1308. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/storage.js +0 -301
  1309. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/index.js +0 -54
  1310. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/index.js +0 -37
  1311. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json-build.js +0 -137
  1312. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json.js +0 -151
  1313. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-telemetry.js +0 -36
  1314. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/shared.js +0 -39
  1315. package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/trace.js +0 -197
  1316. package/dashboard/.next/standalone/dashboard/node_modules/next/package.json +0 -380
  1317. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
  1318. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-dev-runtime.production.js +0 -14
  1319. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-runtime.production.js +0 -34
  1320. package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react.production.js +0 -542
  1321. package/dashboard/.next/standalone/dashboard/node_modules/react/compiler-runtime.js +0 -14
  1322. package/dashboard/.next/standalone/dashboard/node_modules/react/index.js +0 -7
  1323. package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-dev-runtime.js +0 -7
  1324. package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-runtime.js +0 -7
  1325. package/dashboard/.next/standalone/dashboard/node_modules/react/package.json +0 -51
  1326. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -6603
  1327. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -6692
  1328. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.production.js +0 -7410
  1329. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.edge.production.js +0 -7512
  1330. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.node.production.js +0 -7707
  1331. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom.production.js +0 -210
  1332. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/index.js +0 -38
  1333. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/package.json +0 -117
  1334. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.browser.js +0 -16
  1335. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.edge.js +0 -17
  1336. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.node.js +0 -18
  1337. package/dashboard/.next/standalone/dashboard/node_modules/react-dom/static.node.js +0 -14
  1338. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/channel.js +0 -177
  1339. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/colour.js +0 -195
  1340. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/composite.js +0 -212
  1341. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/constructor.js +0 -499
  1342. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/index.js +0 -16
  1343. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/input.js +0 -809
  1344. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/is.js +0 -143
  1345. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/libvips.js +0 -207
  1346. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/operation.js +0 -1016
  1347. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/output.js +0 -1666
  1348. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/resize.js +0 -595
  1349. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/sharp.js +0 -121
  1350. package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/utility.js +0 -291
  1351. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/comparator.js +0 -143
  1352. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/range.js +0 -557
  1353. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/semver.js +0 -333
  1354. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/cmp.js +0 -54
  1355. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/coerce.js +0 -62
  1356. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/compare.js +0 -7
  1357. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/eq.js +0 -5
  1358. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gt.js +0 -5
  1359. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gte.js +0 -5
  1360. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lt.js +0 -5
  1361. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lte.js +0 -5
  1362. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/neq.js +0 -5
  1363. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/parse.js +0 -18
  1364. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/satisfies.js +0 -12
  1365. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/constants.js +0 -37
  1366. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/debug.js +0 -11
  1367. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/identifiers.js +0 -29
  1368. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/lrucache.js +0 -42
  1369. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/parse-options.js +0 -17
  1370. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/re.js +0 -223
  1371. package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/package.json +0 -78
  1372. package/dashboard/.next/standalone/dashboard/node_modules/sharp/package.json +0 -202
  1373. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/dist/index/index.js +0 -499
  1374. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/index.js +0 -1
  1375. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/package.json +0 -132
  1376. package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/style.js +0 -1
  1377. package/dashboard/.next/standalone/dashboard/package.json +0 -44
  1378. package/dashboard/.next/standalone/dashboard/public/favicon.ico +0 -0
  1379. package/dashboard/.next/standalone/dashboard/public/file.svg +0 -1
  1380. package/dashboard/.next/standalone/dashboard/public/globe.svg +0 -1
  1381. package/dashboard/.next/standalone/dashboard/public/next.svg +0 -1
  1382. package/dashboard/.next/standalone/dashboard/public/vercel.svg +0 -1
  1383. package/dashboard/.next/standalone/dashboard/public/window.svg +0 -1
  1384. package/dashboard/.next/standalone/dashboard/server.js +0 -38
  1385. package/dashboard/.next/standalone/node_modules/@img/colour/package.json +0 -45
  1386. package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
  1387. package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
  1388. package/dashboard/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +0 -46
  1389. package/dashboard/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
  1390. package/dashboard/.next/standalone/node_modules/buffer-from/index.js +0 -72
  1391. package/dashboard/.next/standalone/node_modules/buffer-from/package.json +0 -19
  1392. package/dashboard/.next/standalone/node_modules/detect-libc/package.json +0 -44
  1393. package/dashboard/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
  1394. package/dashboard/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
  1395. package/dashboard/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
  1396. package/dashboard/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
  1397. package/dashboard/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
  1398. package/dashboard/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
  1399. package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  1400. package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
  1401. package/dashboard/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
  1402. package/dashboard/.next/standalone/node_modules/source-map/lib/util.js +0 -488
  1403. package/dashboard/.next/standalone/node_modules/source-map/package.json +0 -73
  1404. package/dashboard/.next/standalone/node_modules/source-map/source-map.js +0 -8
  1405. package/dashboard/.next/standalone/node_modules/source-map-support/LICENSE.md +0 -21
  1406. package/dashboard/.next/standalone/node_modules/source-map-support/README.md +0 -284
  1407. package/dashboard/.next/standalone/node_modules/source-map-support/browser-source-map-support.js +0 -113
  1408. package/dashboard/.next/standalone/node_modules/source-map-support/package.json +0 -31
  1409. package/dashboard/.next/standalone/node_modules/source-map-support/register.js +0 -1
  1410. package/dashboard/.next/standalone/node_modules/source-map-support/source-map-support.js +0 -567
  1411. package/dashboard/.next/standalone/node_modules/typescript/package.json +0 -120
@@ -1,2343 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- 0 && (module.exports = {
6
- NODE_BASE_ESM_RESOLVE_OPTIONS: null,
7
- NODE_BASE_RESOLVE_OPTIONS: null,
8
- NODE_ESM_RESOLVE_OPTIONS: null,
9
- NODE_RESOLVE_OPTIONS: null,
10
- attachReactRefresh: null,
11
- babelIncludeRegexes: null,
12
- default: null,
13
- getCacheDirectories: null,
14
- hasExternalOtelApiPackage: null,
15
- loadProjectInfo: null,
16
- nextImageLoaderRegex: null
17
- });
18
- function _export(target, all) {
19
- for(var name in all)Object.defineProperty(target, name, {
20
- enumerable: true,
21
- get: all[name]
22
- });
23
- }
24
- _export(exports, {
25
- NODE_BASE_ESM_RESOLVE_OPTIONS: function() {
26
- return NODE_BASE_ESM_RESOLVE_OPTIONS;
27
- },
28
- NODE_BASE_RESOLVE_OPTIONS: function() {
29
- return NODE_BASE_RESOLVE_OPTIONS;
30
- },
31
- NODE_ESM_RESOLVE_OPTIONS: function() {
32
- return NODE_ESM_RESOLVE_OPTIONS;
33
- },
34
- NODE_RESOLVE_OPTIONS: function() {
35
- return NODE_RESOLVE_OPTIONS;
36
- },
37
- attachReactRefresh: function() {
38
- return attachReactRefresh;
39
- },
40
- babelIncludeRegexes: function() {
41
- return babelIncludeRegexes;
42
- },
43
- default: function() {
44
- return getBaseWebpackConfig;
45
- },
46
- getCacheDirectories: function() {
47
- return getCacheDirectories;
48
- },
49
- hasExternalOtelApiPackage: function() {
50
- return hasExternalOtelApiPackage;
51
- },
52
- loadProjectInfo: function() {
53
- return loadProjectInfo;
54
- },
55
- nextImageLoaderRegex: function() {
56
- return nextImageLoaderRegex;
57
- }
58
- });
59
- const _react = /*#__PURE__*/ _interop_require_default(require("react"));
60
- const _ReactRefreshWebpackPlugin = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin"));
61
- const _picocolors = require("../lib/picocolors");
62
- const _crypto = /*#__PURE__*/ _interop_require_default(require("crypto"));
63
- const _webpack = require("next/dist/compiled/webpack/webpack");
64
- const _path = /*#__PURE__*/ _interop_require_default(require("path"));
65
- const _fs = /*#__PURE__*/ _interop_require_default(require("fs"));
66
- const _defineenv = require("./define-env");
67
- const _escaperegexp = require("../shared/lib/escape-regexp");
68
- const _constants = require("../lib/constants");
69
- const _utils = require("./utils");
70
- const _constants1 = require("../shared/lib/constants");
71
- const _utils1 = require("../shared/lib/utils");
72
- const _entries = require("./entries");
73
- const _log = /*#__PURE__*/ _interop_require_wildcard(require("./output/log"));
74
- const _config = require("./webpack/config");
75
- const _forcecompleteruntime = /*#__PURE__*/ _interop_require_default(require("./webpack/plugins/force-complete-runtime"));
76
- const _middlewareplugin = /*#__PURE__*/ _interop_require_wildcard(require("./webpack/plugins/middleware-plugin"));
77
- const _buildmanifestplugin = /*#__PURE__*/ _interop_require_default(require("./webpack/plugins/build-manifest-plugin"));
78
- const _jsconfigpathsplugin = require("./webpack/plugins/jsconfig-paths-plugin");
79
- const _pagesmanifestplugin = /*#__PURE__*/ _interop_require_default(require("./webpack/plugins/pages-manifest-plugin"));
80
- const _profilingplugin = require("./webpack/plugins/profiling-plugin");
81
- const _reactloadableplugin = require("./webpack/plugins/react-loadable-plugin");
82
- const _wellknownerrorsplugin = require("./webpack/plugins/wellknown-errors-plugin");
83
- const _css = require("./webpack/config/blocks/css");
84
- const _copyfileplugin = require("./webpack/plugins/copy-file-plugin");
85
- const _flightmanifestplugin = require("./webpack/plugins/flight-manifest-plugin");
86
- const _flightcliententryplugin = require("./webpack/plugins/flight-client-entry-plugin");
87
- const _rspackflightcliententryplugin = require("./webpack/plugins/rspack-flight-client-entry-plugin");
88
- const _nexttypesplugin = require("./webpack/plugins/next-types-plugin");
89
- const _loadjsconfig = /*#__PURE__*/ _interop_require_default(require("./load-jsconfig"));
90
- const _subresourceintegrityplugin = require("./webpack/plugins/subresource-integrity-plugin");
91
- const _nextfontmanifestplugin = require("./webpack/plugins/next-font-manifest-plugin");
92
- const _memorywithgccacheplugin = require("./webpack/plugins/memory-with-gc-cache-plugin");
93
- const _getbabelconfigfile = require("./get-babel-config-file");
94
- const _needsexperimentalreact = require("../lib/needs-experimental-react");
95
- const _handleexternals = require("./handle-externals");
96
- const _resolve = require("./webpack-config-rules/resolve");
97
- const _optionalpeerdependencyresolveplugin = require("./webpack/plugins/optional-peer-dependency-resolve-plugin");
98
- const _createcompileraliases = require("./create-compiler-aliases");
99
- const _utils2 = require("../export/utils");
100
- const _csschunkingplugin = require("./webpack/plugins/css-chunking-plugin");
101
- const _getbabelloaderconfig = require("./get-babel-loader-config");
102
- const _nextdirpaths = require("./next-dir-paths");
103
- const _getrspack = require("../shared/lib/get-rspack");
104
- const _rspackprofilingplugin = require("./webpack/plugins/rspack-profiling-plugin");
105
- const _getwebpackbundler = /*#__PURE__*/ _interop_require_default(require("../shared/lib/get-webpack-bundler"));
106
- const _requirehook = require("../server/require-hook");
107
- const _json5 = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/json5"));
108
- function _interop_require_default(obj) {
109
- return obj && obj.__esModule ? obj : {
110
- default: obj
111
- };
112
- }
113
- function _getRequireWildcardCache(nodeInterop) {
114
- if (typeof WeakMap !== "function") return null;
115
- var cacheBabelInterop = new WeakMap();
116
- var cacheNodeInterop = new WeakMap();
117
- return (_getRequireWildcardCache = function(nodeInterop) {
118
- return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
119
- })(nodeInterop);
120
- }
121
- function _interop_require_wildcard(obj, nodeInterop) {
122
- if (!nodeInterop && obj && obj.__esModule) {
123
- return obj;
124
- }
125
- if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
126
- return {
127
- default: obj
128
- };
129
- }
130
- var cache = _getRequireWildcardCache(nodeInterop);
131
- if (cache && cache.has(obj)) {
132
- return cache.get(obj);
133
- }
134
- var newObj = {
135
- __proto__: null
136
- };
137
- var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
138
- for(var key in obj){
139
- if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
140
- var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
141
- if (desc && (desc.get || desc.set)) {
142
- Object.defineProperty(newObj, key, desc);
143
- } else {
144
- newObj[key] = obj[key];
145
- }
146
- }
147
- }
148
- newObj.default = obj;
149
- if (cache) {
150
- cache.set(obj, newObj);
151
- }
152
- return newObj;
153
- }
154
- const EXTERNAL_PACKAGES = _json5.default.parse(_fs.default.readFileSync(_path.default.join(__dirname, '../lib/server-external-packages.jsonc'), 'utf8'));
155
- const DEFAULT_TRANSPILED_PACKAGES = require('../lib/default-transpiled-packages.json');
156
- if (parseInt(_react.default.version) < 18) {
157
- throw Object.defineProperty(new Error('Next.js requires react >= 18.2.0 to be installed.'), "__NEXT_ERROR_CODE", {
158
- value: "E480",
159
- enumerable: false,
160
- configurable: true
161
- });
162
- }
163
- const babelIncludeRegexes = [
164
- /next[\\/]dist[\\/](esm[\\/])?shared[\\/]lib/,
165
- /next[\\/]dist[\\/](esm[\\/])?client/,
166
- /next[\\/]dist[\\/](esm[\\/])?pages/,
167
- /[\\/](strip-ansi|ansi-regex|styled-jsx)[\\/]/
168
- ];
169
- const browserNonTranspileModules = [
170
- // Transpiling `process/browser` will trigger babel compilation error due to value replacement.
171
- // TypeError: Property left of AssignmentExpression expected node to be of a type ["LVal"] but instead got "BooleanLiteral"
172
- // e.g. `process.browser = true` will become `true = true`.
173
- /[\\/]node_modules[\\/]process[\\/]browser/,
174
- // Exclude precompiled react packages from browser compilation due to SWC helper insertion (#61791),
175
- // We fixed the issue but it's safer to exclude them from compilation since they don't need to be re-compiled.
176
- /[\\/]next[\\/]dist[\\/]compiled[\\/](react|react-dom|react-server-dom-webpack)(-experimental)?($|[\\/])/
177
- ];
178
- const precompileRegex = /[\\/]next[\\/]dist[\\/]compiled[\\/]/;
179
- const asyncStoragesRegex = /next[\\/]dist[\\/](esm[\\/])?server[\\/]app-render[\\/](work-async-storage|action-async-storage|dynamic-access-async-storage|work-unit-async-storage)/;
180
- // Support for NODE_PATH
181
- const nodePathList = (process.env.NODE_PATH || '').split(process.platform === 'win32' ? ';' : ':').filter((p)=>!!p);
182
- const baseWatchOptions = Object.freeze({
183
- aggregateTimeout: 5,
184
- ignored: // Matches **/node_modules/**, **/.git/** and **/.next/**
185
- /^((?:[^/]*(?:\/|$))*)(\.(git|next)|node_modules)(\/((?:[^/]*(?:\/|$))*)(?:$|\/))?/
186
- });
187
- function isModuleCSS(module1) {
188
- return(// mini-css-extract-plugin
189
- module1.type === `css/mini-extract` || // extract-css-chunks-webpack-plugin (old)
190
- module1.type === `css/extract-chunks` || // extract-css-chunks-webpack-plugin (new)
191
- module1.type === `css/extract-css-chunks`);
192
- }
193
- const devtoolRevertWarning = (0, _utils1.execOnce)((devtool)=>{
194
- console.warn((0, _picocolors.yellow)((0, _picocolors.bold)('Warning: ')) + (0, _picocolors.bold)(`Reverting webpack devtool to '${devtool}'.\n`) + 'Changing the webpack devtool in development mode will cause severe performance regressions.\n' + 'Read more: https://nextjs.org/docs/messages/improper-devtool');
195
- });
196
- let loggedSwcDisabled = false;
197
- let loggedIgnoredCompilerOptions = false;
198
- const reactRefreshLoaderName = 'next/dist/compiled/@next/react-refresh-utils/dist/loader';
199
- function getReactRefreshLoader() {
200
- return process.env.NEXT_RSPACK ? 'builtin:react-refresh-loader' : require.resolve(reactRefreshLoaderName);
201
- }
202
- function attachReactRefresh(webpackConfig, targetLoader) {
203
- var _webpackConfig_module_rules, _webpackConfig_module;
204
- const reactRefreshLoader = getReactRefreshLoader();
205
- (_webpackConfig_module = webpackConfig.module) == null ? void 0 : (_webpackConfig_module_rules = _webpackConfig_module.rules) == null ? void 0 : _webpackConfig_module_rules.forEach((rule)=>{
206
- if (rule && typeof rule === 'object' && 'use' in rule) {
207
- const curr = rule.use;
208
- // When the user has configured `defaultLoaders.babel` for a input file:
209
- if (curr === targetLoader) {
210
- rule.use = [
211
- reactRefreshLoader,
212
- curr
213
- ];
214
- } else if (Array.isArray(curr) && curr.some((r)=>r === targetLoader) && // Check if loader already exists:
215
- !curr.some((r)=>r === reactRefreshLoader || r === reactRefreshLoaderName)) {
216
- const idx = curr.findIndex((r)=>r === targetLoader);
217
- // Clone to not mutate user input
218
- rule.use = [
219
- ...curr
220
- ];
221
- // inject / input: [other, babel] output: [other, refresh, babel]:
222
- rule.use.splice(idx, 0, reactRefreshLoader);
223
- }
224
- }
225
- });
226
- }
227
- const NODE_RESOLVE_OPTIONS = {
228
- dependencyType: 'commonjs',
229
- modules: [
230
- 'node_modules'
231
- ],
232
- fallback: false,
233
- exportsFields: [
234
- 'exports'
235
- ],
236
- importsFields: [
237
- 'imports'
238
- ],
239
- conditionNames: [
240
- 'node',
241
- 'require'
242
- ],
243
- descriptionFiles: [
244
- 'package.json'
245
- ],
246
- extensions: [
247
- '.js',
248
- '.json',
249
- '.node'
250
- ],
251
- enforceExtensions: false,
252
- symlinks: true,
253
- mainFields: [
254
- 'main'
255
- ],
256
- mainFiles: [
257
- 'index'
258
- ],
259
- roots: [],
260
- fullySpecified: false,
261
- preferRelative: false,
262
- preferAbsolute: false,
263
- restrictions: []
264
- };
265
- const NODE_BASE_RESOLVE_OPTIONS = {
266
- ...NODE_RESOLVE_OPTIONS,
267
- alias: false
268
- };
269
- const NODE_ESM_RESOLVE_OPTIONS = {
270
- ...NODE_RESOLVE_OPTIONS,
271
- alias: false,
272
- dependencyType: 'esm',
273
- conditionNames: [
274
- 'node',
275
- 'import'
276
- ],
277
- fullySpecified: true
278
- };
279
- const NODE_BASE_ESM_RESOLVE_OPTIONS = {
280
- ...NODE_ESM_RESOLVE_OPTIONS,
281
- alias: false
282
- };
283
- const nextImageLoaderRegex = /\.(png|jpg|jpeg|gif|webp|avif|ico|bmp|svg)$/i;
284
- async function loadProjectInfo({ dir, config, dev }) {
285
- const { jsConfig, jsConfigPath, resolvedBaseUrl } = await (0, _loadjsconfig.default)(dir, config);
286
- const supportedBrowsers = (0, _utils.getSupportedBrowsers)(dir, dev);
287
- return {
288
- jsConfig,
289
- jsConfigPath,
290
- resolvedBaseUrl,
291
- supportedBrowsers
292
- };
293
- }
294
- function hasExternalOtelApiPackage() {
295
- try {
296
- require('@opentelemetry/api');
297
- return true;
298
- } catch {
299
- return false;
300
- }
301
- }
302
- const UNSAFE_CACHE_REGEX = /[\\/]pages[\\/][^\\/]+(?:$|\?|#)/;
303
- const NEGATIVE_UNSAFE_CACHE_REGEX = new RegExp(`^(?!.*${UNSAFE_CACHE_REGEX.source}).*$`);
304
- function getCacheDirectories(configs) {
305
- return new Set(configs.map((cfg)=>{
306
- if (typeof cfg.cache === 'object' && cfg.cache.type === 'filesystem') {
307
- return cfg.cache.cacheDirectory;
308
- }
309
- return null;
310
- }).filter((dir)=>dir != null));
311
- }
312
- async function getBaseWebpackConfig(dir, { buildId, encryptionKey, config, compilerType, dev = false, entrypoints, isDevFallback = false, pagesDir, reactProductionProfiling = false, rewrites, originalRewrites, originalRedirects, runWebpackSpan, appDir, middlewareMatchers, noMangling, jsConfig, jsConfigPath, resolvedBaseUrl, supportedBrowsers, clientRouterFilters, fetchCacheKeyPrefix, isCompileMode, previewProps }) {
313
- var _config_compiler, _config_compiler1, _config_compiler2, _jsConfig_compilerOptions, _config_compiler3, _jsConfig_compilerOptions1, _config_compiler4, _config_experimental, _config_watchOptions, _config_experimental_sri, _config_experimental_sri1, _jsConfig_compilerOptions2, // always add JsConfigPathsPlugin to allow hot-reloading
314
- // if the config is added/removed
315
- _webpackConfig_resolve_plugins, _webpackConfig_resolve, _config_experimental1, _config_compiler5, _config_compiler6, _config_compiler7, _config_compiler8, _config_compiler9, _webpack5Config_plugins, _webpackConfig_module, _webpackConfig_module1, _webpackConfig_module_rules, _webpackConfig_module2;
316
- const bundler = (0, _getwebpackbundler.default)();
317
- const isClient = compilerType === _constants1.COMPILER_NAMES.client;
318
- const isEdgeServer = compilerType === _constants1.COMPILER_NAMES.edgeServer;
319
- const isNodeServer = compilerType === _constants1.COMPILER_NAMES.server;
320
- const isRspack = Boolean(process.env.NEXT_RSPACK);
321
- const FlightClientEntryPlugin = isRspack && process.env.BUILTIN_FLIGHT_CLIENT_ENTRY_PLUGIN ? _rspackflightcliententryplugin.RspackFlightClientEntryPlugin : _flightcliententryplugin.FlightClientEntryPlugin;
322
- // If the current compilation is aimed at server-side code instead of client-side code.
323
- const isNodeOrEdgeCompilation = isNodeServer || isEdgeServer;
324
- const hasRewrites = rewrites.beforeFiles.length > 0 || rewrites.afterFiles.length > 0 || rewrites.fallback.length > 0;
325
- const hasAppDir = !!appDir;
326
- const disableOptimizedLoading = true;
327
- const bundledReactChannel = (0, _needsexperimentalreact.needsExperimentalReact)(config) ? '-experimental' : '';
328
- const babelConfigFile = (0, _getbabelconfigfile.getBabelConfigFile)(dir);
329
- if (!dev && (0, _utils2.hasCustomExportOutput)(config)) {
330
- config.distDir = '.next';
331
- }
332
- const distDir = _path.default.join(dir, config.distDir);
333
- let useSWCLoader = !babelConfigFile || config.experimental.forceSwcTransforms;
334
- let SWCBinaryTarget = undefined;
335
- if (useSWCLoader) {
336
- var _require_getBinaryMetadata, _require_getBinaryMetadata1, _require;
337
- // TODO: we do not collect wasm target yet
338
- const binaryTarget = (_require = require('./swc')) == null ? void 0 : (_require_getBinaryMetadata1 = _require.getBinaryMetadata) == null ? void 0 : (_require_getBinaryMetadata = _require_getBinaryMetadata1.call(_require)) == null ? void 0 : _require_getBinaryMetadata.target;
339
- SWCBinaryTarget = binaryTarget ? [
340
- `swc/target/${binaryTarget}`,
341
- true
342
- ] : undefined;
343
- }
344
- if (!loggedSwcDisabled && !useSWCLoader && babelConfigFile) {
345
- _log.info(`Disabled SWC as replacement for Babel because of custom Babel configuration "${_path.default.relative(dir, babelConfigFile)}" https://nextjs.org/docs/messages/swc-disabled`);
346
- loggedSwcDisabled = true;
347
- }
348
- // since `pages` doesn't always bundle by default we need to
349
- // auto-include optimizePackageImports in transpilePackages
350
- const finalTranspilePackages = (config.transpilePackages || []).concat(DEFAULT_TRANSPILED_PACKAGES);
351
- for (const pkg of config.experimental.optimizePackageImports || []){
352
- if (!finalTranspilePackages.includes(pkg)) {
353
- finalTranspilePackages.push(pkg);
354
- }
355
- }
356
- if (!loggedIgnoredCompilerOptions && !useSWCLoader && config.compiler) {
357
- _log.info('`compiler` options in `next.config.js` will be ignored while using Babel https://nextjs.org/docs/messages/ignored-compiler-options');
358
- loggedIgnoredCompilerOptions = true;
359
- }
360
- const excludeCache = {};
361
- function exclude(excludePath) {
362
- const cached = excludeCache[excludePath];
363
- if (cached !== undefined) {
364
- return cached;
365
- }
366
- const shouldExclude = excludePath.includes('node_modules') && !babelIncludeRegexes.some((r)=>r.test(excludePath)) && !(0, _handleexternals.isResourceInPackages)(excludePath, finalTranspilePackages);
367
- excludeCache[excludePath] = shouldExclude;
368
- return shouldExclude;
369
- }
370
- const shouldIncludeExternalDirs = config.experimental.externalDir || !!config.transpilePackages;
371
- const codeCondition = {
372
- test: {
373
- or: [
374
- /\.(tsx|ts|js|cjs|mjs|jsx)$/,
375
- /__barrel_optimize__/
376
- ]
377
- },
378
- ...shouldIncludeExternalDirs ? {} : {
379
- include: [
380
- dir,
381
- ...babelIncludeRegexes
382
- ]
383
- },
384
- exclude
385
- };
386
- const babelLoader = (0, _getbabelloaderconfig.getBabelLoader)(useSWCLoader, babelConfigFile, isNodeOrEdgeCompilation, distDir, pagesDir, dir, appDir || pagesDir, dev, isClient, config.reactCompiler, codeCondition.exclude);
387
- const reactCompilerLoader = babelLoader ? undefined : (0, _getbabelloaderconfig.getReactCompilerLoader)(config.reactCompiler, dir, isNodeOrEdgeCompilation, codeCondition.exclude, dev);
388
- let swcTraceProfilingInitialized = false;
389
- const getSwcLoader = (extraOptions)=>{
390
- var _config_experimental;
391
- if ((config == null ? void 0 : (_config_experimental = config.experimental) == null ? void 0 : _config_experimental.swcTraceProfiling) && !swcTraceProfilingInitialized) {
392
- var _require_initCustomTraceSubscriber, _require;
393
- // This will init subscribers once only in a single process lifecycle,
394
- // even though it can be called multiple times.
395
- // Subscriber need to be initialized _before_ any actual swc's call (transform, etcs)
396
- // to collect correct trace spans when they are called.
397
- swcTraceProfilingInitialized = true;
398
- (_require = require('./swc')) == null ? void 0 : (_require_initCustomTraceSubscriber = _require.initCustomTraceSubscriber) == null ? void 0 : _require_initCustomTraceSubscriber.call(_require, _path.default.join(distDir, `swc-trace-profile-${Date.now()}.json`));
399
- }
400
- const useBuiltinSwcLoader = process.env.BUILTIN_SWC_LOADER;
401
- if (isRspack && useBuiltinSwcLoader) {
402
- var _jsConfig_compilerOptions, _jsConfig_compilerOptions1;
403
- return {
404
- loader: 'builtin:next-swc-loader',
405
- options: {
406
- isServer: isNodeOrEdgeCompilation,
407
- rootDir: dir,
408
- pagesDir,
409
- appDir,
410
- hasReactRefresh: dev && isClient,
411
- transpilePackages: finalTranspilePackages,
412
- supportedBrowsers,
413
- swcCacheDir: _path.default.join(dir, (config == null ? void 0 : config.distDir) ?? '.next', 'cache', 'swc'),
414
- serverReferenceHashSalt: encryptionKey,
415
- // rspack specific options
416
- pnp: Boolean(process.versions.pnp),
417
- optimizeServerReact: Boolean(config.experimental.optimizeServerReact),
418
- modularizeImports: config.modularizeImports,
419
- decorators: Boolean(jsConfig == null ? void 0 : (_jsConfig_compilerOptions = jsConfig.compilerOptions) == null ? void 0 : _jsConfig_compilerOptions.experimentalDecorators),
420
- emitDecoratorMetadata: Boolean(jsConfig == null ? void 0 : (_jsConfig_compilerOptions1 = jsConfig.compilerOptions) == null ? void 0 : _jsConfig_compilerOptions1.emitDecoratorMetadata),
421
- regeneratorRuntimePath: require.resolve('next/dist/compiled/regenerator-runtime'),
422
- ...extraOptions
423
- }
424
- };
425
- }
426
- return {
427
- loader: 'next-swc-loader',
428
- options: {
429
- isServer: isNodeOrEdgeCompilation,
430
- compilerType,
431
- rootDir: dir,
432
- pagesDir,
433
- appDir,
434
- hasReactRefresh: dev && isClient,
435
- nextConfig: config,
436
- jsConfig,
437
- transpilePackages: finalTranspilePackages,
438
- supportedBrowsers,
439
- swcCacheDir: _path.default.join(dir, (config == null ? void 0 : config.distDir) ?? '.next', 'cache', 'swc'),
440
- serverReferenceHashSalt: encryptionKey,
441
- ...extraOptions
442
- }
443
- };
444
- };
445
- // RSC loaders, prefer ESM, set `esm` to true
446
- const swcServerLayerLoader = getSwcLoader({
447
- serverComponents: true,
448
- bundleLayer: _constants.WEBPACK_LAYERS.reactServerComponents,
449
- esm: true
450
- });
451
- const swcSSRLayerLoader = getSwcLoader({
452
- serverComponents: true,
453
- bundleLayer: _constants.WEBPACK_LAYERS.serverSideRendering,
454
- esm: true
455
- });
456
- const swcBrowserLayerLoader = getSwcLoader({
457
- serverComponents: true,
458
- bundleLayer: _constants.WEBPACK_LAYERS.appPagesBrowser,
459
- esm: true
460
- });
461
- // Default swc loaders for pages doesn't prefer ESM.
462
- const swcDefaultLoader = getSwcLoader({
463
- serverComponents: true,
464
- esm: false
465
- });
466
- const defaultLoaders = {
467
- babel: useSWCLoader ? swcDefaultLoader : babelLoader
468
- };
469
- const appServerLayerLoaders = hasAppDir ? [
470
- // When using Babel, we will have to add the SWC loader
471
- // as an additional pass to handle RSC correctly.
472
- // This will cause some performance overhead but
473
- // acceptable as Babel will not be recommended.
474
- swcServerLayerLoader,
475
- babelLoader,
476
- reactCompilerLoader
477
- ].filter(Boolean) : [];
478
- const instrumentLayerLoaders = [
479
- 'next-flight-loader',
480
- // When using Babel, we will have to add the SWC loader
481
- // as an additional pass to handle RSC correctly.
482
- // This will cause some performance overhead but
483
- // acceptable as Babel will not be recommended.
484
- swcServerLayerLoader,
485
- babelLoader
486
- ].filter(Boolean);
487
- const middlewareLayerLoaders = [
488
- 'next-flight-loader',
489
- // When using Babel, we will have to use SWC to do the optimization
490
- // for middleware to tree shake the unused default optimized imports like "next/server".
491
- // This will cause some performance overhead but
492
- // acceptable as Babel will not be recommended.
493
- getSwcLoader({
494
- serverComponents: true,
495
- bundleLayer: _constants.WEBPACK_LAYERS.middleware
496
- }),
497
- babelLoader
498
- ].filter(Boolean);
499
- const reactRefreshLoaders = dev && isClient ? [
500
- getReactRefreshLoader()
501
- ] : [];
502
- // client components layers: SSR or browser
503
- const createClientLayerLoader = ({ isBrowserLayer, reactRefresh })=>[
504
- ...reactRefresh ? reactRefreshLoaders : [],
505
- {
506
- // This loader handles actions and client entries
507
- // in the client layer.
508
- loader: 'next-flight-client-module-loader'
509
- },
510
- ...hasAppDir ? [
511
- // When using Babel, we will have to add the SWC loader
512
- // as an additional pass to handle RSC correctly.
513
- // This will cause some performance overhead but
514
- // acceptable as Babel will not be recommended.
515
- isBrowserLayer ? swcBrowserLayerLoader : swcSSRLayerLoader,
516
- babelLoader,
517
- reactCompilerLoader
518
- ].filter(Boolean) : []
519
- ];
520
- const appBrowserLayerLoaders = createClientLayerLoader({
521
- isBrowserLayer: true,
522
- // reactRefresh for browser layer is applied conditionally to user-land source
523
- reactRefresh: false
524
- });
525
- const appSSRLayerLoaders = createClientLayerLoader({
526
- isBrowserLayer: false,
527
- reactRefresh: true
528
- });
529
- // Loader for API routes needs to be differently configured as it shouldn't
530
- // have RSC transpiler enabled, so syntax checks such as invalid imports won't
531
- // be performed.
532
- const apiRoutesLayerLoaders = useSWCLoader ? getSwcLoader({
533
- serverComponents: false,
534
- bundleLayer: _constants.WEBPACK_LAYERS.apiNode
535
- }) : defaultLoaders.babel;
536
- const pageExtensions = config.pageExtensions;
537
- const outputPath = isNodeOrEdgeCompilation ? _path.default.join(distDir, _constants1.SERVER_DIRECTORY) : distDir;
538
- const conditionNames = [
539
- ...isEdgeServer ? [
540
- _resolve.edgeConditionName
541
- ] : [],
542
- // inherits Webpack's default conditions
543
- '...'
544
- ];
545
- const reactServerConditionNames = [
546
- 'react-server',
547
- // We could just use `'...'`. Explicit spread makes it more obvious.
548
- ...conditionNames
549
- ];
550
- const reactRefreshEntry = isRspack ? require.resolve(`next/dist/compiled/@next/react-refresh-utils/dist/rspack-runtime`) : require.resolve(`next/dist/compiled/@next/react-refresh-utils/dist/runtime`);
551
- const clientEntries = isClient ? {
552
- // Backwards compatibility
553
- 'main.js': [],
554
- ...dev ? {
555
- [_constants1.CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH]: reactRefreshEntry
556
- } : {},
557
- [_constants1.CLIENT_STATIC_FILES_RUNTIME_MAIN]: `./` + _path.default.relative(dir, _path.default.join(_nextdirpaths.NEXT_PROJECT_ROOT_DIST_CLIENT, dev ? `next-dev.js` : 'next.js')).replace(/\\/g, '/'),
558
- ...hasAppDir ? {
559
- [_constants1.CLIENT_STATIC_FILES_RUNTIME_MAIN_APP]: dev ? [
560
- reactRefreshEntry,
561
- `./` + _path.default.relative(dir, _path.default.join(_nextdirpaths.NEXT_PROJECT_ROOT_DIST_CLIENT, 'app-next-dev.js')).replace(/\\/g, '/')
562
- ] : [
563
- `./` + _path.default.relative(dir, _path.default.join(_nextdirpaths.NEXT_PROJECT_ROOT_DIST_CLIENT, 'app-next.js')).replace(/\\/g, '/')
564
- ]
565
- } : {}
566
- } : undefined;
567
- const resolveConfig = {
568
- conditionNames,
569
- // Disable .mjs for node_modules bundling
570
- extensions: [
571
- '.js',
572
- '.mjs',
573
- '.tsx',
574
- '.ts',
575
- '.jsx',
576
- '.json',
577
- '.wasm'
578
- ],
579
- extensionAlias: config.experimental.extensionAlias,
580
- modules: [
581
- 'node_modules',
582
- ...nodePathList
583
- ],
584
- alias: (0, _createcompileraliases.createWebpackAliases)({
585
- distDir,
586
- isClient,
587
- isEdgeServer,
588
- dev,
589
- config,
590
- pagesDir,
591
- appDir,
592
- dir,
593
- reactProductionProfiling
594
- }),
595
- ...isClient ? {
596
- fallback: {
597
- process: require.resolve('./polyfills/process')
598
- }
599
- } : undefined,
600
- // default main fields use pages dir ones, and customize app router ones in loaders.
601
- mainFields: (0, _resolve.getMainField)(compilerType, false),
602
- plugins: [
603
- isNodeServer ? new _optionalpeerdependencyresolveplugin.OptionalPeerDependencyResolverPlugin() : undefined
604
- ].filter(Boolean),
605
- ...isRspack && jsConfigPath ? {
606
- // Skip paths that are routed to a .d.ts file
607
- restrictions: [
608
- /^(?!.*\.d\.ts$).*$/
609
- ],
610
- tsConfig: {
611
- configFile: jsConfigPath
612
- }
613
- } : {}
614
- };
615
- // Packages which will be split into the 'framework' chunk.
616
- // Only top-level packages are included, e.g. nested copies like
617
- // 'node_modules/meow/node_modules/object-assign' are not included.
618
- const nextFrameworkPaths = [];
619
- const topLevelFrameworkPaths = [];
620
- const visitedFrameworkPackages = new Set();
621
- // Adds package-paths of dependencies recursively
622
- const addPackagePath = (packageName, relativeToPath, paths)=>{
623
- try {
624
- if (visitedFrameworkPackages.has(packageName)) {
625
- return;
626
- }
627
- visitedFrameworkPackages.add(packageName);
628
- const packageJsonPath = require.resolve(`${packageName}/package.json`, {
629
- paths: [
630
- relativeToPath
631
- ]
632
- });
633
- // Include a trailing slash so that a `.startsWith(packagePath)` check avoids false positives
634
- // when one package name starts with the full name of a different package.
635
- // For example:
636
- // "node_modules/react-slider".startsWith("node_modules/react") // true
637
- // "node_modules/react-slider".startsWith("node_modules/react/") // false
638
- const directory = _path.default.join(packageJsonPath, '../');
639
- // Returning from the function in case the directory has already been added and traversed
640
- if (paths.includes(directory)) return;
641
- paths.push(directory);
642
- const dependencies = require(packageJsonPath).dependencies || {};
643
- for (const name of Object.keys(dependencies)){
644
- addPackagePath(name, directory, paths);
645
- }
646
- } catch (_) {
647
- // don't error on failing to resolve framework packages
648
- }
649
- };
650
- for (const packageName of [
651
- 'react',
652
- 'react-dom',
653
- ...hasAppDir ? [
654
- `next/dist/compiled/react${bundledReactChannel}`,
655
- `next/dist/compiled/react-dom${bundledReactChannel}`
656
- ] : []
657
- ]){
658
- addPackagePath(packageName, dir, topLevelFrameworkPaths);
659
- }
660
- addPackagePath('next', dir, nextFrameworkPaths);
661
- const crossOrigin = config.crossOrigin;
662
- // The `serverExternalPackages` should not conflict with
663
- // the `transpilePackages`.
664
- if (config.serverExternalPackages && finalTranspilePackages) {
665
- const externalPackageConflicts = finalTranspilePackages.filter((pkg)=>{
666
- var _config_serverExternalPackages;
667
- return (_config_serverExternalPackages = config.serverExternalPackages) == null ? void 0 : _config_serverExternalPackages.includes(pkg);
668
- });
669
- if (externalPackageConflicts.length > 0) {
670
- throw Object.defineProperty(new Error(`The packages specified in the 'transpilePackages' conflict with the 'serverExternalPackages': ${externalPackageConflicts.join(', ')}`), "__NEXT_ERROR_CODE", {
671
- value: "E173",
672
- enumerable: false,
673
- configurable: true
674
- });
675
- }
676
- }
677
- // For original request, such as `package name`
678
- const optOutBundlingPackages = EXTERNAL_PACKAGES.concat(...config.serverExternalPackages || []).filter((pkg)=>!(finalTranspilePackages == null ? void 0 : finalTranspilePackages.includes(pkg)));
679
- // For resolved request, such as `absolute path/package name/foo/bar.js`
680
- const optOutBundlingPackageRegex = new RegExp(`[/\\\\]node_modules[/\\\\](${optOutBundlingPackages.map((p)=>p.replace(/\//g, '[/\\\\]')).join('|')})[/\\\\]`);
681
- const transpilePackagesRegex = new RegExp(`[/\\\\]node_modules[/\\\\](${finalTranspilePackages == null ? void 0 : finalTranspilePackages.map((p)=>p.replace(/\//g, '[/\\\\]')).join('|')})[/\\\\]`);
682
- const handleExternals = (0, _handleexternals.makeExternalHandler)({
683
- config,
684
- optOutBundlingPackageRegex,
685
- transpiledPackages: finalTranspilePackages,
686
- dir
687
- });
688
- const pageExtensionsRegex = new RegExp(`\\.(${pageExtensions.join('|')})$`);
689
- const aliasCodeConditionTest = [
690
- codeCondition.test,
691
- pageExtensionsRegex
692
- ];
693
- const builtinModules = require('module').builtinModules;
694
- const bunExternals = [
695
- 'bun:ffi',
696
- 'bun:jsc',
697
- 'bun:sqlite',
698
- 'bun:test',
699
- 'bun:wrap',
700
- 'bun'
701
- ];
702
- const shouldEnableSlowModuleDetection = !!config.experimental.slowModuleDetection && dev;
703
- const getParallelism = ()=>{
704
- const override = Number(process.env.NEXT_WEBPACK_PARALLELISM);
705
- if (shouldEnableSlowModuleDetection) {
706
- if (override) {
707
- console.warn('NEXT_WEBPACK_PARALLELISM is specified but will be ignored due to experimental.slowModuleDetection being enabled.');
708
- }
709
- return 1;
710
- }
711
- return override || undefined;
712
- };
713
- const telemetryPlugin = !dev && isClient && new (require('./webpack/plugins/telemetry-plugin/telemetry-plugin')).TelemetryPlugin(new Map([
714
- [
715
- 'swcLoader',
716
- useSWCLoader
717
- ],
718
- [
719
- 'swcRelay',
720
- !!((_config_compiler = config.compiler) == null ? void 0 : _config_compiler.relay)
721
- ],
722
- [
723
- 'swcStyledComponents',
724
- !!((_config_compiler1 = config.compiler) == null ? void 0 : _config_compiler1.styledComponents)
725
- ],
726
- [
727
- 'swcReactRemoveProperties',
728
- !!((_config_compiler2 = config.compiler) == null ? void 0 : _config_compiler2.reactRemoveProperties)
729
- ],
730
- [
731
- 'swcExperimentalDecorators',
732
- !!(jsConfig == null ? void 0 : (_jsConfig_compilerOptions = jsConfig.compilerOptions) == null ? void 0 : _jsConfig_compilerOptions.experimentalDecorators)
733
- ],
734
- [
735
- 'swcRemoveConsole',
736
- !!((_config_compiler3 = config.compiler) == null ? void 0 : _config_compiler3.removeConsole)
737
- ],
738
- [
739
- 'swcImportSource',
740
- !!(jsConfig == null ? void 0 : (_jsConfig_compilerOptions1 = jsConfig.compilerOptions) == null ? void 0 : _jsConfig_compilerOptions1.jsxImportSource)
741
- ],
742
- [
743
- 'swcEmotion',
744
- !!((_config_compiler4 = config.compiler) == null ? void 0 : _config_compiler4.emotion)
745
- ],
746
- [
747
- 'transpilePackages',
748
- !!config.transpilePackages
749
- ],
750
- [
751
- 'skipProxyUrlNormalize',
752
- !!config.skipProxyUrlNormalize
753
- ],
754
- [
755
- 'skipTrailingSlashRedirect',
756
- !!config.skipTrailingSlashRedirect
757
- ],
758
- [
759
- 'modularizeImports',
760
- !!config.modularizeImports
761
- ],
762
- // If esmExternals is not same as default value, it represents customized usage
763
- [
764
- 'esmExternals',
765
- config.experimental.esmExternals !== true
766
- ],
767
- SWCBinaryTarget
768
- ].filter(Boolean)));
769
- let webpackConfig = {
770
- parallelism: getParallelism(),
771
- ...isNodeServer ? {
772
- externalsPresets: {
773
- node: true
774
- }
775
- } : {},
776
- // @ts-ignore
777
- externals: !isRspack && (isClient || isEdgeServer ? // bundles in case a user imported types and it wasn't removed
778
- // TODO: should we warn/error for this instead?
779
- [
780
- 'next',
781
- ...isEdgeServer ? [
782
- {
783
- '@builder.io/partytown': '{}',
784
- 'next/dist/compiled/etag': '{}'
785
- },
786
- (0, _middlewareplugin.getEdgePolyfilledModules)(),
787
- _middlewareplugin.handleWebpackExternalForEdgeRuntime
788
- ] : []
789
- ] : [
790
- ...builtinModules,
791
- ...bunExternals,
792
- ({ context, request, dependencyType, contextInfo, getResolve })=>handleExternals(context, request, dependencyType, contextInfo.issuerLayer, (options)=>{
793
- const resolveFunction = getResolve(options);
794
- return (resolveContext, requestToResolve)=>new Promise((resolve, reject)=>{
795
- resolveFunction(resolveContext, requestToResolve, (err, result, resolveData)=>{
796
- var _resolveData_descriptionFileData;
797
- if (err) return reject(err);
798
- if (!result) return resolve([
799
- null,
800
- false
801
- ]);
802
- const isEsm = /\.js$/i.test(result) ? (resolveData == null ? void 0 : (_resolveData_descriptionFileData = resolveData.descriptionFileData) == null ? void 0 : _resolveData_descriptionFileData.type) === 'module' : /\.mjs$/i.test(result);
803
- resolve([
804
- result,
805
- isEsm
806
- ]);
807
- });
808
- });
809
- })
810
- ]),
811
- optimization: {
812
- emitOnErrors: !dev,
813
- checkWasmTypes: false,
814
- nodeEnv: false,
815
- splitChunks: (()=>{
816
- // server chunking
817
- if (dev) {
818
- if (isNodeServer) {
819
- /*
820
- In development, we want to split code that comes from `node_modules` into their own chunks.
821
- This is because in development, we often need to reload the user bundle due to changes in the code.
822
- To work around this, we put all the vendor code into separate chunks so that we don't need to reload them.
823
- This is safe because the vendor code doesn't change between reloads.
824
- */ const extractRootNodeModule = (modulePath)=>{
825
- // This regex is used to extract the root node module name to be used as the chunk group name.
826
- // example: ../../node_modules/.pnpm/next@10/foo/node_modules/bar -> next@10
827
- const regex = /node_modules(?:\/|\\)\.?(?:pnpm(?:\/|\\))?([^/\\]+)/;
828
- const match = modulePath.match(regex);
829
- return match ? match[1] : null;
830
- };
831
- return {
832
- cacheGroups: {
833
- // this chunk configuration gives us a separate chunk for each top level module in node_modules
834
- // or a hashed chunk if we can't extract the module name.
835
- vendor: {
836
- chunks: 'all',
837
- reuseExistingChunk: true,
838
- test: /[\\/]node_modules[\\/]/,
839
- minSize: 0,
840
- minChunks: 1,
841
- maxAsyncRequests: 300,
842
- maxInitialRequests: 300,
843
- name: (module1)=>{
844
- const moduleId = module1.nameForCondition();
845
- const rootModule = extractRootNodeModule(moduleId);
846
- if (rootModule) {
847
- return `vendor-chunks/${rootModule}`;
848
- } else {
849
- const hash = _crypto.default.createHash('sha1').update(moduleId);
850
- hash.update(moduleId);
851
- return `vendor-chunks/${hash.digest('hex')}`;
852
- }
853
- }
854
- },
855
- // disable the default chunk groups
856
- default: false,
857
- defaultVendors: false
858
- }
859
- };
860
- }
861
- return false;
862
- }
863
- if (isNodeServer || isEdgeServer) {
864
- return {
865
- filename: `${isEdgeServer ? `edge-chunks/` : ''}[name].js`,
866
- chunks: 'all',
867
- minChunks: 2
868
- };
869
- }
870
- const frameworkCacheGroup = {
871
- chunks: 'all',
872
- name: 'framework',
873
- // Ensures the framework chunk is not created for App Router.
874
- layer: _utils.isWebpackDefaultLayer,
875
- test (module1) {
876
- const resource = module1.nameForCondition == null ? void 0 : module1.nameForCondition.call(module1);
877
- return resource ? topLevelFrameworkPaths.some((pkgPath)=>resource.startsWith(pkgPath)) : false;
878
- },
879
- priority: 40,
880
- // Don't let webpack eliminate this chunk (prevents this chunk from
881
- // becoming a part of the commons chunk)
882
- enforce: true
883
- };
884
- const libCacheGroup = {
885
- test (module1) {
886
- var _module_type;
887
- return !((_module_type = module1.type) == null ? void 0 : _module_type.startsWith('css')) && module1.size() > 160000 && /node_modules[/\\]/.test(module1.nameForCondition() || '');
888
- },
889
- name (module1) {
890
- const hash = _crypto.default.createHash('sha1');
891
- if (isModuleCSS(module1)) {
892
- module1.updateHash(hash);
893
- } else {
894
- if (!module1.libIdent) {
895
- throw Object.defineProperty(new Error(`Encountered unknown module type: ${module1.type}. Please open an issue.`), "__NEXT_ERROR_CODE", {
896
- value: "E487",
897
- enumerable: false,
898
- configurable: true
899
- });
900
- }
901
- hash.update(module1.libIdent({
902
- context: dir
903
- }));
904
- }
905
- // Ensures the name of the chunk is not the same between two modules in different layers
906
- // E.g. if you import 'button-library' in App Router and Pages Router we don't want these to be bundled in the same chunk
907
- // as they're never used on the same page.
908
- if (module1.layer) {
909
- hash.update(module1.layer);
910
- }
911
- return hash.digest('hex').substring(0, 8);
912
- },
913
- priority: 30,
914
- minChunks: 1,
915
- reuseExistingChunk: true
916
- };
917
- // client chunking
918
- return {
919
- // Keep main and _app chunks unsplitted in webpack 5
920
- // as we don't need a separate vendor chunk from that
921
- // and all other chunk depend on them so there is no
922
- // duplication that need to be pulled out.
923
- chunks: isRspack ? // in rspack
924
- /^(?!(polyfills|main|pages\/_app)$).*$/ : (chunk)=>!/^(polyfills|main|pages\/_app)$/.test(chunk.name),
925
- cacheGroups: isRspack ? {
926
- framework: {
927
- chunks: 'all',
928
- name: 'framework',
929
- layer: _utils.RSPACK_DEFAULT_LAYERS_REGEX,
930
- test: new RegExp(`^(${topLevelFrameworkPaths.map((p)=>`(${(0, _escaperegexp.escapeStringRegexp)(p)})`).join('|')})`),
931
- priority: 40,
932
- enforce: true
933
- },
934
- lib: {
935
- test: /[/]node_modules[/](?!.*\.(css|scss|sass|less|styl)$)/,
936
- name: 'lib',
937
- chunks: 'all',
938
- priority: 30,
939
- minChunks: 1,
940
- reuseExistingChunk: true
941
- }
942
- } : {
943
- framework: frameworkCacheGroup,
944
- lib: libCacheGroup
945
- },
946
- maxInitialRequests: 25,
947
- minSize: 20000
948
- };
949
- })(),
950
- runtimeChunk: isClient ? {
951
- name: _constants1.CLIENT_STATIC_FILES_RUNTIME_WEBPACK
952
- } : undefined,
953
- minimize: !dev && (isClient || isEdgeServer || isNodeServer && config.experimental.serverMinification),
954
- minimizer: [
955
- // Minify JavaScript
956
- isRspack ? new ((0, _getrspack.getRspackCore)()).SwcJsMinimizerRspackPlugin({
957
- // JS minimizer configuration
958
- // options should align with crates/napi/src/minify.rs#patch_opts
959
- minimizerOptions: {
960
- compress: {
961
- inline: 2,
962
- global_defs: {
963
- 'process.env.__NEXT_PRIVATE_MINIMIZE_MACRO_FALSE': false
964
- }
965
- },
966
- mangle: !noMangling && {
967
- reserved: [
968
- 'AbortSignal'
969
- ],
970
- disableCharFreq: !isClient
971
- }
972
- }
973
- }) : (compiler)=>{
974
- // @ts-ignore No typings yet
975
- const { MinifyPlugin } = require('./webpack/plugins/minify-webpack-plugin/src');
976
- new MinifyPlugin({
977
- noMangling,
978
- disableCharFreq: !isClient
979
- }).apply(compiler);
980
- },
981
- // Minify CSS
982
- // By default, Rspack uses LightningCSS for CSS minification.
983
- // Rspack uses css-minimizer-plugin by default for compatibility.
984
- isRspack && (process.env.__NEXT_TEST_MODE ? config.experimental.useLightningcss : ((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.useLightningcss) === undefined || config.experimental.useLightningcss) ? new ((0, _getrspack.getRspackCore)()).LightningCssMinimizerRspackPlugin({
985
- // CSS minimizer configuration
986
- minimizerOptions: {
987
- targets: supportedBrowsers
988
- }
989
- }) : (compiler)=>{
990
- const { CssMinimizerPlugin } = require('./webpack/plugins/css-minimizer-plugin');
991
- new CssMinimizerPlugin({
992
- postcssOptions: {
993
- map: {
994
- // `inline: false` generates the source map in a separate file.
995
- // Otherwise, the CSS file is needlessly large.
996
- inline: false,
997
- // `annotation: false` skips appending the `sourceMappingURL`
998
- // to the end of the CSS file. Webpack already handles this.
999
- annotation: false
1000
- }
1001
- }
1002
- }).apply(compiler);
1003
- }
1004
- ]
1005
- },
1006
- context: dir,
1007
- // Kept as function to be backwards compatible
1008
- entry: async ()=>{
1009
- return {
1010
- ...clientEntries ? clientEntries : {},
1011
- ...entrypoints
1012
- };
1013
- },
1014
- watchOptions: Object.freeze({
1015
- ...baseWatchOptions,
1016
- poll: (_config_watchOptions = config.watchOptions) == null ? void 0 : _config_watchOptions.pollIntervalMs
1017
- }),
1018
- output: {
1019
- // we must set publicPath to an empty value to override the default of
1020
- // auto which doesn't work in IE11
1021
- publicPath: `${config.assetPrefix ? config.assetPrefix.endsWith('/') ? config.assetPrefix.slice(0, -1) : config.assetPrefix : ''}/_next/`,
1022
- path: !dev && isNodeServer ? _path.default.join(outputPath, 'chunks') : outputPath,
1023
- // On the server we don't use hashes
1024
- filename: isNodeOrEdgeCompilation ? dev || isEdgeServer ? `[name].js` : `../[name].js` : `static/chunks/${isDevFallback ? 'fallback/' : ''}[name]${dev ? '' : '-[contenthash]'}.js`,
1025
- library: isClient || isEdgeServer ? '_N_E' : undefined,
1026
- libraryTarget: isClient || isEdgeServer ? 'assign' : 'commonjs2',
1027
- hotUpdateChunkFilename: 'static/webpack/[id].[fullhash].hot-update.js',
1028
- hotUpdateMainFilename: 'static/webpack/[fullhash].[runtime].hot-update.json',
1029
- // This saves chunks with the name given via `import()`
1030
- chunkFilename: isNodeOrEdgeCompilation ? '[name].js' : `static/chunks/${isDevFallback ? 'fallback/' : ''}${dev ? '[name]' : '[name].[contenthash]'}.js`,
1031
- strictModuleExceptionHandling: true,
1032
- crossOriginLoading: crossOrigin,
1033
- // if `sources[number]` is not an absolute path, it's is resolved
1034
- // relative to the location of the source map file (https://tc39.es/source-map/#resolving-sources).
1035
- // However, Webpack's `resource-path` is relative to the app dir.
1036
- // TODO: Either `sourceRoot` should be populated with the root and then we can use `[resource-path]`
1037
- // or we need a way to resolve return `path.relative(sourceMapLocation, info.resourcePath)`
1038
- devtoolModuleFilenameTemplate: dev ? '[absolute-resource-path]' : undefined,
1039
- webassemblyModuleFilename: 'static/wasm/[modulehash].wasm',
1040
- hashFunction: 'xxhash64',
1041
- hashDigestLength: 16
1042
- },
1043
- performance: false,
1044
- resolve: resolveConfig,
1045
- resolveLoader: {
1046
- // The loaders Next.js provides
1047
- alias: [
1048
- 'error-loader',
1049
- 'next-swc-loader',
1050
- 'next-client-pages-loader',
1051
- 'next-image-loader',
1052
- 'next-metadata-image-loader',
1053
- 'next-style-loader',
1054
- 'next-flight-loader',
1055
- 'next-flight-client-entry-loader',
1056
- 'next-flight-action-entry-loader',
1057
- 'next-flight-client-module-loader',
1058
- 'next-flight-server-reference-proxy-loader',
1059
- 'empty-loader',
1060
- 'next-middleware-loader',
1061
- 'next-edge-function-loader',
1062
- 'next-edge-app-route-loader',
1063
- 'next-edge-ssr-loader',
1064
- 'next-middleware-asset-loader',
1065
- 'next-middleware-wasm-loader',
1066
- 'next-app-loader',
1067
- 'next-route-loader',
1068
- 'next-font-loader',
1069
- 'next-invalid-import-error-loader',
1070
- 'next-metadata-route-loader',
1071
- 'modularize-import-loader',
1072
- 'next-barrel-loader',
1073
- 'next-error-browser-binary-loader',
1074
- 'next-root-params-loader'
1075
- ].reduce((alias, loader)=>{
1076
- // using multiple aliases to replace `resolveLoader.modules`
1077
- alias[loader] = _path.default.join(__dirname, 'webpack', 'loaders', loader);
1078
- return alias;
1079
- }, {}),
1080
- modules: [
1081
- 'node_modules',
1082
- ...nodePathList
1083
- ],
1084
- plugins: []
1085
- },
1086
- module: {
1087
- rules: [
1088
- {
1089
- issuerLayer: {
1090
- not: [
1091
- _constants.WEBPACK_LAYERS.middleware,
1092
- _constants.WEBPACK_LAYERS.instrument
1093
- ]
1094
- },
1095
- resolve: {
1096
- conditionNames: [
1097
- config.cacheComponents ? 'next-js' : '',
1098
- '...'
1099
- ].filter(Boolean)
1100
- }
1101
- },
1102
- // Alias server-only and client-only to proper exports based on bundling layers
1103
- {
1104
- issuerLayer: {
1105
- or: [
1106
- ..._constants.WEBPACK_LAYERS.GROUP.serverOnly,
1107
- ..._constants.WEBPACK_LAYERS.GROUP.neutralTarget
1108
- ]
1109
- },
1110
- resolve: {
1111
- // Error on client-only but allow server-only
1112
- alias: (0, _createcompileraliases.createServerOnlyClientOnlyAliases)(true)
1113
- }
1114
- },
1115
- {
1116
- issuerLayer: {
1117
- not: [
1118
- ..._constants.WEBPACK_LAYERS.GROUP.serverOnly,
1119
- ..._constants.WEBPACK_LAYERS.GROUP.neutralTarget
1120
- ]
1121
- },
1122
- resolve: {
1123
- // Error on server-only but allow client-only
1124
- alias: (0, _createcompileraliases.createServerOnlyClientOnlyAliases)(false)
1125
- }
1126
- },
1127
- // Detect server-only / client-only imports and error in build time
1128
- {
1129
- test: [
1130
- /^client-only$/,
1131
- /next[\\/]dist[\\/]compiled[\\/]client-only[\\/]error/
1132
- ],
1133
- loader: 'next-invalid-import-error-loader',
1134
- issuerLayer: {
1135
- or: _constants.WEBPACK_LAYERS.GROUP.serverOnly
1136
- },
1137
- options: {
1138
- message: "'client-only' cannot be imported from a Server Component module. It should only be used from a Client Component."
1139
- }
1140
- },
1141
- {
1142
- test: [
1143
- /^server-only$/,
1144
- /next[\\/]dist[\\/]compiled[\\/]server-only[\\/]index/
1145
- ],
1146
- loader: 'next-invalid-import-error-loader',
1147
- issuerLayer: {
1148
- not: [
1149
- ..._constants.WEBPACK_LAYERS.GROUP.serverOnly,
1150
- ..._constants.WEBPACK_LAYERS.GROUP.neutralTarget
1151
- ]
1152
- },
1153
- options: {
1154
- message: "'server-only' cannot be imported from a Client Component module. It should only be used from a Server Component."
1155
- }
1156
- },
1157
- // Potential the bundle introduced into middleware and api can be poisoned by client-only
1158
- // but not being used, so we disabled the `client-only` erroring on these layers.
1159
- // `server-only` is still available.
1160
- {
1161
- test: [
1162
- /^client-only$/,
1163
- /next[\\/]dist[\\/]compiled[\\/]client-only[\\/]error/
1164
- ],
1165
- loader: 'empty-loader',
1166
- issuerLayer: {
1167
- or: _constants.WEBPACK_LAYERS.GROUP.neutralTarget
1168
- }
1169
- },
1170
- ...isNodeServer ? [] : [
1171
- {
1172
- test: /[\\/].*?\.node$/,
1173
- loader: 'next-error-browser-binary-loader'
1174
- }
1175
- ],
1176
- ...hasAppDir ? [
1177
- {
1178
- // Make sure that AsyncLocalStorage module instance is shared between server and client
1179
- // layers.
1180
- layer: _constants.WEBPACK_LAYERS.shared,
1181
- test: asyncStoragesRegex
1182
- },
1183
- // Convert metadata routes to separate layer
1184
- {
1185
- resourceQuery: new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadataRoute),
1186
- layer: _constants.WEBPACK_LAYERS.reactServerComponents
1187
- },
1188
- {
1189
- // Ensure that the app page module is in the client layers, this
1190
- // enables React to work correctly for RSC.
1191
- layer: _constants.WEBPACK_LAYERS.serverSideRendering,
1192
- test: /next[\\/]dist[\\/](esm[\\/])?server[\\/]route-modules[\\/]app-page[\\/]module/
1193
- },
1194
- {
1195
- issuerLayer: _utils.isWebpackBundledLayer,
1196
- resolve: {
1197
- alias: (0, _createcompileraliases.createNextApiEsmAliases)()
1198
- }
1199
- },
1200
- {
1201
- issuerLayer: _utils.shouldUseReactServerCondition,
1202
- resolve: {
1203
- alias: (0, _createcompileraliases.createAppRouterApiAliases)(true)
1204
- }
1205
- },
1206
- {
1207
- issuerLayer: _utils.isWebpackClientOnlyLayer,
1208
- resolve: {
1209
- alias: (0, _createcompileraliases.createAppRouterApiAliases)(false)
1210
- }
1211
- }
1212
- ] : [],
1213
- ...hasAppDir && !isClient ? [
1214
- {
1215
- issuerLayer: _utils.shouldUseReactServerCondition,
1216
- test: {
1217
- // Resolve it if it is a source code file, and it has NOT been
1218
- // opted out of bundling.
1219
- and: [
1220
- aliasCodeConditionTest,
1221
- {
1222
- not: [
1223
- optOutBundlingPackageRegex,
1224
- asyncStoragesRegex
1225
- ]
1226
- }
1227
- ]
1228
- },
1229
- resourceQuery: {
1230
- // Do not apply next-flight-loader to imports generated by the
1231
- // next-metadata-image-loader, to avoid generating unnecessary
1232
- // and conflicting entries in the flight client entry plugin.
1233
- // These are already covered by the next-metadata-route-loader
1234
- // entries.
1235
- not: [
1236
- new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadata),
1237
- new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadataImageMeta)
1238
- ]
1239
- },
1240
- resolve: {
1241
- mainFields: (0, _resolve.getMainField)(compilerType, true),
1242
- conditionNames: reactServerConditionNames,
1243
- // If missing the alias override here, the default alias will be used which aliases
1244
- // react to the direct file path, not the package name. In that case the condition
1245
- // will be ignored completely.
1246
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1247
- // No server components profiling
1248
- reactProductionProfiling,
1249
- layer: _constants.WEBPACK_LAYERS.reactServerComponents,
1250
- isBrowser: isClient,
1251
- isEdgeServer
1252
- })
1253
- },
1254
- use: 'next-flight-loader'
1255
- }
1256
- ] : [],
1257
- ...getNextRootParamsRules({
1258
- isRootParamsEnabled: config.experimental.rootParams ?? // `cacheComponents` implies `experimental.rootParams`.
1259
- config.cacheComponents ?? false,
1260
- isClient,
1261
- appDir,
1262
- pageExtensions
1263
- }),
1264
- // TODO: FIXME: do NOT webpack 5 support with this
1265
- // x-ref: https://github.com/webpack/webpack/issues/11467
1266
- ...!config.experimental.fullySpecified ? [
1267
- {
1268
- test: /\.m?js/,
1269
- resolve: {
1270
- fullySpecified: false
1271
- }
1272
- }
1273
- ] : [],
1274
- ...hasAppDir && isEdgeServer ? [
1275
- // The Edge bundle includes the server in its entrypoint, so it has to
1276
- // be in the SSR layer — here we convert the actual page request to
1277
- // the RSC layer via a webpack rule.
1278
- {
1279
- resourceQuery: new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.edgeSSREntry),
1280
- layer: _constants.WEBPACK_LAYERS.reactServerComponents
1281
- }
1282
- ] : [],
1283
- ...hasAppDir ? [
1284
- {
1285
- // Alias react-dom for ReactDOM.preload usage.
1286
- // Alias react for switching between default set and share subset.
1287
- oneOf: [
1288
- {
1289
- issuerLayer: _utils.shouldUseReactServerCondition,
1290
- test: {
1291
- // Resolve it if it is a source code file, and it has NOT been
1292
- // opted out of bundling.
1293
- and: [
1294
- aliasCodeConditionTest,
1295
- {
1296
- not: [
1297
- optOutBundlingPackageRegex,
1298
- asyncStoragesRegex
1299
- ]
1300
- }
1301
- ]
1302
- },
1303
- resolve: {
1304
- // It needs `conditionNames` here to require the proper asset,
1305
- // when react is acting as dependency of compiled/react-dom.
1306
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1307
- reactProductionProfiling,
1308
- layer: _constants.WEBPACK_LAYERS.reactServerComponents,
1309
- isBrowser: isClient,
1310
- isEdgeServer
1311
- })
1312
- }
1313
- },
1314
- {
1315
- test: aliasCodeConditionTest,
1316
- issuerLayer: _constants.WEBPACK_LAYERS.serverSideRendering,
1317
- resolve: {
1318
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1319
- reactProductionProfiling,
1320
- layer: _constants.WEBPACK_LAYERS.serverSideRendering,
1321
- isBrowser: isClient,
1322
- isEdgeServer
1323
- })
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- test: aliasCodeConditionTest,
1330
- issuerLayer: _constants.WEBPACK_LAYERS.appPagesBrowser,
1331
- resolve: {
1332
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1333
- reactProductionProfiling,
1334
- layer: _constants.WEBPACK_LAYERS.appPagesBrowser,
1335
- isBrowser: isClient,
1336
- isEdgeServer
1337
- })
1338
- }
1339
- }
1340
- ] : [],
1341
- // Do not apply react-refresh-loader to node_modules for app router browser layer
1342
- ...hasAppDir && dev && isClient ? [
1343
- {
1344
- test: codeCondition.test,
1345
- exclude: [
1346
- // exclude unchanged modules from react-refresh
1347
- codeCondition.exclude,
1348
- transpilePackagesRegex,
1349
- precompileRegex
1350
- ],
1351
- issuerLayer: _constants.WEBPACK_LAYERS.appPagesBrowser,
1352
- use: reactRefreshLoaders,
1353
- resolve: {
1354
- mainFields: (0, _resolve.getMainField)(compilerType, true)
1355
- }
1356
- }
1357
- ] : [],
1358
- {
1359
- oneOf: [
1360
- {
1361
- ...codeCondition,
1362
- issuerLayer: _constants.WEBPACK_LAYERS.apiNode,
1363
- use: apiRoutesLayerLoaders,
1364
- // In Node.js, switch back to normal URL handling.
1365
- // We won't bundle `new URL()` cases in Node.js bundler layer.
1366
- parser: {
1367
- url: true
1368
- }
1369
- },
1370
- {
1371
- ...codeCondition,
1372
- issuerLayer: _constants.WEBPACK_LAYERS.apiEdge,
1373
- use: apiRoutesLayerLoaders
1374
- },
1375
- {
1376
- test: codeCondition.test,
1377
- issuerLayer: _constants.WEBPACK_LAYERS.middleware,
1378
- use: middlewareLayerLoaders,
1379
- resolve: {
1380
- mainFields: (0, _resolve.getMainField)(compilerType, true),
1381
- conditionNames: reactServerConditionNames,
1382
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1383
- reactProductionProfiling,
1384
- layer: _constants.WEBPACK_LAYERS.middleware,
1385
- isBrowser: isClient,
1386
- isEdgeServer
1387
- })
1388
- }
1389
- },
1390
- {
1391
- test: codeCondition.test,
1392
- issuerLayer: _constants.WEBPACK_LAYERS.instrument,
1393
- use: instrumentLayerLoaders,
1394
- resolve: {
1395
- mainFields: (0, _resolve.getMainField)(compilerType, true),
1396
- conditionNames: reactServerConditionNames,
1397
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
1398
- reactProductionProfiling,
1399
- layer: _constants.WEBPACK_LAYERS.instrument,
1400
- isBrowser: isClient,
1401
- isEdgeServer
1402
- })
1403
- }
1404
- },
1405
- ...hasAppDir ? [
1406
- {
1407
- test: codeCondition.test,
1408
- issuerLayer: _utils.shouldUseReactServerCondition,
1409
- exclude: asyncStoragesRegex,
1410
- use: appServerLayerLoaders
1411
- },
1412
- {
1413
- test: codeCondition.test,
1414
- resourceQuery: new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.edgeSSREntry),
1415
- use: appServerLayerLoaders
1416
- },
1417
- {
1418
- test: codeCondition.test,
1419
- issuerLayer: _constants.WEBPACK_LAYERS.appPagesBrowser,
1420
- // Exclude the transpilation of the app layer due to compilation issues
1421
- exclude: browserNonTranspileModules,
1422
- use: appBrowserLayerLoaders,
1423
- resolve: {
1424
- mainFields: (0, _resolve.getMainField)(compilerType, true)
1425
- }
1426
- },
1427
- {
1428
- test: codeCondition.test,
1429
- issuerLayer: _constants.WEBPACK_LAYERS.serverSideRendering,
1430
- exclude: asyncStoragesRegex,
1431
- use: appSSRLayerLoaders,
1432
- resolve: {
1433
- mainFields: (0, _resolve.getMainField)(compilerType, true)
1434
- }
1435
- }
1436
- ] : [],
1437
- {
1438
- ...codeCondition,
1439
- use: [
1440
- ...reactRefreshLoaders,
1441
- defaultLoaders.babel,
1442
- reactCompilerLoader
1443
- ].filter(Boolean)
1444
- }
1445
- ]
1446
- },
1447
- ...!config.images.disableStaticImages ? [
1448
- {
1449
- test: nextImageLoaderRegex,
1450
- loader: 'next-image-loader',
1451
- issuer: {
1452
- not: _css.regexLikeCss
1453
- },
1454
- dependency: {
1455
- not: [
1456
- 'url'
1457
- ]
1458
- },
1459
- resourceQuery: {
1460
- not: [
1461
- new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadata),
1462
- new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadataRoute),
1463
- new RegExp(_constants.WEBPACK_RESOURCE_QUERIES.metadataImageMeta)
1464
- ]
1465
- },
1466
- options: {
1467
- isDev: dev,
1468
- compilerType,
1469
- basePath: config.basePath,
1470
- assetPrefix: config.assetPrefix
1471
- }
1472
- }
1473
- ] : [],
1474
- ...isEdgeServer ? [
1475
- {
1476
- resolve: {
1477
- fallback: {
1478
- process: require.resolve('./polyfills/process')
1479
- }
1480
- }
1481
- }
1482
- ] : isClient ? [
1483
- {
1484
- resolve: {
1485
- fallback: config.experimental.fallbackNodePolyfills === false ? {
1486
- assert: false,
1487
- buffer: false,
1488
- constants: false,
1489
- crypto: false,
1490
- domain: false,
1491
- http: false,
1492
- https: false,
1493
- os: false,
1494
- path: false,
1495
- punycode: false,
1496
- process: false,
1497
- querystring: false,
1498
- stream: false,
1499
- string_decoder: false,
1500
- sys: false,
1501
- timers: false,
1502
- tty: false,
1503
- util: false,
1504
- vm: false,
1505
- zlib: false,
1506
- events: false,
1507
- setImmediate: false
1508
- } : {
1509
- assert: require.resolve('next/dist/compiled/assert'),
1510
- buffer: require.resolve('next/dist/compiled/buffer'),
1511
- constants: require.resolve('next/dist/compiled/constants-browserify'),
1512
- crypto: require.resolve('next/dist/compiled/crypto-browserify'),
1513
- domain: require.resolve('next/dist/compiled/domain-browser'),
1514
- http: require.resolve('next/dist/compiled/stream-http'),
1515
- https: require.resolve('next/dist/compiled/https-browserify'),
1516
- os: require.resolve('next/dist/compiled/os-browserify'),
1517
- path: require.resolve('next/dist/compiled/path-browserify'),
1518
- punycode: require.resolve('next/dist/compiled/punycode'),
1519
- process: require.resolve('./polyfills/process'),
1520
- // Handled in separate alias
1521
- querystring: require.resolve('next/dist/compiled/querystring-es3'),
1522
- stream: require.resolve('next/dist/compiled/stream-browserify'),
1523
- string_decoder: require.resolve('next/dist/compiled/string_decoder'),
1524
- sys: require.resolve('next/dist/compiled/util'),
1525
- timers: require.resolve('next/dist/compiled/timers-browserify'),
1526
- tty: require.resolve('next/dist/compiled/tty-browserify'),
1527
- // Handled in separate alias
1528
- // url: require.resolve('url'),
1529
- util: require.resolve('next/dist/compiled/util'),
1530
- vm: require.resolve('next/dist/compiled/vm-browserify'),
1531
- zlib: require.resolve('next/dist/compiled/browserify-zlib'),
1532
- events: require.resolve('next/dist/compiled/events'),
1533
- setImmediate: require.resolve('next/dist/compiled/setimmediate')
1534
- }
1535
- }
1536
- }
1537
- ] : [],
1538
- {
1539
- // Mark `image-response.js` as side-effects free to make sure we can
1540
- // tree-shake it if not used.
1541
- test: /[\\/]next[\\/]dist[\\/](esm[\\/])?server[\\/]og[\\/]image-response\.js/,
1542
- sideEffects: false
1543
- },
1544
- // Mark the action-client-wrapper module as side-effects free to make sure
1545
- // the individual transformed module of client action can be tree-shaken.
1546
- // This will make modules processed by `next-flight-server-reference-proxy-loader` become side-effects free,
1547
- // then on client side the module ids will become tree-shakable.
1548
- // e.g. the output of client action module will look like:
1549
- // `export { a } from 'next-flight-server-reference-proxy-loader?id=idOfA&name=a!
1550
- // `export { b } from 'next-flight-server-reference-proxy-loader?id=idOfB&name=b!
1551
- {
1552
- test: /[\\/]next[\\/]dist[\\/](esm[\\/])?build[\\/]webpack[\\/]loaders[\\/]next-flight-loader[\\/]action-client-wrapper\.js/,
1553
- sideEffects: false
1554
- },
1555
- {
1556
- // This loader rule should be before other rules, as it can output code
1557
- // that still contains `"use client"` or `"use server"` statements that
1558
- // needs to be re-transformed by the RSC compilers.
1559
- // This loader rule works like a bridge between user's import and
1560
- // the target module behind a package's barrel file. It reads SWC's
1561
- // analysis result from the previous loader, and directly returns the
1562
- // code that only exports values that are asked by the user.
1563
- test: /__barrel_optimize__/,
1564
- use: ({ resourceQuery })=>{
1565
- var _resourceQuery_match;
1566
- const names = (((_resourceQuery_match = resourceQuery.match(/\?names=([^&]+)/)) == null ? void 0 : _resourceQuery_match[1]) || '').split(',');
1567
- return [
1568
- {
1569
- loader: 'next-barrel-loader',
1570
- options: {
1571
- names,
1572
- swcCacheDir: _path.default.join(dir, (config == null ? void 0 : config.distDir) ?? '.next', 'cache', 'swc')
1573
- },
1574
- // This is part of the request value to serve as the module key.
1575
- // The barrel loader are no-op re-exported modules keyed by
1576
- // export names.
1577
- ident: 'next-barrel-loader:' + resourceQuery
1578
- }
1579
- ];
1580
- }
1581
- },
1582
- {
1583
- resolve: {
1584
- alias: {
1585
- next: _nextdirpaths.NEXT_PROJECT_ROOT
1586
- }
1587
- }
1588
- }
1589
- ]
1590
- },
1591
- plugins: [
1592
- // In prod Webpack will already have a runtime for all reachable chunks.
1593
- // During dev, it will update the runtime as chunks come in which may be too late for Flight.
1594
- //
1595
- // TODO: Rspack currently does not support the hooks and chunk methods required by ForceCompleteRuntimePlugin.
1596
- dev && !isRspack && new _forcecompleteruntime.default(),
1597
- isNodeServer && new bundler.NormalModuleReplacementPlugin(/\.\/(.+)\.shared-runtime$/, function(resource) {
1598
- const moduleName = _path.default.basename(resource.request, '.shared-runtime');
1599
- const layer = resource.contextInfo.issuerLayer;
1600
- let runtime;
1601
- switch(layer){
1602
- case _constants.WEBPACK_LAYERS.serverSideRendering:
1603
- case _constants.WEBPACK_LAYERS.reactServerComponents:
1604
- case _constants.WEBPACK_LAYERS.appPagesBrowser:
1605
- case _constants.WEBPACK_LAYERS.actionBrowser:
1606
- runtime = 'app-page';
1607
- break;
1608
- case null:
1609
- case undefined:
1610
- default:
1611
- runtime = 'pages';
1612
- }
1613
- resource.request = `next/dist/server/route-modules/${runtime}/vendored/contexts/${moduleName}`;
1614
- }),
1615
- dev && new _memorywithgccacheplugin.MemoryWithGcCachePlugin({
1616
- maxGenerations: 5
1617
- }),
1618
- dev && isClient && (isRspack ? new (require('next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshRspackPlugin')).default() : new _ReactRefreshWebpackPlugin.default(_webpack.webpack)),
1619
- // Makes sure `Buffer` and `process` are polyfilled in client and flight bundles (same behavior as webpack 4)
1620
- (isClient || isEdgeServer) && new bundler.ProvidePlugin({
1621
- // Buffer is used by getInlineScriptSource
1622
- Buffer: [
1623
- require.resolve('buffer'),
1624
- 'Buffer'
1625
- ],
1626
- // Avoid process being overridden when in web run time
1627
- ...isClient && {
1628
- process: [
1629
- require.resolve('process')
1630
- ]
1631
- }
1632
- }),
1633
- new ((0, _getwebpackbundler.default)()).DefinePlugin((0, _defineenv.getDefineEnv)({
1634
- isTurbopack: false,
1635
- config,
1636
- dev,
1637
- distDir,
1638
- projectPath: dir,
1639
- fetchCacheKeyPrefix,
1640
- hasRewrites,
1641
- isClient,
1642
- isEdgeServer,
1643
- isNodeServer,
1644
- middlewareMatchers,
1645
- omitNonDeterministic: isCompileMode,
1646
- rewrites
1647
- })),
1648
- isClient && new _reactloadableplugin.ReactLoadablePlugin({
1649
- filename: _constants1.REACT_LOADABLE_MANIFEST,
1650
- pagesDir,
1651
- appDir,
1652
- runtimeAsset: `server/${_constants1.MIDDLEWARE_REACT_LOADABLE_MANIFEST}.js`,
1653
- dev
1654
- }),
1655
- isNodeServer && !dev && new (require('./webpack/plugins/next-trace-entrypoints-plugin')).TraceEntryPointsPlugin({
1656
- rootDir: dir,
1657
- appDir: appDir,
1658
- pagesDir: pagesDir,
1659
- esmExternals: config.experimental.esmExternals,
1660
- outputFileTracingRoot: config.outputFileTracingRoot,
1661
- appDirEnabled: hasAppDir,
1662
- traceIgnores: [],
1663
- compilerType
1664
- }),
1665
- // Moment.js is an extremely popular library that bundles large locale files
1666
- // by default due to how Webpack interprets its code. This is a practical
1667
- // solution that requires the user to opt into importing specific locales.
1668
- // https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
1669
- config.excludeDefaultMomentLocales && new bundler.IgnorePlugin({
1670
- resourceRegExp: /^\.\/locale$/,
1671
- contextRegExp: /moment$/
1672
- }),
1673
- ...dev ? (()=>{
1674
- // Even though require.cache is server only we have to clear assets from both compilations
1675
- // This is because the client compilation generates the build manifest that's used on the server side
1676
- const { NextJsRequireCacheHotReloader } = require('./webpack/plugins/nextjs-require-cache-hot-reloader');
1677
- const devPlugins = [
1678
- new NextJsRequireCacheHotReloader({
1679
- serverComponents: hasAppDir
1680
- })
1681
- ];
1682
- if (isClient || isEdgeServer) {
1683
- devPlugins.push(new bundler.HotModuleReplacementPlugin());
1684
- }
1685
- return devPlugins;
1686
- })() : [],
1687
- !dev && new bundler.IgnorePlugin({
1688
- resourceRegExp: /react-is/,
1689
- contextRegExp: /next[\\/]dist[\\/]/
1690
- }),
1691
- isNodeOrEdgeCompilation && new _pagesmanifestplugin.default({
1692
- dev,
1693
- appDirEnabled: hasAppDir,
1694
- isEdgeRuntime: isEdgeServer,
1695
- distDir: !dev ? distDir : undefined
1696
- }),
1697
- // MiddlewarePlugin should be after DefinePlugin so NEXT_PUBLIC_*
1698
- // replacement is done before its process.env.* handling
1699
- isEdgeServer && new _middlewareplugin.default({
1700
- dev,
1701
- sriEnabled: !dev && !!((_config_experimental_sri = config.experimental.sri) == null ? void 0 : _config_experimental_sri.algorithm),
1702
- rewrites,
1703
- edgeEnvironments: {
1704
- __NEXT_BUILD_ID: buildId,
1705
- NEXT_SERVER_ACTIONS_ENCRYPTION_KEY: encryptionKey,
1706
- __NEXT_PREVIEW_MODE_ID: previewProps.previewModeId,
1707
- __NEXT_PREVIEW_MODE_SIGNING_KEY: previewProps.previewModeSigningKey,
1708
- __NEXT_PREVIEW_MODE_ENCRYPTION_KEY: previewProps.previewModeEncryptionKey
1709
- }
1710
- }),
1711
- isClient && new _buildmanifestplugin.default({
1712
- buildId,
1713
- rewrites,
1714
- isDevFallback,
1715
- appDirEnabled: hasAppDir,
1716
- clientRouterFilters
1717
- }),
1718
- isRspack ? new _rspackprofilingplugin.RspackProfilingPlugin({
1719
- runWebpackSpan
1720
- }) : new _profilingplugin.ProfilingPlugin({
1721
- runWebpackSpan,
1722
- rootDir: dir
1723
- }),
1724
- new _wellknownerrorsplugin.WellKnownErrorsPlugin(),
1725
- isClient && new _copyfileplugin.CopyFilePlugin({
1726
- // file path to build output of `@next/polyfill-nomodule`
1727
- filePath: require.resolve('./polyfills/polyfill-nomodule'),
1728
- cacheKey: "16.1.4",
1729
- name: `static/chunks/polyfills${dev ? '' : '-[hash]'}.js`,
1730
- minimize: false,
1731
- info: {
1732
- [_constants1.CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL]: 1,
1733
- // This file is already minified
1734
- minimized: true
1735
- }
1736
- }),
1737
- hasAppDir && (isClient ? new _flightmanifestplugin.ClientReferenceManifestPlugin({
1738
- dev,
1739
- appDir,
1740
- experimentalInlineCss: !!config.experimental.inlineCss
1741
- }) : new FlightClientEntryPlugin({
1742
- appDir,
1743
- dev,
1744
- isEdgeServer,
1745
- encryptionKey
1746
- })),
1747
- hasAppDir && !isClient && new _nexttypesplugin.NextTypesPlugin({
1748
- dir,
1749
- distDir: config.distDir,
1750
- appDir,
1751
- dev,
1752
- isEdgeServer,
1753
- pageExtensions: config.pageExtensions,
1754
- originalRewrites,
1755
- originalRedirects
1756
- }),
1757
- !dev && isClient && !!((_config_experimental_sri1 = config.experimental.sri) == null ? void 0 : _config_experimental_sri1.algorithm) && new _subresourceintegrityplugin.SubresourceIntegrityPlugin(config.experimental.sri.algorithm),
1758
- isClient && new _nextfontmanifestplugin.NextFontManifestPlugin({
1759
- appDir
1760
- }),
1761
- !dev && isClient && config.experimental.cssChunking && (isRspack ? new ((0, _getrspack.getRspackCore)()).experiments.CssChunkingPlugin({
1762
- strict: config.experimental.cssChunking === 'strict',
1763
- nextjs: true
1764
- }) : new _csschunkingplugin.CssChunkingPlugin(config.experimental.cssChunking === 'strict')),
1765
- telemetryPlugin,
1766
- !dev && isNodeServer && new (require('./webpack/plugins/telemetry-plugin/telemetry-plugin')).TelemetryPlugin(new Map()),
1767
- shouldEnableSlowModuleDetection && new (require('./webpack/plugins/slow-module-detection-plugin')).default({
1768
- compilerType,
1769
- ...config.experimental.slowModuleDetection
1770
- }),
1771
- isRspack && new ((0, _getrspack.getRspackCore)()).NextExternalsPlugin({
1772
- compilerType,
1773
- config,
1774
- optOutBundlingPackageRegex,
1775
- finalTranspilePackages,
1776
- dir,
1777
- defaultOverrides: _requirehook.defaultOverrides
1778
- })
1779
- ].filter(Boolean)
1780
- };
1781
- // Support tsconfig and jsconfig baseUrl
1782
- // Only add the baseUrl if it's explicitly set in tsconfig/jsconfig
1783
- if (resolvedBaseUrl && !resolvedBaseUrl.isImplicit) {
1784
- var _webpackConfig_resolve_modules, _webpackConfig_resolve1;
1785
- (_webpackConfig_resolve1 = webpackConfig.resolve) == null ? void 0 : (_webpackConfig_resolve_modules = _webpackConfig_resolve1.modules) == null ? void 0 : _webpackConfig_resolve_modules.push(resolvedBaseUrl.baseUrl);
1786
- }
1787
- (_webpackConfig_resolve = webpackConfig.resolve) == null ? void 0 : (_webpackConfig_resolve_plugins = _webpackConfig_resolve.plugins) == null ? void 0 : _webpackConfig_resolve_plugins.unshift(new _jsconfigpathsplugin.JsConfigPathsPlugin((jsConfig == null ? void 0 : (_jsConfig_compilerOptions2 = jsConfig.compilerOptions) == null ? void 0 : _jsConfig_compilerOptions2.paths) || {}, resolvedBaseUrl));
1788
- const webpack5Config = webpackConfig;
1789
- if (isEdgeServer) {
1790
- var _webpack5Config_module_rules, _webpack5Config_module, _webpack5Config_module_rules1, _webpack5Config_module1, _webpack5Config_module_rules2, _webpack5Config_module2;
1791
- (_webpack5Config_module = webpack5Config.module) == null ? void 0 : (_webpack5Config_module_rules = _webpack5Config_module.rules) == null ? void 0 : _webpack5Config_module_rules.unshift({
1792
- test: /\.wasm$/,
1793
- loader: 'next-middleware-wasm-loader',
1794
- type: 'javascript/auto',
1795
- resourceQuery: /module/i
1796
- });
1797
- (_webpack5Config_module1 = webpack5Config.module) == null ? void 0 : (_webpack5Config_module_rules1 = _webpack5Config_module1.rules) == null ? void 0 : _webpack5Config_module_rules1.unshift({
1798
- dependency: 'url',
1799
- loader: 'next-middleware-asset-loader',
1800
- type: 'javascript/auto',
1801
- layer: _constants.WEBPACK_LAYERS.edgeAsset
1802
- });
1803
- (_webpack5Config_module2 = webpack5Config.module) == null ? void 0 : (_webpack5Config_module_rules2 = _webpack5Config_module2.rules) == null ? void 0 : _webpack5Config_module_rules2.unshift({
1804
- issuerLayer: _constants.WEBPACK_LAYERS.edgeAsset,
1805
- type: 'asset/source'
1806
- });
1807
- }
1808
- webpack5Config.experiments = {
1809
- layers: true,
1810
- cacheUnaffected: true,
1811
- buildHttp: Array.isArray(config.experimental.urlImports) ? {
1812
- allowedUris: config.experimental.urlImports,
1813
- cacheLocation: _path.default.join(dir, 'next.lock/data'),
1814
- lockfileLocation: _path.default.join(dir, 'next.lock/lock.json')
1815
- } : config.experimental.urlImports ? {
1816
- cacheLocation: _path.default.join(dir, 'next.lock/data'),
1817
- lockfileLocation: _path.default.join(dir, 'next.lock/lock.json'),
1818
- ...config.experimental.urlImports
1819
- } : undefined
1820
- };
1821
- if (isRspack) {
1822
- // The layers experiment is now stable in Rspack
1823
- delete webpack5Config.experiments.layers;
1824
- if (!webpack5Config.node) {
1825
- webpack5Config.node = {};
1826
- }
1827
- // NOTE: Rspack's defaults differ from webpack.
1828
- if (isClient || isEdgeServer) {
1829
- webpack5Config.node.__dirname = 'mock';
1830
- webpack5Config.node.__filename = 'mock';
1831
- }
1832
- }
1833
- webpack5Config.module.parser = {
1834
- javascript: {
1835
- url: 'relative'
1836
- }
1837
- };
1838
- webpack5Config.module.generator = {
1839
- asset: {
1840
- filename: 'static/media/[name].[hash:8][ext]'
1841
- }
1842
- };
1843
- if (!webpack5Config.output) {
1844
- webpack5Config.output = {};
1845
- }
1846
- if (isClient) {
1847
- webpack5Config.output.trustedTypes = 'nextjs#bundler';
1848
- }
1849
- if (isClient || isEdgeServer) {
1850
- webpack5Config.output.enabledLibraryTypes = [
1851
- 'assign'
1852
- ];
1853
- }
1854
- // This enables managedPaths for all node_modules
1855
- // and also for the unplugged folder when using yarn pnp
1856
- // It also add the yarn cache to the immutable paths
1857
- webpack5Config.snapshot = {};
1858
- if (process.versions.pnp === '3') {
1859
- webpack5Config.snapshot.managedPaths = [
1860
- /^(.+?(?:[\\/]\.yarn[\\/]unplugged[\\/][^\\/]+)?[\\/]node_modules[\\/])/
1861
- ];
1862
- } else {
1863
- webpack5Config.snapshot.managedPaths = [
1864
- /^(.+?[\\/]node_modules[\\/])/
1865
- ];
1866
- }
1867
- if (process.versions.pnp === '3') {
1868
- webpack5Config.snapshot.immutablePaths = [
1869
- /^(.+?[\\/]cache[\\/][^\\/]+\.zip[\\/]node_modules[\\/])/
1870
- ];
1871
- }
1872
- if (dev) {
1873
- if (!webpack5Config.optimization) {
1874
- webpack5Config.optimization = {};
1875
- }
1876
- // For Server Components, it's necessary to have provided exports collected
1877
- // to generate the correct flight manifest.
1878
- if (!hasAppDir) {
1879
- webpack5Config.optimization.providedExports = false;
1880
- }
1881
- webpack5Config.optimization.usedExports = false;
1882
- }
1883
- const configVars = JSON.stringify({
1884
- optimizePackageImports: config == null ? void 0 : (_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.optimizePackageImports,
1885
- crossOrigin: config.crossOrigin,
1886
- pageExtensions: pageExtensions,
1887
- trailingSlash: config.trailingSlash,
1888
- devIndicatorsPosition: config.devIndicators === false ? undefined : config.devIndicators.position,
1889
- productionBrowserSourceMaps: !!config.productionBrowserSourceMaps,
1890
- reactStrictMode: config.reactStrictMode,
1891
- optimizeCss: config.experimental.optimizeCss,
1892
- nextScriptWorkers: config.experimental.nextScriptWorkers,
1893
- scrollRestoration: config.experimental.scrollRestoration,
1894
- basePath: config.basePath,
1895
- excludeDefaultMomentLocales: config.excludeDefaultMomentLocales,
1896
- assetPrefix: config.assetPrefix,
1897
- disableOptimizedLoading,
1898
- isEdgeRuntime: isEdgeServer,
1899
- reactProductionProfiling,
1900
- webpack: !!config.webpack,
1901
- hasRewrites,
1902
- swcLoader: useSWCLoader,
1903
- removeConsole: (_config_compiler5 = config.compiler) == null ? void 0 : _config_compiler5.removeConsole,
1904
- reactRemoveProperties: (_config_compiler6 = config.compiler) == null ? void 0 : _config_compiler6.reactRemoveProperties,
1905
- styledComponents: (_config_compiler7 = config.compiler) == null ? void 0 : _config_compiler7.styledComponents,
1906
- relay: (_config_compiler8 = config.compiler) == null ? void 0 : _config_compiler8.relay,
1907
- emotion: (_config_compiler9 = config.compiler) == null ? void 0 : _config_compiler9.emotion,
1908
- modularizeImports: config.modularizeImports,
1909
- imageLoaderFile: config.images.loaderFile,
1910
- clientTraceMetadata: config.experimental.clientTraceMetadata,
1911
- serverSourceMaps: config.experimental.serverSourceMaps,
1912
- serverReferenceHashSalt: encryptionKey
1913
- });
1914
- const cache = {
1915
- type: 'filesystem',
1916
- // Disable memory cache in development in favor of our own MemoryWithGcCachePlugin.
1917
- maxMemoryGenerations: dev ? 0 : Infinity,
1918
- // Includes:
1919
- // - Next.js location on disk (some loaders use absolute paths and some resolve options depend on absolute paths)
1920
- // - Next.js version
1921
- // - next.config.js keys that affect compilation
1922
- version: `${__dirname}|${"16.1.4"}|${configVars}`,
1923
- cacheDirectory: _path.default.join(distDir, 'cache', 'webpack'),
1924
- // For production builds, it's more efficient to compress all cache files together instead of compression each one individually.
1925
- // So we disable compression here and allow the build runner to take care of compressing the cache as a whole.
1926
- // For local development, we still want to compress the cache files individually to avoid I/O bottlenecks
1927
- // as we are seeing 1~10 seconds of fs I/O time from user reports.
1928
- compression: dev ? 'gzip' : false
1929
- };
1930
- // Adds `next.config.js` as a buildDependency when custom webpack config is provided
1931
- if (config.webpack && config.configFile) {
1932
- cache.buildDependencies = {
1933
- config: [
1934
- config.configFile
1935
- ],
1936
- // We don't want to use the webpack default buildDependencies as we already include the next.js version
1937
- defaultWebpack: []
1938
- };
1939
- } else {
1940
- cache.buildDependencies = {
1941
- // We don't want to use the webpack default buildDependencies as we already include the next.js version
1942
- defaultWebpack: []
1943
- };
1944
- }
1945
- (_webpack5Config_plugins = webpack5Config.plugins) == null ? void 0 : _webpack5Config_plugins.push((compiler)=>{
1946
- compiler.hooks.done.tap('next-build-dependencies', (stats)=>{
1947
- const buildDependencies = stats.compilation.buildDependencies;
1948
- const nextPackage = _path.default.dirname(require.resolve('next/package.json'));
1949
- // Remove all next.js build dependencies, they are already covered by the cacheVersion
1950
- // and next.js also imports the output files which leads to broken caching.
1951
- for (const dep of buildDependencies){
1952
- if (dep.startsWith(nextPackage)) {
1953
- buildDependencies.delete(dep);
1954
- }
1955
- }
1956
- });
1957
- });
1958
- webpack5Config.cache = cache;
1959
- if (isRspack) {
1960
- const buildDependencies = [];
1961
- if (config.configFile) {
1962
- buildDependencies.push(config.configFile);
1963
- }
1964
- if (babelConfigFile) {
1965
- buildDependencies.push(babelConfigFile);
1966
- }
1967
- if (jsConfigPath) {
1968
- buildDependencies.push(jsConfigPath);
1969
- }
1970
- // @ts-ignore
1971
- webpack5Config.experiments.cache = {
1972
- type: 'persistent',
1973
- buildDependencies,
1974
- storage: {
1975
- type: 'filesystem',
1976
- directory: cache.cacheDirectory
1977
- },
1978
- version: `${__dirname}|${"16.1.4"}|${configVars}`
1979
- };
1980
- }
1981
- if (process.env.NEXT_WEBPACK_LOGGING) {
1982
- const infra = process.env.NEXT_WEBPACK_LOGGING.includes('infrastructure');
1983
- const profileClient = process.env.NEXT_WEBPACK_LOGGING.includes('profile-client');
1984
- const profileServer = process.env.NEXT_WEBPACK_LOGGING.includes('profile-server');
1985
- const summaryClient = process.env.NEXT_WEBPACK_LOGGING.includes('summary-client');
1986
- const summaryServer = process.env.NEXT_WEBPACK_LOGGING.includes('summary-server');
1987
- const profile = profileClient && isClient || profileServer && isNodeOrEdgeCompilation;
1988
- const summary = summaryClient && isClient || summaryServer && isNodeOrEdgeCompilation;
1989
- const logDefault = !infra && !profile && !summary;
1990
- if (logDefault || infra) {
1991
- webpack5Config.infrastructureLogging = {
1992
- level: 'verbose',
1993
- debug: /FileSystemInfo/
1994
- };
1995
- }
1996
- if (logDefault || profile) {
1997
- webpack5Config.plugins.push((compiler)=>{
1998
- compiler.hooks.done.tap('next-webpack-logging', (stats)=>{
1999
- console.log(stats.toString({
2000
- colors: true,
2001
- logging: logDefault ? 'log' : 'verbose'
2002
- }));
2003
- });
2004
- });
2005
- } else if (summary) {
2006
- webpack5Config.plugins.push((compiler)=>{
2007
- compiler.hooks.done.tap('next-webpack-logging', (stats)=>{
2008
- console.log(stats.toString({
2009
- preset: 'summary',
2010
- colors: true,
2011
- timings: true
2012
- }));
2013
- });
2014
- });
2015
- }
2016
- if (profile) {
2017
- const ProgressPlugin = _webpack.webpack.ProgressPlugin;
2018
- webpack5Config.plugins.push(new ProgressPlugin({
2019
- profile: true
2020
- }));
2021
- webpack5Config.profile = true;
2022
- }
2023
- }
2024
- webpackConfig = await (0, _config.buildConfiguration)(webpackConfig, {
2025
- supportedBrowsers,
2026
- rootDirectory: dir,
2027
- customAppFile: pagesDir ? new RegExp((0, _escaperegexp.escapeStringRegexp)(_path.default.join(pagesDir, `_app`))) : undefined,
2028
- hasAppDir,
2029
- isDevelopment: dev,
2030
- isServer: isNodeOrEdgeCompilation,
2031
- isEdgeRuntime: isEdgeServer,
2032
- targetWeb: isClient || isEdgeServer,
2033
- assetPrefix: config.assetPrefix || '',
2034
- sassOptions: config.sassOptions,
2035
- productionBrowserSourceMaps: config.productionBrowserSourceMaps,
2036
- future: config.future,
2037
- experimental: config.experimental,
2038
- disableStaticImages: config.images.disableStaticImages,
2039
- transpilePackages: config.transpilePackages,
2040
- serverSourceMaps: config.experimental.serverSourceMaps
2041
- });
2042
- // @ts-ignore Cache exists
2043
- webpackConfig.cache.name = `${webpackConfig.name}-${webpackConfig.mode}${isDevFallback ? '-fallback' : ''}`;
2044
- if (dev) {
2045
- if (webpackConfig.module) {
2046
- if (isRspack) {
2047
- ;
2048
- webpackConfig.module.unsafeCache = NEGATIVE_UNSAFE_CACHE_REGEX;
2049
- } else {
2050
- webpackConfig.module.unsafeCache = (module1)=>!UNSAFE_CACHE_REGEX.test(module1.resource);
2051
- }
2052
- } else {
2053
- if (isRspack) {
2054
- ;
2055
- webpackConfig.module = {
2056
- unsafeCache: NEGATIVE_UNSAFE_CACHE_REGEX
2057
- };
2058
- } else {
2059
- webpackConfig.module = {
2060
- unsafeCache: (module1)=>!UNSAFE_CACHE_REGEX.test(module1.resource)
2061
- };
2062
- }
2063
- }
2064
- }
2065
- let originalDevtool = webpackConfig.devtool;
2066
- if (typeof config.webpack === 'function') {
2067
- var _webpackConfig_plugins, _webpack5Config_experiments, _webpack5Config_experiments1;
2068
- const pluginCountBefore = (_webpackConfig_plugins = webpackConfig.plugins) == null ? void 0 : _webpackConfig_plugins.length;
2069
- webpackConfig = config.webpack(webpackConfig, {
2070
- dir,
2071
- dev,
2072
- isServer: isNodeOrEdgeCompilation,
2073
- buildId,
2074
- config,
2075
- defaultLoaders,
2076
- totalPages: Object.keys(entrypoints).length,
2077
- webpack: bundler,
2078
- ...isNodeOrEdgeCompilation ? {
2079
- nextRuntime: isEdgeServer ? 'edge' : 'nodejs'
2080
- } : {}
2081
- });
2082
- if (telemetryPlugin && pluginCountBefore) {
2083
- var _webpackConfig_plugins1;
2084
- const pluginCountAfter = (_webpackConfig_plugins1 = webpackConfig.plugins) == null ? void 0 : _webpackConfig_plugins1.length;
2085
- if (pluginCountAfter) {
2086
- const pluginsChanged = pluginCountAfter !== pluginCountBefore;
2087
- telemetryPlugin.addUsage('webpackPlugins', pluginsChanged ? 1 : 0);
2088
- }
2089
- }
2090
- if (!webpackConfig) {
2091
- throw Object.defineProperty(new Error(`Webpack config is undefined. You may have forgot to return properly from within the "webpack" method of your ${config.configFileName}.\n` + 'See more info here https://nextjs.org/docs/messages/undefined-webpack-config'), "__NEXT_ERROR_CODE", {
2092
- value: "E297",
2093
- enumerable: false,
2094
- configurable: true
2095
- });
2096
- }
2097
- if (dev && originalDevtool !== webpackConfig.devtool) {
2098
- webpackConfig.devtool = originalDevtool;
2099
- devtoolRevertWarning(originalDevtool);
2100
- }
2101
- // eslint-disable-next-line @typescript-eslint/no-shadow
2102
- const webpack5Config = webpackConfig;
2103
- // disable lazy compilation of entries as next.js has it's own method here
2104
- if (((_webpack5Config_experiments = webpack5Config.experiments) == null ? void 0 : _webpack5Config_experiments.lazyCompilation) === true) {
2105
- webpack5Config.experiments.lazyCompilation = {
2106
- entries: false
2107
- };
2108
- } else if (typeof ((_webpack5Config_experiments1 = webpack5Config.experiments) == null ? void 0 : _webpack5Config_experiments1.lazyCompilation) === 'object' && webpack5Config.experiments.lazyCompilation.entries !== false) {
2109
- webpack5Config.experiments.lazyCompilation.entries = false;
2110
- }
2111
- if (typeof webpackConfig.then === 'function') {
2112
- console.warn('> Promise returned in next config. https://nextjs.org/docs/messages/promise-in-next-config');
2113
- }
2114
- }
2115
- const rules = ((_webpackConfig_module = webpackConfig.module) == null ? void 0 : _webpackConfig_module.rules) || [];
2116
- const customSvgRule = rules.find((rule)=>rule && typeof rule === 'object' && rule.loader !== 'next-image-loader' && 'test' in rule && rule.test instanceof RegExp && rule.test.test('.svg') || false);
2117
- if (customSvgRule && hasAppDir) {
2118
- // Create React aliases for SVG components that were transformed using a
2119
- // custom webpack config with e.g. the `@svgr/webpack` loader, or the
2120
- // `babel-plugin-inline-react-svg` plugin.
2121
- rules.push({
2122
- test: customSvgRule.test,
2123
- oneOf: [
2124
- _constants.WEBPACK_LAYERS.reactServerComponents,
2125
- _constants.WEBPACK_LAYERS.serverSideRendering,
2126
- _constants.WEBPACK_LAYERS.appPagesBrowser
2127
- ].map((layer)=>({
2128
- issuerLayer: layer,
2129
- resolve: {
2130
- alias: (0, _createcompileraliases.createVendoredReactAliases)(bundledReactChannel, {
2131
- reactProductionProfiling,
2132
- layer,
2133
- isBrowser: isClient,
2134
- isEdgeServer
2135
- })
2136
- }
2137
- }))
2138
- });
2139
- }
2140
- if (!config.images.disableStaticImages) {
2141
- const nextImageRule = rules.find((rule)=>rule && typeof rule === 'object' && rule.loader === 'next-image-loader');
2142
- if (customSvgRule && nextImageRule && typeof nextImageRule === 'object') {
2143
- // Exclude svg if the user already defined it in custom
2144
- // webpack config such as the `@svgr/webpack` loader, or
2145
- // the `babel-plugin-inline-react-svg` plugin.
2146
- nextImageRule.test = /\.(png|jpg|jpeg|gif|webp|avif|ico|bmp)$/i;
2147
- }
2148
- }
2149
- if (config.experimental.craCompat && ((_webpackConfig_module1 = webpackConfig.module) == null ? void 0 : _webpackConfig_module1.rules) && webpackConfig.plugins) {
2150
- // CRA allows importing non-webpack handled files with file-loader
2151
- // these need to be the last rule to prevent catching other items
2152
- // https://github.com/facebook/create-react-app/blob/fddce8a9e21bf68f37054586deb0c8636a45f50b/packages/react-scripts/config/webpack.config.js#L594
2153
- const fileLoaderExclude = [
2154
- /\.(js|mjs|jsx|ts|tsx|json)$/
2155
- ];
2156
- const fileLoader = {
2157
- exclude: fileLoaderExclude,
2158
- issuer: fileLoaderExclude,
2159
- type: 'asset/resource'
2160
- };
2161
- const topRules = [];
2162
- const innerRules = [];
2163
- for (const rule of webpackConfig.module.rules){
2164
- if (!rule || typeof rule !== 'object') continue;
2165
- if (rule.resolve) {
2166
- topRules.push(rule);
2167
- } else {
2168
- if (rule.oneOf && !(rule.test || rule.exclude || rule.resource || rule.issuer)) {
2169
- rule.oneOf.forEach((r)=>innerRules.push(r));
2170
- } else {
2171
- innerRules.push(rule);
2172
- }
2173
- }
2174
- }
2175
- webpackConfig.module.rules = [
2176
- ...topRules,
2177
- {
2178
- oneOf: [
2179
- ...innerRules,
2180
- fileLoader
2181
- ]
2182
- }
2183
- ];
2184
- }
2185
- // Backwards compat with webpack-dev-middleware options object
2186
- if (typeof config.webpackDevMiddleware === 'function') {
2187
- const options = config.webpackDevMiddleware({
2188
- watchOptions: webpackConfig.watchOptions
2189
- });
2190
- if (options.watchOptions) {
2191
- webpackConfig.watchOptions = options.watchOptions;
2192
- }
2193
- }
2194
- function canMatchCss(rule) {
2195
- if (!rule) {
2196
- return false;
2197
- }
2198
- const fileNames = [
2199
- '/tmp/NEXTJS_CSS_DETECTION_FILE.css',
2200
- '/tmp/NEXTJS_CSS_DETECTION_FILE.scss',
2201
- '/tmp/NEXTJS_CSS_DETECTION_FILE.sass',
2202
- '/tmp/NEXTJS_CSS_DETECTION_FILE.less',
2203
- '/tmp/NEXTJS_CSS_DETECTION_FILE.styl'
2204
- ];
2205
- if (rule instanceof RegExp && fileNames.some((input)=>rule.test(input))) {
2206
- return true;
2207
- }
2208
- if (typeof rule === 'function') {
2209
- if (fileNames.some((input)=>{
2210
- try {
2211
- if (rule(input)) {
2212
- return true;
2213
- }
2214
- } catch {}
2215
- return false;
2216
- })) {
2217
- return true;
2218
- }
2219
- }
2220
- if (Array.isArray(rule) && rule.some(canMatchCss)) {
2221
- return true;
2222
- }
2223
- return false;
2224
- }
2225
- const hasUserCssConfig = ((_webpackConfig_module2 = webpackConfig.module) == null ? void 0 : (_webpackConfig_module_rules = _webpackConfig_module2.rules) == null ? void 0 : _webpackConfig_module_rules.some((rule)=>canMatchCss(rule.test) || canMatchCss(rule.include))) ?? false;
2226
- if (hasUserCssConfig) {
2227
- var _webpackConfig_module_rules1, _webpackConfig_module3, _webpackConfig_plugins2, _webpackConfig_optimization_minimizer, _webpackConfig_optimization;
2228
- // only show warning for one build
2229
- if (isNodeOrEdgeCompilation) {
2230
- console.warn((0, _picocolors.yellow)((0, _picocolors.bold)('Warning: ')) + (0, _picocolors.bold)('Built-in CSS support is being disabled due to custom CSS configuration being detected.\n') + 'See here for more info: https://nextjs.org/docs/messages/built-in-css-disabled\n');
2231
- }
2232
- if ((_webpackConfig_module3 = webpackConfig.module) == null ? void 0 : (_webpackConfig_module_rules1 = _webpackConfig_module3.rules) == null ? void 0 : _webpackConfig_module_rules1.length) {
2233
- // Remove default CSS Loaders
2234
- webpackConfig.module.rules.forEach((r)=>{
2235
- if (!r || typeof r !== 'object') return;
2236
- if (Array.isArray(r.oneOf)) {
2237
- r.oneOf = r.oneOf.filter((o)=>o[Symbol.for('__next_css_remove')] !== true);
2238
- }
2239
- });
2240
- }
2241
- if ((_webpackConfig_plugins2 = webpackConfig.plugins) == null ? void 0 : _webpackConfig_plugins2.length) {
2242
- // Disable CSS Extraction Plugin
2243
- webpackConfig.plugins = webpackConfig.plugins.filter((p)=>p.__next_css_remove !== true);
2244
- }
2245
- if ((_webpackConfig_optimization = webpackConfig.optimization) == null ? void 0 : (_webpackConfig_optimization_minimizer = _webpackConfig_optimization.minimizer) == null ? void 0 : _webpackConfig_optimization_minimizer.length) {
2246
- // Disable CSS Minifier
2247
- webpackConfig.optimization.minimizer = webpackConfig.optimization.minimizer.filter((e)=>e.__next_css_remove !== true);
2248
- }
2249
- }
2250
- // Inject missing React Refresh loaders so that development mode is fast:
2251
- if (dev && isClient) {
2252
- attachReactRefresh(webpackConfig, defaultLoaders.babel);
2253
- }
2254
- // Backwards compat for `main.js` entry key
2255
- // and setup of dependencies between entries
2256
- // we can't do that in the initial entry for
2257
- // backward-compat reasons
2258
- const originalEntry = webpackConfig.entry;
2259
- if (typeof originalEntry !== 'undefined') {
2260
- const updatedEntry = async ()=>{
2261
- const entry = typeof originalEntry === 'function' ? await originalEntry() : originalEntry;
2262
- // Server compilation doesn't have main.js
2263
- if (clientEntries && Array.isArray(entry['main.js']) && entry['main.js'].length > 0) {
2264
- const originalFile = clientEntries[_constants1.CLIENT_STATIC_FILES_RUNTIME_MAIN];
2265
- entry[_constants1.CLIENT_STATIC_FILES_RUNTIME_MAIN] = [
2266
- ...entry['main.js'],
2267
- originalFile
2268
- ];
2269
- }
2270
- delete entry['main.js'];
2271
- for (const name of Object.keys(entry)){
2272
- entry[name] = (0, _entries.finalizeEntrypoint)({
2273
- value: entry[name],
2274
- compilerType,
2275
- name,
2276
- hasAppDir
2277
- });
2278
- }
2279
- return entry;
2280
- };
2281
- // @ts-ignore webpack 5 typings needed
2282
- webpackConfig.entry = updatedEntry;
2283
- }
2284
- if (!dev && typeof webpackConfig.entry === 'function') {
2285
- // entry is always a function
2286
- webpackConfig.entry = await webpackConfig.entry();
2287
- }
2288
- return webpackConfig;
2289
- }
2290
- function getNextRootParamsRules({ isRootParamsEnabled, isClient, appDir, pageExtensions }) {
2291
- // Match resolved import of 'next/root-params'
2292
- const nextRootParamsModule = _path.default.join(_nextdirpaths.NEXT_PROJECT_ROOT, 'root-params.js');
2293
- const createInvalidImportRule = (message)=>{
2294
- return {
2295
- resource: nextRootParamsModule,
2296
- loader: 'next-invalid-import-error-loader',
2297
- options: {
2298
- message
2299
- }
2300
- };
2301
- };
2302
- // Hard-error if the flag is not enabled, regardless of if we're on the server or on the client.
2303
- if (!isRootParamsEnabled) {
2304
- return [
2305
- createInvalidImportRule("'next/root-params' can only be imported when `experimental.rootParams` is enabled.")
2306
- ];
2307
- }
2308
- // If there's no app-dir (and thus no layouts), there's no sensible way to use 'next/root-params',
2309
- // because we wouldn't generate any getters.
2310
- if (!appDir) {
2311
- return [
2312
- createInvalidImportRule("'next/root-params' can only be used with the App Directory.")
2313
- ];
2314
- }
2315
- // In general, the compiler should prevent importing 'next/root-params' from client modules, but it doesn't catch everything.
2316
- // If an import slips through our validation, make it error.
2317
- const invalidClientImportRule = createInvalidImportRule("'next/root-params' cannot be imported from a Client Component module. It should only be used from a Server Component.");
2318
- // in the browser compilation we can skip the server rules, because we know all imports will be invalid.
2319
- if (isClient) {
2320
- return [
2321
- invalidClientImportRule
2322
- ];
2323
- }
2324
- return [
2325
- {
2326
- oneOf: [
2327
- {
2328
- resource: nextRootParamsModule,
2329
- issuerLayer: _utils.shouldUseReactServerCondition,
2330
- loader: 'next-root-params-loader',
2331
- options: {
2332
- appDir,
2333
- pageExtensions
2334
- }
2335
- },
2336
- // if the rule above didn't match, we're in the SSR layer (or something else that isn't server-only).
2337
- invalidClientImportRule
2338
- ]
2339
- }
2340
- ];
2341
- }
2342
-
2343
- //# sourceMappingURL=webpack-config.js.map