shieldcortex 3.5.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/routes/memories.js +18 -3
- package/dist/audit/memory-scanner.js +18 -0
- package/dist/audit/rules-file-scanner.js +23 -0
- package/dist/cortex/cli.js +44 -1
- package/dist/cortex/store.d.ts +23 -0
- package/dist/cortex/store.js +43 -0
- package/dist/database/init.js +11 -1
- package/dist/index.js +16 -2
- package/dist/lib.d.ts +11 -0
- package/dist/lib.js +7 -0
- package/dist/memory/consolidate.d.ts +14 -0
- package/dist/memory/consolidate.js +73 -0
- package/dist/memory/rerank.d.ts +31 -0
- package/dist/memory/rerank.js +88 -0
- package/dist/memory/save-filter.d.ts +19 -0
- package/dist/memory/save-filter.js +60 -0
- package/dist/memory/staleness.d.ts +27 -0
- package/dist/memory/staleness.js +68 -0
- package/dist/memory/store.js +13 -3
- package/dist/memory/types.d.ts +12 -0
- package/dist/memory/types.js +9 -0
- package/dist/setup/openclaw.d.ts +19 -2
- package/dist/setup/openclaw.js +117 -37
- package/dist/tools/recall.js +9 -0
- package/dist/tools/remember.d.ts +6 -0
- package/dist/tools/remember.js +15 -0
- package/package.json +1 -1
- package/scripts/postinstall.mjs +114 -16
- package/dashboard/.next/standalone/dashboard/.next/BUILD_ID +0 -1
- package/dashboard/.next/standalone/dashboard/.next/app-path-routes-manifest.json +0 -5
- package/dashboard/.next/standalone/dashboard/.next/build-manifest.json +0 -19
- package/dashboard/.next/standalone/dashboard/.next/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/prerender-manifest.json +0 -85
- package/dashboard/.next/standalone/dashboard/.next/required-server-files.json +0 -320
- package/dashboard/.next/standalone/dashboard/.next/routes-manifest.json +0 -62
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/build-manifest.json +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js +0 -10
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.map +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page.js.nft.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +0 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.html +0 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.meta +0 -15
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.rsc +0 -12
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +0 -12
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/build-manifest.json +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js +0 -14
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.map +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +0 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.html +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.meta +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.rsc +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +0 -8
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.html +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.meta +0 -14
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.rsc +0 -22
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -9
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +0 -22
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +0 -8
- package/dashboard/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/app-paths-manifest.json +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/build-manifest.json +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/next-font-manifest.json +0 -11
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/react-loadable-manifest.json +0 -15
- package/dashboard/.next/standalone/dashboard/.next/server/app/page/server-reference-manifest.json +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/app/page.js +0 -16
- package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.map +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/app/page.js.nft.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +0 -2
- package/dashboard/.next/standalone/dashboard/.next/server/app-paths-manifest.json +0 -5
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_@tanstack_68dcbde9._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_eb0d92cc._.js +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_58dc8591._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_forbidden_abdccc1c.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_global-error_44d7ee55.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_client_components_builtin_unauthorized_52fb9d40.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_e83b0b39._.js +0 -6
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_esm_build_templates_app-page_f7d4354e.js +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/9f1d4_next_dist_fe6a9400._.js +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__1837adce._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__3b976911._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__521be65c._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__536fb178._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__7d500b5a._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__883523b7._.js +0 -10
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__9d976219._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__c95102dd._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__dd62b66f._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[root-of-the-server]__e7b9112f._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -795
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_19978329._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_1cd9d700._.js +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_3051539d._.js +0 -11
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__global-error_page_actions_df87ba42.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app__not-found_page_actions_a714dc72.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard__next-internal_server_app_page_actions_e8f11d60.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_f4cc9ff7._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_0aa69400._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/chunks/ssr/dashboard_src_app_error_tsx_6f8e74b4._.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/server/functions-config-manifest.json +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/middleware-build-manifest.js +0 -20
- package/dashboard/.next/standalone/dashboard/.next/server/middleware-manifest.json +0 -6
- package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/next-font-manifest.json +0 -15
- package/dashboard/.next/standalone/dashboard/.next/server/pages/404.html +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/pages/500.html +0 -2
- package/dashboard/.next/standalone/dashboard/.next/server/pages-manifest.json +0 -4
- package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/server/server-reference-manifest.json +0 -5
- package/dashboard/.next/standalone/dashboard/.next/static/0kztAum6WgVdv9H0mXsVv/_buildManifest.js +0 -11
- package/dashboard/.next/standalone/dashboard/.next/static/0kztAum6WgVdv9H0mXsVv/_clientMiddlewareManifest.json +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/0kztAum6WgVdv9H0mXsVv/_ssgManifest.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/215ce64499260c25.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/2473c16c0c2f6b5f.css +0 -2
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/3c430292ca8ddc5f.css +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/4c20fb97ba4556e7.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/64ee9622541d967c.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/6ba7a5c1a80a6791.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/7d08316952ccdcef.js +0 -5
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/a2549232b06fdb76.js +0 -842
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/a6dad97d9634a72d.js.map +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/b3ac7aa47461e043.js +0 -3
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/d3d8171bf50ef87e.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/da64d159c042f5ae.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/e007ff86847a4042.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/e8456c3e5fe1c1d8.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/ec55aacd8af83909.js +0 -1
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/f772b169c536121a.js +0 -9
- package/dashboard/.next/standalone/dashboard/.next/static/chunks/turbopack-c2d84e7d37269ac1.js +0 -4
- package/dashboard/.next/standalone/dashboard/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/color.cjs +0 -1594
- package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/index.cjs +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/@img/colour/package.json +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/README.md +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +0 -221
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linux-x64/versions.json +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +0 -221
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linux-x64/package.json +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/@next/env/dist/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/@next/env/package.json +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/@swc/helpers/package.json +0 -471
- package/dashboard/.next/standalone/dashboard/node_modules/client-only/index.js +0 -0
- package/dashboard/.next/standalone/dashboard/node_modules/client-only/package.json +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/detect-libc.js +0 -313
- package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/elf.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/filesystem.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/lib/process.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/detect-libc/package.json +0 -44
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/adapter/build-complete.js +0 -993
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/after-production-compile.js +0 -95
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/extract-const-value.js +0 -205
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/get-page-static-info.js +0 -601
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analysis/parse-module.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/analyze/index.js +0 -242
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/get-config.js +0 -429
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/index.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/transform.js +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/loader/util.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/commonjs.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/jsx-pragma.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-config.js +0 -104
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +0 -345
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/optimize-hook-destructuring.js +0 -60
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/plugins/react-loadable-plugin.js +0 -145
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/babel/preset.js +0 -250
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/build-context.js +0 -58
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/collect-build-traces.js +0 -536
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/compiler.js +0 -88
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/create-compiler-aliases.js +0 -436
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/define-env.js +0 -237
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/duration-to-string.js +0 -99
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/entries.js +0 -798
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-build-id.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/generate-routes-manifest.js +0 -91
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-config-file.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-babel-loader-config.js +0 -109
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/get-static-info-including-layouts.js +0 -81
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-entrypoints.js +0 -176
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/handle-externals.js +0 -290
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/index.js +0 -2683
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/is-writeable.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/empty.js +0 -10
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/fileMock.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/nextFontMock.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/__mocks__/styleMock.js +0 -10
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/jest.js +0 -227
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/jest/object-proxy.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-entrypoint.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/load-jsconfig.js +0 -162
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/lockfile.js +0 -160
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/manifests/formatter/format-manifest.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/require-hook.js +0 -85
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-config-ts/transpile-config.js +0 -172
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/next-dir-paths.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/normalize-catchall-routes.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/format.js +0 -84
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/index.js +0 -186
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/log.js +0 -135
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/output/store.js +0 -204
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/page-extensions-type.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/index.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object-assign.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/auto.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/implementation.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/index.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/object.assign/shim.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-module.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/polyfills/process.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/preview-key-utils.js +0 -91
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/progress.js +0 -151
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/rendering-mode.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segment-config.js +0 -145
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/app-segments.js +0 -137
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +0 -121
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/sort-by-page-exts.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/spinner.js +0 -138
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +0 -137
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/app.js +0 -682
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/pages.js +0 -169
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/static-paths/utils.js +0 -119
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/helpers.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/index.js +0 -1271
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/install-bindings.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/jest-transformer.js +0 -75
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/options.js +0 -386
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/swc/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-page.js +0 -1071
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/app-route.js +0 -420
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-app-route.js +0 -85
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr-app.js +0 -309
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-ssr.js +0 -335
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/edge-wrapper.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/helpers.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/middleware.js +0 -115
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-api.js +0 -194
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages-edge-api.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/templates/pages.js +0 -155
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-analyze/index.js +0 -116
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/impl.js +0 -244
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turbopack-build/index.js +0 -85
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/env.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/helpers.js +0 -104
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/index.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/result.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/tcp.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/turborepo-access-trace/types.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/type-check.js +0 -151
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/utils.js +0 -1261
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/validate-app-paths.js +0 -242
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server-experimental.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/alias/react-dom-server.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/cache-invalidation.js +0 -91
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/base.js +0 -82
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/index.js +0 -562
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +0 -86
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +0 -190
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/index.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/helpers.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/index.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/config/utils.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +0 -93
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +0 -287
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +0 -105
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +0 -220
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +0 -307
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +0 -83
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +0 -459
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/devtool/devtool-style-inject.js +0 -129
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/empty-loader.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/error-loader.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +0 -156
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +0 -429
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +0 -94
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +0 -58
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/discover.js +0 -122
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/resolve-route-data.js +0 -171
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/metadata/types.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/modularize-import-loader.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/create-app-route-code.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js +0 -765
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-barrel-loader.js +0 -268
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-app-route-loader/index.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js +0 -93
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-error-browser-binary-loader.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-action-entry-loader.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-client-module-loader.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/action-validate.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/cache-wrapper.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +0 -211
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/server-reference.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-loader/track-dynamic-import.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js +0 -133
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-font-loader/postcss-next-font.js +0 -169
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/blur.js +0 -73
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-image-loader/index.js +0 -80
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-invalid-import-error-loader.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-image-loader.js +0 -158
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.js +0 -342
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-asset-loader.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +0 -59
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-middleware-wasm-loader.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.js +0 -164
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +0 -141
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/index.js +0 -220
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoLinkTag.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/injectStylesIntoStyleTag.js +0 -221
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-style-loader/runtime/isEqualLocals.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js +0 -241
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +0 -125
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +0 -86
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +0 -101
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +0 -190
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +0 -92
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/loaders/utils.js +0 -100
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin-utils.js +0 -79
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +0 -183
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +0 -67
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +0 -277
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +0 -92
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +0 -191
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +0 -793
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +0 -420
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/force-complete-runtime.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +0 -219
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +0 -114
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +0 -614
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +0 -188
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +0 -120
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +0 -542
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +0 -428
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +0 -57
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +0 -146
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +0 -282
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +0 -169
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +0 -190
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +0 -188
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/update-telemetry-loader-context-from-swc.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +0 -43
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +0 -89
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +0 -43
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +0 -166
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +0 -138
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/stringify-request.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack/utils.js +0 -109
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/impl.js +0 -381
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-build/index.js +0 -179
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config-rules/resolve.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/webpack-config.js +0 -2343
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/worker.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/build/write-build-id.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/cli/next-test.js +0 -169
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/add-base-path.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-build-id.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-call-server.js +0 -34
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/app-find-source-map-url.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/assign-location.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-announcer.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-headers.js +0 -128
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-instance.js +0 -319
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router-utils.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/app-router.js +0 -495
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/default.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/builtin/global-error.js +0 -82
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/error-boundary.js +0 -134
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -86
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/errors/root-error-boundary.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/forbidden.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/handle-isr-error.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/hooks-server-context.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +0 -125
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -72
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/is-next-router-error.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/links.js +0 -292
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/match-segments.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/nav-failure-handler.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-devtools.js +0 -126
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation-untracked.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.js +0 -198
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/navigation.react-server.js +0 -72
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/not-found.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/readonly-url-search-params.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-boundary.js +0 -107
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-error.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect-status-code.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/redirect.js +0 -91
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +0 -128
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -59
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +0 -340
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +0 -1129
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -64
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -168
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -68
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -292
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/router-reducer.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -60
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-key.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache-map.js +0 -305
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/cache.js +0 -1432
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/lru.js +0 -145
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/navigation.js +0 -459
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/prefetch.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/scheduler.js +0 -1150
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/types.js +0 -69
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/segment-cache/vary-path.js +0 -216
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/static-generation-bailout.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unauthorized.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unresolved-thenable.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/components/use-action-queue.js +0 -102
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/dev/debug-channel.js +0 -72
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/flight-data-helpers.js +0 -219
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/has-base-path.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/lib/console.js +0 -177
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/normalize-trailing-slash.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/remove-base-path.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/client/route-params.js +0 -230
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -339
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +0 -18713
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -44
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@hapi/accept/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@napi-rs/triples/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/@opentelemetry/api/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-retry/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/async-sema/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/code-frame.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/babel-code-frame/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/busboy/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/index.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/bytes/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ci-info/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/commander/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/index.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/comment-json/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/index.js +0 -58
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/compression/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/index.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/conf/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/index.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/content-disposition/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/index.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cookie/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/cross-spawn/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/debug/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/edge-runtime/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/find-up/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/index.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/fresh/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/index.js +0 -34
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/http-proxy/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-detector/detector.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/image-size/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/ipaddr.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ipaddr.js/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-animated/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-docker/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/is-wsl/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/index.js +0 -11
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/jsonwebtoken/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/index.cjs +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/nanoid/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-limit/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/p-queue/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-browserify/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/path-to-regexp/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/picomatch/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +0 -133
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +0 -130
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/index.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/react-is/package.json +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/package.json +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +0 -729
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/semver/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/index.js +0 -70
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/send/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/source-map/source-map.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/string-hash/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/strip-ansi/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/index.cjs +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/superstruct/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/tar/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/text-table/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/watchpack/watchpack.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/ws/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/index.cjs +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/compiled/zod-validation-error/package.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/context.js +0 -57
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/fetch.js +0 -142
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/httpget.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server-edge.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/experimental/testmode/server.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/export/helpers/create-incremental-cache.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/batcher.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/build-custom-route.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/bundler.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/client-and-server-references.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/coalesced-function.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/compile-error.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/constants.js +0 -405
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/create-client-router-filter.js +0 -67
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/default-transpiled-packages.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detached-promise.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/detect-typo.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/download-swc.js +0 -183
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/error-telemetry-utils.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fallback.js +0 -100
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fatal-error.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/file-exists.js +0 -53
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-config.js +0 -102
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-pages-dir.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/find-root.js +0 -122
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-cli-help-output.js +0 -84
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-dynamic-import-path.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/format-server-error.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-components.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/framework/boundary-constants.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/rename.js +0 -87
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/fs/write-atomic.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -69
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-files-in-dir.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-network-host.js +0 -44
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-package-version.js +0 -118
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/get-project-dir.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/has-necessary-dependencies.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-cache-directory.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-npx-command.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-online.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-pkg-manager.js +0 -63
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-registry.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/get-reserved-port.js +0 -116
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/helpers/install.js +0 -83
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/import-next-warning.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/inline-static-env.js +0 -112
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/install-dependencies.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/interop-default.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-api-route.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-page-route.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-app-route-route.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-edge-runtime.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-error.js +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-internal-component.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/is-serializable-props.js +0 -106
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/known-edge-safe-packages.json +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/load-custom-routes.js +0 -550
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/gc-observer.js +0 -53
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/shutdown.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/startup.js +0 -47
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/memory/trace.js +0 -109
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/constants.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/default-metadata.js +0 -82
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/alternate.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/basic.js +0 -307
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icon-mark.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/icons.js +0 -64
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/meta.js +0 -123
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/opengraph.js +0 -478
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/generate/utils.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/get-metadata-route.js +0 -114
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/is-metadata-route.js +0 -221
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata-context.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/metadata.js +0 -243
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolve-metadata.js +0 -859
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -232
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -199
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +0 -135
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/alternative-urls-types.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/extra-types.js +0 -9
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/icons.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/manifest-types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-interface.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/metadata-types.js +0 -10
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/opengraph-types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/resolvers.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/metadata/types/twitter-types.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mime-type.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mkcert.js +0 -204
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/multi-file-writer.js +0 -75
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/needs-experimental-react.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/non-nullable.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/normalize-path.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/oxford-comma-list.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/page-types.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/patch-incorrect-lockfile.js +0 -185
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pick.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/picocolors.js +0 -177
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/pretty-bytes.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/realpath.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-copy.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-delete.js +0 -137
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/recursive-readdir.js +0 -124
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/redirect-status.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/require-instrumentation-client.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-build-paths.js +0 -149
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/resolve-from.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/route-pattern-normalizer.js +0 -107
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/scheduler.js +0 -64
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/semver-noop.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/server-external-packages.jsonc +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/setup-exception-listeners.js +0 -11
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/static-env.js +0 -92
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/try-to-parse-path.js +0 -68
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/turbopack-warning.js +0 -186
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +0 -240
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -73
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/missingDependencyError.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/runTypeCheck.js +0 -151
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/type-paths.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -394
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/url.js +0 -75
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-partytown-setup.js +0 -115
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-root-layout.js +0 -165
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/verify-typescript-setup.js +0 -178
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/wait.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/with-promise-cache.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/worker.js +0 -223
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/next-devtools/server/shared.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ReactDOMServerPages.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/accept-header.js +0 -132
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after-context.js +0 -140
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/after.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/awaiter.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/builtin-request-context.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/index.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/after/run-with-after.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/get-cookie-parser.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/index.js +0 -201
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/api-resolver.js +0 -395
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/parse-body.js +0 -79
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +0 -86
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/api-utils/web.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/action-handler.js +0 -952
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +0 -249
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-render-utils.js +0 -112
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render-scheduling.js +0 -188
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/app-render.js +0 -3526
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/async-local-storage.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/cache-signal.js +0 -181
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/collect-segment-data.js +0 -276
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/console-async-storage.external.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-component-tree.js +0 -754
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-error-handler.js +0 -187
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/csrf-protection.js +0 -75
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -828
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils-server.js +0 -114
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption-utils.js +0 -93
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/encryption.js +0 -238
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/entry-base.js +0 -237
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/flight-render-result.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-asset-query-string.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-layer-assets.js +0 -65
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +0 -44
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/interop-default.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +0 -92
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/manifests-singleton.js +0 -257
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-dynamic-import.js +0 -57
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/postponed-state.js +0 -156
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/prospective-render-utils.js +0 -73
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-large-shell-error.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/react-server.node.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/render-css-resource.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/required-scripts.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/postpone.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/preloads.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/rsc/taint.js +0 -79
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/segment-explorer-path.js +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/server-inserted-html.js +0 -77
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-rendering.js +0 -273
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/staged-validation.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/strip-flight-headers.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/types.js +0 -59
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/use-flight-response.js +0 -212
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -185
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -252
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/draft-mode-provider.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/request-store.js +0 -144
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/with-store.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/async-storage/work-store.js +0 -94
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/helpers.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/index.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/node.js +0 -147
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-http/web.js +0 -124
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/base-server.js +0 -1842
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/body-streams.js +0 -114
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/cache-dir.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/capsize-font-metrics.json +0 -181516
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/ci-info.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/client-component-renderer-logger.js +0 -70
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-schema.js +0 -630
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-shared.js +0 -309
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config-utils.js +0 -185
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/config.js +0 -1468
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -96
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/crypto-utils.js +0 -70
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/file-logger.js +0 -183
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +0 -512
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/browser-logs/source-map.js +0 -225
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/debug-channel.js +0 -87
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/dev-indicator-server-state.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/get-source-map-from-file.js +0 -100
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-middleware.js +0 -274
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-rspack.js +0 -171
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-shared-utils.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +0 -1247
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-types.js +0 -58
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/hot-reloader-webpack.js +0 -1382
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/log-requests.js +0 -141
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/messages.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-turbopack.js +0 -393
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/middleware-webpack.js +0 -473
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/node-stack-frames.js +0 -72
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/on-demand-entry-handler.js +0 -704
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/parse-version-info.js +0 -108
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/require-cache.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/serialized-errors.js +0 -67
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/static-paths-worker.js +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dev/turbopack-utils.js +0 -696
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -86
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/font-utils.js +0 -43
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-app-route-from-entrypoint.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-page-files.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/get-route-from-entrypoint.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/htmlescape.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/image-optimizer.js +0 -1067
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/instrumentation/utils.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/internal-utils.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/is-private-ip.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-dir-module.js +0 -59
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/app-info-log.js +0 -154
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/async-callback-set.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-control.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.external.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/default.js +0 -160
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cache-handlers/types.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +0 -116
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/clone-response.js +0 -77
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/cpu-profile.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/decode-query-path-parameter.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dedupe-fetch.js +0 -163
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/dev-bundler-service.js +0 -95
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/etag.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/experimental/ppr.js +0 -47
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/find-page-file.js +0 -127
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/fix-mojibake.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/format-hostname.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/i18n-provider.js +0 -129
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/implicit-tags.js +0 -77
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -333
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/index.js +0 -479
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -73
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/is-ipv6.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lazy-result.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/lru-cache.js +0 -177
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/match-next-data-pathname.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/mock-request.js +0 -416
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/module-loader.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/module-loader/route-module-loader.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/node-fs-methods.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/parse-stack.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-fetch.js +0 -945
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/patch-set-header.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/render-server.js +0 -152
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-server.js +0 -672
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +0 -76
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-data-route.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/cache-life-type-utils.js +0 -211
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/filesystem.js +0 -590
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -89
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -96
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/proxy-request.js +0 -118
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +0 -608
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +0 -286
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/router-server-context.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/typegen.js +0 -613
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/router-utils/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-action-request-meta.js +0 -53
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/server-ipc/utils.js +0 -80
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/source-maps.js +0 -196
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/start-server.js +0 -460
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/streaming-metadata.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/to-route.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/constants.js +0 -203
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/tracer.js +0 -270
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/trace/utils.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/utils.js +0 -249
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/lib/worker-utils.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-components.js +0 -177
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-default-error-components.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/load-manifest.external.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/match-bundle.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-mcp-middleware.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/get-or-create-mcp-server.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/mcp-telemetry-tracker.js +0 -82
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-errors.js +0 -107
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-logs.js +0 -61
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-page-metadata.js +0 -180
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-project-metadata.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-routes.js +0 -171
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/get-server-action-by-id.js +0 -113
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/next-instance-error-state.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/browser-communication.js +0 -90
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/mcp/tools/utils/format-errors.js +0 -147
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-server.js +0 -1459
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next-typescript.js +0 -13
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/next.js +0 -452
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-baseline.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-dim.external.js +0 -246
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-exit.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/console-file.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/date.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +0 -8
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +0 -570
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/global-behaviors.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/random.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.js +0 -489
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/utils.js +0 -186
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-environment.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/node-polyfill-crypto.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/app/index.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/index.js +0 -44
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizer.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/normalizers.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/base-path.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/next-data.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/pathname-normalizer.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/prefix.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/rsc.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/request/suffix.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/underscore-normalizer.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/og/image-response.js +0 -53
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/patch-error-inspect.js +0 -436
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/pipe-readable.js +0 -140
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/post-process.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render-result.js +0 -195
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/render.js +0 -1138
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/connection.js +0 -111
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/cookies.js +0 -220
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/draft-mode.js +0 -207
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/fallback-params.js +0 -69
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/headers.js +0 -219
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/params.js +0 -415
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/pathname.js +0 -104
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/root-params.js +0 -157
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/search-params.js +0 -432
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request/utils.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/request-meta.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require-hook.js +0 -71
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/require.js +0 -109
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/index.js +0 -211
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/types.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/utils.js +0 -103
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/response-cache/web.js +0 -101
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/cache-store.js +0 -84
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +0 -96
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/revalidation-utils.js +0 -152
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/app-route-route-definition.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/locale-route-definition.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-api-route-definition.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/pages-route-definition.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-definitions/route-definition.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-kind.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -239
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -120
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -43
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -90
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -112
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -77
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -77
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -106
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -34
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -64
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +0 -68
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matchers/route-matcher.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-page-route-match.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/app-route-route-match.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/locale-route-match.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-api-route-match.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/pages-route-match.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-matches/route-match.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.js +0 -132
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/module.render.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -87
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -140
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -125
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +0 -85
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.compiled.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/module.js +0 -889
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/app-route/shared-modules.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/checks.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +0 -100
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.compiled.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.js +0 -92
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/module.render.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/pages-handler.js +0 -522
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -102
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -4
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.compiled.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/pages-api/module.js +0 -58
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/route-modules/route-module.js +0 -594
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/runtime-reacts.external.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-payload.js +0 -88
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/send-response.js +0 -70
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/serve-static.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-route-utils.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/server-utils.js +0 -323
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/setup-http-agent-env.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/encoded-tags.js +0 -114
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +0 -737
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +0 -69
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/constant.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/index.js +0 -199
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/client-boundary.js +0 -97
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/config.js +0 -501
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/entry.js +0 -149
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/error.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/metadata.js +0 -234
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server-boundary.js +0 -115
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/rules/server.js +0 -79
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/typescript/utils.js +0 -212
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-life.js +0 -161
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/cache-tag.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/constants.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/handlers.js +0 -121
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-errors.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +0 -1336
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/utils.js +0 -73
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/adapter.js +0 -388
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/edge-route-module-wrapper.js +0 -122
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/error.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/exports/index.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/get-edge-preview-props.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/globals.js +0 -128
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/http.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/internal-edge-wait-until.js +0 -64
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/next-url.js +0 -195
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/context.js +0 -462
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/index.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/resource-managers.js +0 -88
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/sandbox/sandbox.js +0 -134
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -192
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +0 -142
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -211
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/fetch-event.js +0 -98
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/image-response.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/request.js +0 -99
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/response.js +0 -136
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/revalidate.js +0 -206
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-cache.js +0 -284
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/unstable-no-store.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/url-pattern.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/spec-extension/user-agent.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/types.js +0 -6
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/utils.js +0 -151
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/server/web/web-on-close.js +0 -87
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/action-revalidation-kind.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -50
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/app-router-types.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/constants.js +0 -448
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deep-freeze.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/deployment-id.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/dset.js +0 -34
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/encode-uri-path.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/entry-constants.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/error-source.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/constants.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/empty-generate-static-params-error.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/errors/hard-deprecated-config-error.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/escape-regexp.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/get-hostname.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hash.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/head.js +0 -163
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -60
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -59
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-blur-svg.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/image-config.js +0 -74
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/invariant-error.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-internal.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-plain-object.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/is-thenable.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/isomorphic/path.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +0 -246
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/magic-identifier.js +0 -218
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-local-pattern.js +0 -46
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/match-remote-pattern.js +0 -63
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/modern-browserslist-target.js +0 -15
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/no-fallback-error.external.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +0 -23
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/promise-with-resolvers.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/adapters.js +0 -136
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/routes/app.js +0 -122
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-locale.js +0 -28
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/app-paths.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -24
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -27
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/format-url.js +0 -111
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -167
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -25
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +0 -90
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/html-bots.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/index.js +0 -30
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +0 -108
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-bot.js +0 -57
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +0 -26
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -31
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-path.js +0 -33
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/parse-url.js +0 -32
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -20
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/path-match.js +0 -49
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +0 -292
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/querystring.js +0 -79
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +0 -40
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -21
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +0 -116
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +0 -113
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +0 -45
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/route-regex.js +0 -256
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +0 -244
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -99
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/segment.js +0 -102
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -35
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/server-reference-info.js +0 -52
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/side-effect.js +0 -63
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/internal-error.js +0 -53
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/turbopack/utils.js +0 -279
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils/warn-once.js +0 -22
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/utils.js +0 -207
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/shared/lib/zod.js +0 -101
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/anonymous-meta.js +0 -89
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/detached-flush.js +0 -56
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/build.js +0 -174
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/index.js +0 -41
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/plugins.js +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/swc-load-failure.js +0 -55
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/events/version.js +0 -66
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/flush-telemetry.js +0 -19
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/post-telemetry-payload.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/project-id.js +0 -48
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/telemetry/storage.js +0 -301
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/index.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/index.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json-build.js +0 -137
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-json.js +0 -151
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/report/to-telemetry.js +0 -36
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/shared.js +0 -39
- package/dashboard/.next/standalone/dashboard/node_modules/next/dist/trace/trace.js +0 -197
- package/dashboard/.next/standalone/dashboard/node_modules/next/package.json +0 -380
- package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-dev-runtime.production.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react-jsx-runtime.production.js +0 -34
- package/dashboard/.next/standalone/dashboard/node_modules/react/cjs/react.production.js +0 -542
- package/dashboard/.next/standalone/dashboard/node_modules/react/compiler-runtime.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/react/index.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-dev-runtime.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/react/jsx-runtime.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/react/package.json +0 -51
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -6603
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +0 -6692
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.browser.production.js +0 -7410
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.edge.production.js +0 -7512
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom-server.node.production.js +0 -7707
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/cjs/react-dom.production.js +0 -210
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/index.js +0 -38
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/package.json +0 -117
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.browser.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.edge.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/server.node.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/react-dom/static.node.js +0 -14
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/channel.js +0 -177
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/colour.js +0 -195
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/composite.js +0 -212
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/constructor.js +0 -499
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/index.js +0 -16
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/input.js +0 -809
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/is.js +0 -143
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/libvips.js +0 -207
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/operation.js +0 -1016
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/output.js +0 -1666
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/resize.js +0 -595
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/sharp.js +0 -121
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/lib/utility.js +0 -291
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/comparator.js +0 -143
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/range.js +0 -557
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/classes/semver.js +0 -333
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/cmp.js +0 -54
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/coerce.js +0 -62
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/compare.js +0 -7
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/eq.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gt.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/gte.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lt.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/lte.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/neq.js +0 -5
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/parse.js +0 -18
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/functions/satisfies.js +0 -12
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/constants.js +0 -37
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/debug.js +0 -11
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/identifiers.js +0 -29
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/lrucache.js +0 -42
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/parse-options.js +0 -17
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/internal/re.js +0 -223
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/node_modules/semver/package.json +0 -78
- package/dashboard/.next/standalone/dashboard/node_modules/sharp/package.json +0 -202
- package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/dist/index/index.js +0 -499
- package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/index.js +0 -1
- package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/package.json +0 -132
- package/dashboard/.next/standalone/dashboard/node_modules/styled-jsx/style.js +0 -1
- package/dashboard/.next/standalone/dashboard/package.json +0 -44
- package/dashboard/.next/standalone/dashboard/public/favicon.ico +0 -0
- package/dashboard/.next/standalone/dashboard/public/file.svg +0 -1
- package/dashboard/.next/standalone/dashboard/public/globe.svg +0 -1
- package/dashboard/.next/standalone/dashboard/public/next.svg +0 -1
- package/dashboard/.next/standalone/dashboard/public/vercel.svg +0 -1
- package/dashboard/.next/standalone/dashboard/public/window.svg +0 -1
- package/dashboard/.next/standalone/dashboard/server.js +0 -38
- package/dashboard/.next/standalone/node_modules/@img/colour/package.json +0 -45
- package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +0 -42
- package/dashboard/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +0 -42
- package/dashboard/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +0 -46
- package/dashboard/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +0 -46
- package/dashboard/.next/standalone/node_modules/buffer-from/index.js +0 -72
- package/dashboard/.next/standalone/node_modules/buffer-from/package.json +0 -19
- package/dashboard/.next/standalone/node_modules/detect-libc/package.json +0 -44
- package/dashboard/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
- package/dashboard/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/dashboard/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
- package/dashboard/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
- package/dashboard/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
- package/dashboard/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
- package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/dashboard/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/dashboard/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
- package/dashboard/.next/standalone/node_modules/source-map/lib/util.js +0 -488
- package/dashboard/.next/standalone/node_modules/source-map/package.json +0 -73
- package/dashboard/.next/standalone/node_modules/source-map/source-map.js +0 -8
- package/dashboard/.next/standalone/node_modules/source-map-support/LICENSE.md +0 -21
- package/dashboard/.next/standalone/node_modules/source-map-support/README.md +0 -284
- package/dashboard/.next/standalone/node_modules/source-map-support/browser-source-map-support.js +0 -113
- package/dashboard/.next/standalone/node_modules/source-map-support/package.json +0 -31
- package/dashboard/.next/standalone/node_modules/source-map-support/register.js +0 -1
- package/dashboard/.next/standalone/node_modules/source-map-support/source-map-support.js +0 -567
- package/dashboard/.next/standalone/node_modules/typescript/package.json +0 -120
|
@@ -1,1247 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "createHotReloaderTurbopack", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return createHotReloaderTurbopack;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _promises = require("fs/promises");
|
|
12
|
-
const _inspector = /*#__PURE__*/ _interop_require_wildcard(require("inspector"));
|
|
13
|
-
const _path = require("path");
|
|
14
|
-
const _url = require("url");
|
|
15
|
-
const _ws = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/ws"));
|
|
16
|
-
const _store = require("../../build/output/store");
|
|
17
|
-
const _hotreloadertypes = require("./hot-reloader-types");
|
|
18
|
-
const _swc = require("../../build/swc");
|
|
19
|
-
const _log = /*#__PURE__*/ _interop_require_wildcard(require("../../build/output/log"));
|
|
20
|
-
const _constants = require("../../shared/lib/constants");
|
|
21
|
-
const _middlewareturbopack = require("./middleware-turbopack");
|
|
22
|
-
const _utils = require("../../shared/lib/utils");
|
|
23
|
-
const _utils1 = require("../utils");
|
|
24
|
-
const _requirecache = require("./require-cache");
|
|
25
|
-
const _renderserver = require("../lib/render-server");
|
|
26
|
-
const _denormalizepagepath = require("../../shared/lib/page-path/denormalize-page-path");
|
|
27
|
-
const _trace = require("../../trace");
|
|
28
|
-
const _turbopackutils = require("./turbopack-utils");
|
|
29
|
-
const _setupdevbundler = require("../lib/router-utils/setup-dev-bundler");
|
|
30
|
-
const _manifestloader = require("../../shared/lib/turbopack/manifest-loader");
|
|
31
|
-
const _ondemandentryhandler = require("./on-demand-entry-handler");
|
|
32
|
-
const _entrykey = require("../../shared/lib/turbopack/entry-key");
|
|
33
|
-
const _messages = require("./messages");
|
|
34
|
-
const _encryptionutilsserver = require("../app-render/encryption-utils-server");
|
|
35
|
-
const _apppageroutedefinition = require("../route-definitions/app-page-route-definition");
|
|
36
|
-
const _apppaths = require("../../shared/lib/router/utils/app-paths");
|
|
37
|
-
const _ismetadataroute = require("../../lib/metadata/is-metadata-route");
|
|
38
|
-
const _patcherrorinspect = require("../patch-error-inspect");
|
|
39
|
-
const _getnexterrorfeedbackmiddleware = require("../../next-devtools/server/get-next-error-feedback-middleware");
|
|
40
|
-
const _utils2 = require("../../shared/lib/turbopack/utils");
|
|
41
|
-
const _getdevoverlayfontmiddleware = require("../../next-devtools/server/font/get-dev-overlay-font-middleware");
|
|
42
|
-
const _devindicatorserverstate = require("./dev-indicator-server-state");
|
|
43
|
-
const _devindicatormiddleware = require("../../next-devtools/server/dev-indicator-middleware");
|
|
44
|
-
const _restartdevservermiddleware = require("../../next-devtools/server/restart-dev-server-middleware");
|
|
45
|
-
const _compilationevents = require("../../shared/lib/turbopack/compilation-events");
|
|
46
|
-
const _utils3 = require("../../build/utils");
|
|
47
|
-
const _receivelogs = require("./browser-logs/receive-logs");
|
|
48
|
-
const _normalizepath = require("../../lib/normalize-path");
|
|
49
|
-
const _devtoolsconfigmiddleware = require("../../next-devtools/server/devtools-config-middleware");
|
|
50
|
-
const _attachnodejsdebuggermiddleware = require("../../next-devtools/server/attach-nodejs-debugger-middleware");
|
|
51
|
-
const _debugchannel = require("./debug-channel");
|
|
52
|
-
const _hotreloadersharedutils = require("./hot-reloader-shared-utils");
|
|
53
|
-
const _getmcpmiddleware = require("../mcp/get-mcp-middleware");
|
|
54
|
-
const _geterrors = require("../mcp/tools/get-errors");
|
|
55
|
-
const _getpagemetadata = require("../mcp/tools/get-page-metadata");
|
|
56
|
-
const _formaterrors = require("../mcp/tools/utils/format-errors");
|
|
57
|
-
const _mcptelemetrytracker = require("../mcp/mcp-telemetry-tracker");
|
|
58
|
-
const _filelogger = require("./browser-logs/file-logger");
|
|
59
|
-
const _serializederrors = require("./serialized-errors");
|
|
60
|
-
function _interop_require_default(obj) {
|
|
61
|
-
return obj && obj.__esModule ? obj : {
|
|
62
|
-
default: obj
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
function _getRequireWildcardCache(nodeInterop) {
|
|
66
|
-
if (typeof WeakMap !== "function") return null;
|
|
67
|
-
var cacheBabelInterop = new WeakMap();
|
|
68
|
-
var cacheNodeInterop = new WeakMap();
|
|
69
|
-
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
70
|
-
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
71
|
-
})(nodeInterop);
|
|
72
|
-
}
|
|
73
|
-
function _interop_require_wildcard(obj, nodeInterop) {
|
|
74
|
-
if (!nodeInterop && obj && obj.__esModule) {
|
|
75
|
-
return obj;
|
|
76
|
-
}
|
|
77
|
-
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
78
|
-
return {
|
|
79
|
-
default: obj
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
var cache = _getRequireWildcardCache(nodeInterop);
|
|
83
|
-
if (cache && cache.has(obj)) {
|
|
84
|
-
return cache.get(obj);
|
|
85
|
-
}
|
|
86
|
-
var newObj = {
|
|
87
|
-
__proto__: null
|
|
88
|
-
};
|
|
89
|
-
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
90
|
-
for(var key in obj){
|
|
91
|
-
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
92
|
-
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
93
|
-
if (desc && (desc.get || desc.set)) {
|
|
94
|
-
Object.defineProperty(newObj, key, desc);
|
|
95
|
-
} else {
|
|
96
|
-
newObj[key] = obj[key];
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
newObj.default = obj;
|
|
101
|
-
if (cache) {
|
|
102
|
-
cache.set(obj, newObj);
|
|
103
|
-
}
|
|
104
|
-
return newObj;
|
|
105
|
-
}
|
|
106
|
-
const wsServer = new _ws.default.Server({
|
|
107
|
-
noServer: true
|
|
108
|
-
});
|
|
109
|
-
const isTestMode = !!(process.env.NEXT_TEST_MODE || process.env.__NEXT_TEST_MODE || process.env.DEBUG);
|
|
110
|
-
const sessionId = Math.floor(Number.MAX_SAFE_INTEGER * Math.random());
|
|
111
|
-
/**
|
|
112
|
-
* Replaces turbopack:///[project] with the specified project in the `source` field.
|
|
113
|
-
*/ function rewriteTurbopackSources(projectRoot, sourceMap) {
|
|
114
|
-
if ('sections' in sourceMap) {
|
|
115
|
-
for (const section of sourceMap.sections){
|
|
116
|
-
rewriteTurbopackSources(projectRoot, section.map);
|
|
117
|
-
}
|
|
118
|
-
} else {
|
|
119
|
-
for(let i = 0; i < sourceMap.sources.length; i++){
|
|
120
|
-
sourceMap.sources[i] = (0, _url.pathToFileURL)((0, _path.join)(projectRoot, sourceMap.sources[i].replace(/turbopack:\/\/\/\[project\]/, ''))).toString();
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
function getSourceMapFromTurbopack(project, projectRoot, sourceURL) {
|
|
125
|
-
let sourceMapJson = null;
|
|
126
|
-
try {
|
|
127
|
-
sourceMapJson = project.getSourceMapSync(sourceURL);
|
|
128
|
-
} catch (err) {}
|
|
129
|
-
if (sourceMapJson === null) {
|
|
130
|
-
return undefined;
|
|
131
|
-
} else {
|
|
132
|
-
const payload = JSON.parse(sourceMapJson);
|
|
133
|
-
// The sourcemap from Turbopack is not yet written to disk so its `sources`
|
|
134
|
-
// are not absolute paths yet. We need to rewrite them to be absolute paths.
|
|
135
|
-
rewriteTurbopackSources(projectRoot, payload);
|
|
136
|
-
return payload;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
async function createHotReloaderTurbopack(opts, serverFields, distDir, resetFetch, lockfile) {
|
|
140
|
-
var _opts_nextConfig_turbopack, _nextConfig_watchOptions, _opts_nextConfig_experimental;
|
|
141
|
-
const dev = true;
|
|
142
|
-
const buildId = 'development';
|
|
143
|
-
const { nextConfig, dir: projectPath } = opts;
|
|
144
|
-
const bindings = (0, _swc.getBindingsSync)();
|
|
145
|
-
// For the debugging purpose, check if createNext or equivalent next instance setup in test cases
|
|
146
|
-
// works correctly. Normally `run-test` hides output so only will be visible when `--debug` flag is used.
|
|
147
|
-
if (isTestMode) {
|
|
148
|
-
;
|
|
149
|
-
require('console').log('Creating turbopack project', {
|
|
150
|
-
dir: projectPath,
|
|
151
|
-
testMode: isTestMode
|
|
152
|
-
});
|
|
153
|
-
}
|
|
154
|
-
const hasRewrites = opts.fsChecker.rewrites.afterFiles.length > 0 || opts.fsChecker.rewrites.beforeFiles.length > 0 || opts.fsChecker.rewrites.fallback.length > 0;
|
|
155
|
-
const hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
|
|
156
|
-
version: "16.1.4"
|
|
157
|
-
});
|
|
158
|
-
// Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing
|
|
159
|
-
// of the current `next dev` invocation.
|
|
160
|
-
hotReloaderSpan.stop();
|
|
161
|
-
// Initialize log monitor for file logging
|
|
162
|
-
// Enable logging by default in development mode
|
|
163
|
-
const mcpServerEnabled = !!nextConfig.experimental.mcpServer;
|
|
164
|
-
const fileLogger = (0, _filelogger.getFileLogger)();
|
|
165
|
-
fileLogger.initialize(distDir, mcpServerEnabled);
|
|
166
|
-
const encryptionKey = await (0, _encryptionutilsserver.generateEncryptionKeyBase64)({
|
|
167
|
-
isBuild: false,
|
|
168
|
-
distDir
|
|
169
|
-
});
|
|
170
|
-
// TODO: Implement
|
|
171
|
-
let clientRouterFilters;
|
|
172
|
-
if (nextConfig.experimental.clientRouterFilter) {
|
|
173
|
-
// TODO this need to be set correctly for filesystem cache to work
|
|
174
|
-
}
|
|
175
|
-
const supportedBrowsers = (0, _utils3.getSupportedBrowsers)(projectPath, dev);
|
|
176
|
-
const currentNodeJsVersion = process.versions.node;
|
|
177
|
-
const rootPath = ((_opts_nextConfig_turbopack = opts.nextConfig.turbopack) == null ? void 0 : _opts_nextConfig_turbopack.root) || opts.nextConfig.outputFileTracingRoot || projectPath;
|
|
178
|
-
const project = await bindings.turbo.createProject({
|
|
179
|
-
rootPath,
|
|
180
|
-
projectPath: (0, _normalizepath.normalizePath)((0, _path.relative)(rootPath, projectPath) || '.'),
|
|
181
|
-
distDir,
|
|
182
|
-
nextConfig: opts.nextConfig,
|
|
183
|
-
watch: {
|
|
184
|
-
enable: dev,
|
|
185
|
-
pollIntervalMs: (_nextConfig_watchOptions = nextConfig.watchOptions) == null ? void 0 : _nextConfig_watchOptions.pollIntervalMs
|
|
186
|
-
},
|
|
187
|
-
dev,
|
|
188
|
-
env: process.env,
|
|
189
|
-
defineEnv: (0, _swc.createDefineEnv)({
|
|
190
|
-
isTurbopack: true,
|
|
191
|
-
clientRouterFilters,
|
|
192
|
-
config: nextConfig,
|
|
193
|
-
dev,
|
|
194
|
-
distDir,
|
|
195
|
-
projectPath,
|
|
196
|
-
fetchCacheKeyPrefix: opts.nextConfig.experimental.fetchCacheKeyPrefix,
|
|
197
|
-
hasRewrites,
|
|
198
|
-
// TODO: Implement
|
|
199
|
-
middlewareMatchers: undefined,
|
|
200
|
-
rewrites: opts.fsChecker.rewrites
|
|
201
|
-
}),
|
|
202
|
-
buildId,
|
|
203
|
-
encryptionKey,
|
|
204
|
-
previewProps: opts.fsChecker.prerenderManifest.preview,
|
|
205
|
-
browserslistQuery: supportedBrowsers.join(', '),
|
|
206
|
-
noMangling: false,
|
|
207
|
-
writeRoutesHashesManifest: false,
|
|
208
|
-
currentNodeJsVersion
|
|
209
|
-
}, {
|
|
210
|
-
persistentCaching: (0, _utils2.isFileSystemCacheEnabledForDev)(opts.nextConfig),
|
|
211
|
-
memoryLimit: (_opts_nextConfig_experimental = opts.nextConfig.experimental) == null ? void 0 : _opts_nextConfig_experimental.turbopackMemoryLimit,
|
|
212
|
-
isShortSession: false
|
|
213
|
-
});
|
|
214
|
-
(0, _compilationevents.backgroundLogCompilationEvents)(project, {
|
|
215
|
-
eventTypes: [
|
|
216
|
-
'StartupCacheInvalidationEvent',
|
|
217
|
-
'TimingEvent'
|
|
218
|
-
]
|
|
219
|
-
});
|
|
220
|
-
(0, _patcherrorinspect.setBundlerFindSourceMapImplementation)(getSourceMapFromTurbopack.bind(null, project, projectPath));
|
|
221
|
-
opts.onDevServerCleanup == null ? void 0 : opts.onDevServerCleanup.call(opts, async ()=>{
|
|
222
|
-
(0, _patcherrorinspect.setBundlerFindSourceMapImplementation)(()=>undefined);
|
|
223
|
-
await project.onExit();
|
|
224
|
-
await (lockfile == null ? void 0 : lockfile.unlock());
|
|
225
|
-
});
|
|
226
|
-
const entrypointsSubscription = project.entrypointsSubscribe();
|
|
227
|
-
const currentWrittenEntrypoints = new Map();
|
|
228
|
-
const currentEntrypoints = {
|
|
229
|
-
global: {
|
|
230
|
-
app: undefined,
|
|
231
|
-
document: undefined,
|
|
232
|
-
error: undefined,
|
|
233
|
-
middleware: undefined,
|
|
234
|
-
instrumentation: undefined
|
|
235
|
-
},
|
|
236
|
-
page: new Map(),
|
|
237
|
-
app: new Map()
|
|
238
|
-
};
|
|
239
|
-
const currentTopLevelIssues = new Map();
|
|
240
|
-
const currentEntryIssues = new Map();
|
|
241
|
-
const manifestLoader = new _manifestloader.TurbopackManifestLoader({
|
|
242
|
-
buildId,
|
|
243
|
-
distDir,
|
|
244
|
-
encryptionKey
|
|
245
|
-
});
|
|
246
|
-
// Dev specific
|
|
247
|
-
const changeSubscriptions = new Map();
|
|
248
|
-
const serverPathState = new Map();
|
|
249
|
-
const readyIds = new Set();
|
|
250
|
-
let currentEntriesHandlingResolve;
|
|
251
|
-
let currentEntriesHandling = new Promise((resolve)=>currentEntriesHandlingResolve = resolve);
|
|
252
|
-
const assetMapper = new _turbopackutils.AssetMapper();
|
|
253
|
-
function clearRequireCache(key, writtenEndpoint, { force } = {}) {
|
|
254
|
-
if (force) {
|
|
255
|
-
for (const { path, contentHash } of writtenEndpoint.serverPaths){
|
|
256
|
-
// We ignore source maps
|
|
257
|
-
if (path.endsWith('.map')) continue;
|
|
258
|
-
const localKey = `${key}:${path}`;
|
|
259
|
-
serverPathState.set(localKey, contentHash);
|
|
260
|
-
serverPathState.set(path, contentHash);
|
|
261
|
-
}
|
|
262
|
-
} else {
|
|
263
|
-
// Figure out if the server files have changed
|
|
264
|
-
let hasChange = false;
|
|
265
|
-
for (const { path, contentHash } of writtenEndpoint.serverPaths){
|
|
266
|
-
// We ignore source maps
|
|
267
|
-
if (path.endsWith('.map')) continue;
|
|
268
|
-
const localKey = `${key}:${path}`;
|
|
269
|
-
const localHash = serverPathState.get(localKey);
|
|
270
|
-
const globalHash = serverPathState.get(path);
|
|
271
|
-
if (localHash && localHash !== contentHash || globalHash && globalHash !== contentHash) {
|
|
272
|
-
hasChange = true;
|
|
273
|
-
serverPathState.set(localKey, contentHash);
|
|
274
|
-
serverPathState.set(path, contentHash);
|
|
275
|
-
} else {
|
|
276
|
-
if (!localHash) {
|
|
277
|
-
serverPathState.set(localKey, contentHash);
|
|
278
|
-
}
|
|
279
|
-
if (!globalHash) {
|
|
280
|
-
serverPathState.set(path, contentHash);
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
if (!hasChange) {
|
|
285
|
-
return false;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
resetFetch();
|
|
289
|
-
// Not available in:
|
|
290
|
-
// - Pages Router (no server-side HMR)
|
|
291
|
-
// - Edge Runtime (uses browser runtime which already disposes chunks individually)
|
|
292
|
-
if (typeof __next__clear_chunk_cache__ === 'function') {
|
|
293
|
-
__next__clear_chunk_cache__();
|
|
294
|
-
}
|
|
295
|
-
const serverPaths = writtenEndpoint.serverPaths.map(({ path: p })=>(0, _path.join)(distDir, p));
|
|
296
|
-
for (const file of serverPaths){
|
|
297
|
-
(0, _renderserver.clearModuleContext)(file);
|
|
298
|
-
(0, _requirecache.deleteCache)(file);
|
|
299
|
-
}
|
|
300
|
-
return true;
|
|
301
|
-
}
|
|
302
|
-
const buildingIds = new Set();
|
|
303
|
-
const startBuilding = (id, requestUrl, forceRebuild)=>{
|
|
304
|
-
if (!forceRebuild && readyIds.has(id)) {
|
|
305
|
-
return ()=>{};
|
|
306
|
-
}
|
|
307
|
-
if (buildingIds.size === 0) {
|
|
308
|
-
_store.store.setState({
|
|
309
|
-
loading: true,
|
|
310
|
-
trigger: id,
|
|
311
|
-
url: requestUrl
|
|
312
|
-
}, true);
|
|
313
|
-
}
|
|
314
|
-
buildingIds.add(id);
|
|
315
|
-
return function finishBuilding() {
|
|
316
|
-
if (buildingIds.size === 0) {
|
|
317
|
-
return;
|
|
318
|
-
}
|
|
319
|
-
readyIds.add(id);
|
|
320
|
-
buildingIds.delete(id);
|
|
321
|
-
if (buildingIds.size === 0) {
|
|
322
|
-
hmrEventHappened = false;
|
|
323
|
-
_store.store.setState({
|
|
324
|
-
loading: false
|
|
325
|
-
}, true);
|
|
326
|
-
}
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
let hmrEventHappened = false;
|
|
330
|
-
let hmrHash = 0;
|
|
331
|
-
const clientsWithoutHtmlRequestId = new Set();
|
|
332
|
-
const clientsByHtmlRequestId = new Map();
|
|
333
|
-
const cacheStatusesByHtmlRequestId = new Map();
|
|
334
|
-
const clientStates = new WeakMap();
|
|
335
|
-
function sendToClient(client, message) {
|
|
336
|
-
const data = typeof message.type === 'number' ? (0, _messages.createBinaryHmrMessageData)(message) : JSON.stringify(message);
|
|
337
|
-
client.send(data);
|
|
338
|
-
}
|
|
339
|
-
function sendEnqueuedMessages() {
|
|
340
|
-
for (const [, issueMap] of currentEntryIssues){
|
|
341
|
-
if ([
|
|
342
|
-
...issueMap.values()
|
|
343
|
-
].filter((i)=>i.severity !== 'warning').length > 0) {
|
|
344
|
-
// During compilation errors we want to delay the HMR events until errors are fixed
|
|
345
|
-
return;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
for (const client of [
|
|
349
|
-
...clientsWithoutHtmlRequestId,
|
|
350
|
-
...clientsByHtmlRequestId.values()
|
|
351
|
-
]){
|
|
352
|
-
const state = clientStates.get(client);
|
|
353
|
-
if (!state) {
|
|
354
|
-
continue;
|
|
355
|
-
}
|
|
356
|
-
for (const [, issueMap] of state.clientIssues){
|
|
357
|
-
if ([
|
|
358
|
-
...issueMap.values()
|
|
359
|
-
].filter((i)=>i.severity !== 'warning').length > 0) {
|
|
360
|
-
// During compilation errors we want to delay the HMR events until errors are fixed
|
|
361
|
-
return;
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
for (const message of state.messages.values()){
|
|
365
|
-
sendToClient(client, message);
|
|
366
|
-
}
|
|
367
|
-
state.messages.clear();
|
|
368
|
-
if (state.turbopackUpdates.length > 0) {
|
|
369
|
-
sendToClient(client, {
|
|
370
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.TURBOPACK_MESSAGE,
|
|
371
|
-
data: state.turbopackUpdates
|
|
372
|
-
});
|
|
373
|
-
state.turbopackUpdates.length = 0;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
const sendEnqueuedMessagesDebounce = (0, _utils1.debounce)(sendEnqueuedMessages, 2);
|
|
378
|
-
const sendHmr = (id, message)=>{
|
|
379
|
-
for (const client of [
|
|
380
|
-
...clientsWithoutHtmlRequestId,
|
|
381
|
-
...clientsByHtmlRequestId.values()
|
|
382
|
-
]){
|
|
383
|
-
var _clientStates_get;
|
|
384
|
-
(_clientStates_get = clientStates.get(client)) == null ? void 0 : _clientStates_get.messages.set(id, message);
|
|
385
|
-
}
|
|
386
|
-
hmrEventHappened = true;
|
|
387
|
-
sendEnqueuedMessagesDebounce();
|
|
388
|
-
};
|
|
389
|
-
function sendTurbopackMessage(payload) {
|
|
390
|
-
// TODO(PACK-2049): For some reason we end up emitting hundreds of issues messages on bigger apps,
|
|
391
|
-
// a lot of which are duplicates.
|
|
392
|
-
// They are currently not handled on the client at all, so might as well not send them for now.
|
|
393
|
-
payload.diagnostics = [];
|
|
394
|
-
payload.issues = [];
|
|
395
|
-
for (const client of [
|
|
396
|
-
...clientsWithoutHtmlRequestId,
|
|
397
|
-
...clientsByHtmlRequestId.values()
|
|
398
|
-
]){
|
|
399
|
-
var _clientStates_get;
|
|
400
|
-
(_clientStates_get = clientStates.get(client)) == null ? void 0 : _clientStates_get.turbopackUpdates.push(payload);
|
|
401
|
-
}
|
|
402
|
-
hmrEventHappened = true;
|
|
403
|
-
sendEnqueuedMessagesDebounce();
|
|
404
|
-
}
|
|
405
|
-
async function subscribeToChanges(key, includeIssues, endpoint, createMessage, onError) {
|
|
406
|
-
if (changeSubscriptions.has(key)) {
|
|
407
|
-
return;
|
|
408
|
-
}
|
|
409
|
-
const { side } = (0, _entrykey.splitEntryKey)(key);
|
|
410
|
-
const changedPromise = endpoint[`${side}Changed`](includeIssues);
|
|
411
|
-
changeSubscriptions.set(key, changedPromise);
|
|
412
|
-
try {
|
|
413
|
-
const changed = await changedPromise;
|
|
414
|
-
for await (const change of changed){
|
|
415
|
-
(0, _utils2.processIssues)(currentEntryIssues, key, change, false, true);
|
|
416
|
-
// TODO: Get an actual content hash from Turbopack.
|
|
417
|
-
const message = await createMessage(change, String(++hmrHash));
|
|
418
|
-
if (message) {
|
|
419
|
-
sendHmr(key, message);
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
} catch (e) {
|
|
423
|
-
changeSubscriptions.delete(key);
|
|
424
|
-
const payload = await (onError == null ? void 0 : onError(e));
|
|
425
|
-
if (payload) {
|
|
426
|
-
sendHmr(key, payload);
|
|
427
|
-
}
|
|
428
|
-
return;
|
|
429
|
-
}
|
|
430
|
-
changeSubscriptions.delete(key);
|
|
431
|
-
}
|
|
432
|
-
async function unsubscribeFromChanges(key) {
|
|
433
|
-
const subscription = await changeSubscriptions.get(key);
|
|
434
|
-
if (subscription) {
|
|
435
|
-
await (subscription.return == null ? void 0 : subscription.return.call(subscription));
|
|
436
|
-
changeSubscriptions.delete(key);
|
|
437
|
-
}
|
|
438
|
-
currentEntryIssues.delete(key);
|
|
439
|
-
}
|
|
440
|
-
async function subscribeToHmrEvents(client, id) {
|
|
441
|
-
const key = (0, _entrykey.getEntryKey)('assets', 'client', id);
|
|
442
|
-
if (!(0, _turbopackutils.hasEntrypointForKey)(currentEntrypoints, key, assetMapper)) {
|
|
443
|
-
// maybe throw an error / force the client to reload?
|
|
444
|
-
return;
|
|
445
|
-
}
|
|
446
|
-
const state = clientStates.get(client);
|
|
447
|
-
if (!state || state.subscriptions.has(id)) {
|
|
448
|
-
return;
|
|
449
|
-
}
|
|
450
|
-
const subscription = project.hmrEvents(id);
|
|
451
|
-
state.subscriptions.set(id, subscription);
|
|
452
|
-
// The subscription will always emit once, which is the initial
|
|
453
|
-
// computation. This is not a change, so swallow it.
|
|
454
|
-
try {
|
|
455
|
-
await subscription.next();
|
|
456
|
-
for await (const data of subscription){
|
|
457
|
-
(0, _utils2.processIssues)(state.clientIssues, key, data, false, true);
|
|
458
|
-
if (data.type !== 'issues') {
|
|
459
|
-
sendTurbopackMessage(data);
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
} catch (e) {
|
|
463
|
-
// The client might be using an HMR session from a previous server, tell them
|
|
464
|
-
// to fully reload the page to resolve the issue. We can't use
|
|
465
|
-
// `hotReloader.send` since that would force every connected client to
|
|
466
|
-
// reload, only this client is out of date.
|
|
467
|
-
const reloadMessage = {
|
|
468
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.RELOAD_PAGE,
|
|
469
|
-
data: `error in HMR event subscription for ${id}: ${e}`
|
|
470
|
-
};
|
|
471
|
-
sendToClient(client, reloadMessage);
|
|
472
|
-
client.close();
|
|
473
|
-
return;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
function unsubscribeFromHmrEvents(client, id) {
|
|
477
|
-
const state = clientStates.get(client);
|
|
478
|
-
if (!state) {
|
|
479
|
-
return;
|
|
480
|
-
}
|
|
481
|
-
const subscription = state.subscriptions.get(id);
|
|
482
|
-
subscription == null ? void 0 : subscription.return();
|
|
483
|
-
const key = (0, _entrykey.getEntryKey)('assets', 'client', id);
|
|
484
|
-
state.clientIssues.delete(key);
|
|
485
|
-
}
|
|
486
|
-
async function handleEntrypointsSubscription() {
|
|
487
|
-
for await (const entrypoints of entrypointsSubscription){
|
|
488
|
-
if (!currentEntriesHandlingResolve) {
|
|
489
|
-
currentEntriesHandling = new Promise(// eslint-disable-next-line no-loop-func
|
|
490
|
-
(resolve)=>currentEntriesHandlingResolve = resolve);
|
|
491
|
-
}
|
|
492
|
-
// Always process issues/diagnostics, even if there are no entrypoints yet
|
|
493
|
-
(0, _turbopackutils.processTopLevelIssues)(currentTopLevelIssues, entrypoints);
|
|
494
|
-
// Certain crtical issues prevent any entrypoints from being constructed so return early
|
|
495
|
-
if (!('routes' in entrypoints)) {
|
|
496
|
-
(0, _utils3.printBuildErrors)(entrypoints, true);
|
|
497
|
-
currentEntriesHandlingResolve();
|
|
498
|
-
currentEntriesHandlingResolve = undefined;
|
|
499
|
-
continue;
|
|
500
|
-
}
|
|
501
|
-
const routes = entrypoints.routes;
|
|
502
|
-
const existingRoutes = [
|
|
503
|
-
...currentEntrypoints.app.keys(),
|
|
504
|
-
...currentEntrypoints.page.keys()
|
|
505
|
-
];
|
|
506
|
-
const newRoutes = [
|
|
507
|
-
...routes.keys()
|
|
508
|
-
];
|
|
509
|
-
const addedRoutes = newRoutes.filter((route)=>!currentEntrypoints.app.has(route) && !currentEntrypoints.page.has(route));
|
|
510
|
-
const removedRoutes = existingRoutes.filter((route)=>!routes.has(route));
|
|
511
|
-
await (0, _turbopackutils.handleEntrypoints)({
|
|
512
|
-
entrypoints: entrypoints,
|
|
513
|
-
currentEntrypoints,
|
|
514
|
-
currentEntryIssues,
|
|
515
|
-
manifestLoader,
|
|
516
|
-
devRewrites: opts.fsChecker.rewrites,
|
|
517
|
-
productionRewrites: undefined,
|
|
518
|
-
logErrors: true,
|
|
519
|
-
dev: {
|
|
520
|
-
assetMapper,
|
|
521
|
-
changeSubscriptions,
|
|
522
|
-
clients: [
|
|
523
|
-
...clientsWithoutHtmlRequestId,
|
|
524
|
-
...clientsByHtmlRequestId.values()
|
|
525
|
-
],
|
|
526
|
-
clientStates,
|
|
527
|
-
serverFields,
|
|
528
|
-
hooks: {
|
|
529
|
-
handleWrittenEndpoint: (id, result, forceDeleteCache)=>{
|
|
530
|
-
currentWrittenEntrypoints.set(id, result);
|
|
531
|
-
return clearRequireCache(id, result, {
|
|
532
|
-
force: forceDeleteCache
|
|
533
|
-
});
|
|
534
|
-
},
|
|
535
|
-
propagateServerField: _setupdevbundler.propagateServerField.bind(null, opts),
|
|
536
|
-
sendHmr,
|
|
537
|
-
startBuilding,
|
|
538
|
-
subscribeToChanges,
|
|
539
|
-
unsubscribeFromChanges,
|
|
540
|
-
unsubscribeFromHmrEvents
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
});
|
|
544
|
-
// Reload matchers when the files have been compiled
|
|
545
|
-
await (0, _setupdevbundler.propagateServerField)(opts, 'reloadMatchers', undefined);
|
|
546
|
-
if (addedRoutes.length > 0 || removedRoutes.length > 0) {
|
|
547
|
-
// When the list of routes changes a new manifest should be fetched for Pages Router.
|
|
548
|
-
hotReloader.send({
|
|
549
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.DEV_PAGES_MANIFEST_UPDATE,
|
|
550
|
-
data: [
|
|
551
|
-
{
|
|
552
|
-
devPagesManifest: true
|
|
553
|
-
}
|
|
554
|
-
]
|
|
555
|
-
});
|
|
556
|
-
}
|
|
557
|
-
for (const route of addedRoutes){
|
|
558
|
-
hotReloader.send({
|
|
559
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.ADDED_PAGE,
|
|
560
|
-
data: [
|
|
561
|
-
route
|
|
562
|
-
]
|
|
563
|
-
});
|
|
564
|
-
}
|
|
565
|
-
for (const route of removedRoutes){
|
|
566
|
-
hotReloader.send({
|
|
567
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.REMOVED_PAGE,
|
|
568
|
-
data: [
|
|
569
|
-
route
|
|
570
|
-
]
|
|
571
|
-
});
|
|
572
|
-
}
|
|
573
|
-
currentEntriesHandlingResolve();
|
|
574
|
-
currentEntriesHandlingResolve = undefined;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
await (0, _promises.mkdir)((0, _path.join)(distDir, 'server'), {
|
|
578
|
-
recursive: true
|
|
579
|
-
});
|
|
580
|
-
await (0, _promises.mkdir)((0, _path.join)(distDir, 'static', buildId), {
|
|
581
|
-
recursive: true
|
|
582
|
-
});
|
|
583
|
-
await (0, _promises.writeFile)((0, _path.join)(distDir, 'package.json'), JSON.stringify({
|
|
584
|
-
type: 'commonjs'
|
|
585
|
-
}, null, 2));
|
|
586
|
-
const middlewares = [
|
|
587
|
-
(0, _middlewareturbopack.getOverlayMiddleware)({
|
|
588
|
-
project,
|
|
589
|
-
projectPath,
|
|
590
|
-
isSrcDir: opts.isSrcDir
|
|
591
|
-
}),
|
|
592
|
-
(0, _middlewareturbopack.getSourceMapMiddleware)(project),
|
|
593
|
-
(0, _getnexterrorfeedbackmiddleware.getNextErrorFeedbackMiddleware)(opts.telemetry),
|
|
594
|
-
(0, _getdevoverlayfontmiddleware.getDevOverlayFontMiddleware)(),
|
|
595
|
-
(0, _devindicatormiddleware.getDisableDevIndicatorMiddleware)(),
|
|
596
|
-
(0, _restartdevservermiddleware.getRestartDevServerMiddleware)({
|
|
597
|
-
telemetry: opts.telemetry,
|
|
598
|
-
turbopackProject: project
|
|
599
|
-
}),
|
|
600
|
-
(0, _devtoolsconfigmiddleware.devToolsConfigMiddleware)({
|
|
601
|
-
distDir,
|
|
602
|
-
sendUpdateSignal: (data)=>{
|
|
603
|
-
hotReloader.send({
|
|
604
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.DEVTOOLS_CONFIG,
|
|
605
|
-
data
|
|
606
|
-
});
|
|
607
|
-
}
|
|
608
|
-
}),
|
|
609
|
-
(0, _attachnodejsdebuggermiddleware.getAttachNodejsDebuggerMiddleware)(),
|
|
610
|
-
...nextConfig.experimental.mcpServer ? [
|
|
611
|
-
(0, _getmcpmiddleware.getMcpMiddleware)({
|
|
612
|
-
projectPath,
|
|
613
|
-
distDir,
|
|
614
|
-
nextConfig,
|
|
615
|
-
pagesDir: opts.pagesDir,
|
|
616
|
-
appDir: opts.appDir,
|
|
617
|
-
sendHmrMessage: (message)=>hotReloader.send(message),
|
|
618
|
-
getActiveConnectionCount: ()=>clientsWithoutHtmlRequestId.size + clientsByHtmlRequestId.size,
|
|
619
|
-
getDevServerUrl: ()=>process.env.__NEXT_PRIVATE_ORIGIN
|
|
620
|
-
})
|
|
621
|
-
] : []
|
|
622
|
-
];
|
|
623
|
-
(0, _formaterrors.setStackFrameResolver)(async (request)=>{
|
|
624
|
-
return (0, _middlewareturbopack.getOriginalStackFrames)({
|
|
625
|
-
project,
|
|
626
|
-
projectPath,
|
|
627
|
-
isServer: request.isServer,
|
|
628
|
-
isEdgeServer: request.isEdgeServer,
|
|
629
|
-
isAppDirectory: request.isAppDirectory,
|
|
630
|
-
frames: request.frames
|
|
631
|
-
});
|
|
632
|
-
});
|
|
633
|
-
let versionInfoCached;
|
|
634
|
-
// This fetch, even though not awaited, is not kicked off eagerly because the first `fetch()` in
|
|
635
|
-
// Node.js adds roughly 20ms main-thread blocking to load the SSL certificate cache
|
|
636
|
-
// We don't want that blocking time to be in the hot path for the `ready in` logging.
|
|
637
|
-
// Instead, the fetch is kicked off lazily when the first `getVersionInfoCached()` is called.
|
|
638
|
-
const getVersionInfoCached = ()=>{
|
|
639
|
-
if (!versionInfoCached) {
|
|
640
|
-
versionInfoCached = (0, _hotreloadersharedutils.getVersionInfo)();
|
|
641
|
-
}
|
|
642
|
-
return versionInfoCached;
|
|
643
|
-
};
|
|
644
|
-
let devtoolsFrontendUrl;
|
|
645
|
-
const inspectorURLRaw = _inspector.url();
|
|
646
|
-
if (inspectorURLRaw !== undefined) {
|
|
647
|
-
const inspectorURL = new URL(inspectorURLRaw);
|
|
648
|
-
let debugInfo;
|
|
649
|
-
try {
|
|
650
|
-
const debugInfoList = await fetch(`http://${inspectorURL.host}/json/list`).then((res)=>res.json());
|
|
651
|
-
debugInfo = debugInfoList[0];
|
|
652
|
-
} catch {}
|
|
653
|
-
if (debugInfo) {
|
|
654
|
-
devtoolsFrontendUrl = debugInfo.devtoolsFrontendUrl;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
const hotReloader = {
|
|
658
|
-
turbopackProject: project,
|
|
659
|
-
activeWebpackConfigs: undefined,
|
|
660
|
-
serverStats: null,
|
|
661
|
-
edgeServerStats: null,
|
|
662
|
-
async run (req, res, _parsedUrl) {
|
|
663
|
-
var _req_url;
|
|
664
|
-
// intercept page chunks request and ensure them with turbopack
|
|
665
|
-
if ((_req_url = req.url) == null ? void 0 : _req_url.startsWith('/_next/static/chunks/pages/')) {
|
|
666
|
-
const params = (0, _hotreloadersharedutils.matchNextPageBundleRequest)(req.url);
|
|
667
|
-
if (params) {
|
|
668
|
-
const decodedPagePath = `/${params.path.map((param)=>decodeURIComponent(param)).join('/')}`;
|
|
669
|
-
const denormalizedPagePath = (0, _denormalizepagepath.denormalizePagePath)(decodedPagePath);
|
|
670
|
-
await hotReloader.ensurePage({
|
|
671
|
-
page: denormalizedPagePath,
|
|
672
|
-
clientOnly: false,
|
|
673
|
-
definition: undefined,
|
|
674
|
-
url: req.url
|
|
675
|
-
}).catch(console.error);
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
for (const middleware of middlewares){
|
|
679
|
-
let calledNext = false;
|
|
680
|
-
await middleware(req, res, ()=>{
|
|
681
|
-
calledNext = true;
|
|
682
|
-
});
|
|
683
|
-
if (!calledNext) {
|
|
684
|
-
return {
|
|
685
|
-
finished: true
|
|
686
|
-
};
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
// Request was not finished.
|
|
690
|
-
return {
|
|
691
|
-
finished: undefined
|
|
692
|
-
};
|
|
693
|
-
},
|
|
694
|
-
// TODO: Figure out if socket type can match the NextJsHotReloaderInterface
|
|
695
|
-
onHMR (req, socket, head, onUpgrade) {
|
|
696
|
-
wsServer.handleUpgrade(req, socket, head, (client)=>{
|
|
697
|
-
const clientIssues = new Map();
|
|
698
|
-
const subscriptions = new Map();
|
|
699
|
-
const htmlRequestId = req.url ? new URL(req.url, 'http://n').searchParams.get('id') : null;
|
|
700
|
-
// Clients with a request ID are inferred App Router clients. If Cache
|
|
701
|
-
// Components is not enabled, we consider those legacy clients. Pages
|
|
702
|
-
// Router clients are also considered legacy clients. TODO: Maybe mark
|
|
703
|
-
// clients as App Router / Pages Router clients explicitly, instead of
|
|
704
|
-
// inferring it from the presence of a request ID.
|
|
705
|
-
if (htmlRequestId) {
|
|
706
|
-
clientsByHtmlRequestId.set(htmlRequestId, client);
|
|
707
|
-
const enableCacheComponents = nextConfig.cacheComponents;
|
|
708
|
-
if (enableCacheComponents) {
|
|
709
|
-
onUpgrade(client, {
|
|
710
|
-
isLegacyClient: false
|
|
711
|
-
});
|
|
712
|
-
const cacheStatus = cacheStatusesByHtmlRequestId.get(htmlRequestId);
|
|
713
|
-
if (cacheStatus !== undefined) {
|
|
714
|
-
sendToClient(client, {
|
|
715
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.CACHE_INDICATOR,
|
|
716
|
-
state: cacheStatus
|
|
717
|
-
});
|
|
718
|
-
cacheStatusesByHtmlRequestId.delete(htmlRequestId);
|
|
719
|
-
}
|
|
720
|
-
} else {
|
|
721
|
-
onUpgrade(client, {
|
|
722
|
-
isLegacyClient: true
|
|
723
|
-
});
|
|
724
|
-
}
|
|
725
|
-
(0, _debugchannel.connectReactDebugChannelForHtmlRequest)(htmlRequestId, sendToClient.bind(null, client));
|
|
726
|
-
(0, _serializederrors.sendSerializedErrorsToClientForHtmlRequest)(htmlRequestId, sendToClient.bind(null, client));
|
|
727
|
-
} else {
|
|
728
|
-
clientsWithoutHtmlRequestId.add(client);
|
|
729
|
-
onUpgrade(client, {
|
|
730
|
-
isLegacyClient: true
|
|
731
|
-
});
|
|
732
|
-
}
|
|
733
|
-
clientStates.set(client, {
|
|
734
|
-
clientIssues,
|
|
735
|
-
messages: new Map(),
|
|
736
|
-
turbopackUpdates: [],
|
|
737
|
-
subscriptions
|
|
738
|
-
});
|
|
739
|
-
client.on('close', ()=>{
|
|
740
|
-
// Remove active subscriptions
|
|
741
|
-
for (const subscription of subscriptions.values()){
|
|
742
|
-
subscription.return == null ? void 0 : subscription.return.call(subscription);
|
|
743
|
-
}
|
|
744
|
-
clientStates.delete(client);
|
|
745
|
-
if (htmlRequestId) {
|
|
746
|
-
clientsByHtmlRequestId.delete(htmlRequestId);
|
|
747
|
-
(0, _debugchannel.deleteReactDebugChannelForHtmlRequest)(htmlRequestId);
|
|
748
|
-
} else {
|
|
749
|
-
clientsWithoutHtmlRequestId.delete(client);
|
|
750
|
-
}
|
|
751
|
-
});
|
|
752
|
-
client.addEventListener('message', async ({ data })=>{
|
|
753
|
-
const parsedData = JSON.parse(typeof data !== 'string' ? data.toString() : data);
|
|
754
|
-
// Next.js messages
|
|
755
|
-
switch(parsedData.event){
|
|
756
|
-
case 'span-end':
|
|
757
|
-
{
|
|
758
|
-
hotReloaderSpan.manualTraceChild(parsedData.spanName, (0, _turbopackutils.msToNs)(parsedData.startTime), (0, _turbopackutils.msToNs)(parsedData.endTime), parsedData.attributes);
|
|
759
|
-
break;
|
|
760
|
-
}
|
|
761
|
-
case 'client-hmr-latency':
|
|
762
|
-
hotReloaderSpan.manualTraceChild(parsedData.event, (0, _turbopackutils.msToNs)(parsedData.startTime), (0, _turbopackutils.msToNs)(parsedData.endTime), {
|
|
763
|
-
updatedModules: parsedData.updatedModules,
|
|
764
|
-
page: parsedData.page,
|
|
765
|
-
isPageHidden: parsedData.isPageHidden
|
|
766
|
-
});
|
|
767
|
-
break;
|
|
768
|
-
case 'client-error':
|
|
769
|
-
case 'client-warning':
|
|
770
|
-
case 'client-success':
|
|
771
|
-
case 'server-component-reload-page':
|
|
772
|
-
case 'client-reload-page':
|
|
773
|
-
case 'client-removed-page':
|
|
774
|
-
case 'client-full-reload':
|
|
775
|
-
const { hadRuntimeError, dependencyChain } = parsedData;
|
|
776
|
-
if (hadRuntimeError) {
|
|
777
|
-
_log.warn(_messages.FAST_REFRESH_RUNTIME_RELOAD);
|
|
778
|
-
}
|
|
779
|
-
if (Array.isArray(dependencyChain) && typeof dependencyChain[0] === 'string') {
|
|
780
|
-
const cleanedModulePath = dependencyChain[0].replace(/^\[project\]/, '.').replace(/ \[.*\] \(.*\)$/, '');
|
|
781
|
-
_log.warn(`Fast Refresh had to perform a full reload when ${cleanedModulePath} changed. Read more: https://nextjs.org/docs/messages/fast-refresh-reload`);
|
|
782
|
-
}
|
|
783
|
-
break;
|
|
784
|
-
case 'client-added-page':
|
|
785
|
-
break;
|
|
786
|
-
case 'browser-logs':
|
|
787
|
-
{
|
|
788
|
-
if (nextConfig.experimental.browserDebugInfoInTerminal) {
|
|
789
|
-
await (0, _receivelogs.receiveBrowserLogsTurbopack)({
|
|
790
|
-
entries: parsedData.entries,
|
|
791
|
-
router: parsedData.router,
|
|
792
|
-
sourceType: parsedData.sourceType,
|
|
793
|
-
project,
|
|
794
|
-
projectPath,
|
|
795
|
-
distDir,
|
|
796
|
-
config: nextConfig.experimental.browserDebugInfoInTerminal
|
|
797
|
-
});
|
|
798
|
-
}
|
|
799
|
-
break;
|
|
800
|
-
}
|
|
801
|
-
case 'client-file-logs':
|
|
802
|
-
{
|
|
803
|
-
// Always log to file regardless of terminal flag
|
|
804
|
-
await (0, _receivelogs.handleClientFileLogs)(parsedData.logs);
|
|
805
|
-
break;
|
|
806
|
-
}
|
|
807
|
-
case 'ping':
|
|
808
|
-
{
|
|
809
|
-
break;
|
|
810
|
-
}
|
|
811
|
-
case 'mcp-error-state-response':
|
|
812
|
-
{
|
|
813
|
-
(0, _geterrors.handleErrorStateResponse)(parsedData.requestId, parsedData.errorState, parsedData.url);
|
|
814
|
-
break;
|
|
815
|
-
}
|
|
816
|
-
case 'mcp-page-metadata-response':
|
|
817
|
-
{
|
|
818
|
-
(0, _getpagemetadata.handlePageMetadataResponse)(parsedData.requestId, parsedData.segmentTrieData, parsedData.url);
|
|
819
|
-
break;
|
|
820
|
-
}
|
|
821
|
-
default:
|
|
822
|
-
// Might be a Turbopack message...
|
|
823
|
-
if (!parsedData.type) {
|
|
824
|
-
throw Object.defineProperty(new Error(`unrecognized HMR message "${data}"`), "__NEXT_ERROR_CODE", {
|
|
825
|
-
value: "E155",
|
|
826
|
-
enumerable: false,
|
|
827
|
-
configurable: true
|
|
828
|
-
});
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
// Turbopack messages
|
|
832
|
-
switch(parsedData.type){
|
|
833
|
-
case 'turbopack-subscribe':
|
|
834
|
-
subscribeToHmrEvents(client, parsedData.path);
|
|
835
|
-
break;
|
|
836
|
-
case 'turbopack-unsubscribe':
|
|
837
|
-
unsubscribeFromHmrEvents(client, parsedData.path);
|
|
838
|
-
break;
|
|
839
|
-
default:
|
|
840
|
-
if (!parsedData.event) {
|
|
841
|
-
throw Object.defineProperty(new Error(`unrecognized Turbopack HMR message "${data}"`), "__NEXT_ERROR_CODE", {
|
|
842
|
-
value: "E492",
|
|
843
|
-
enumerable: false,
|
|
844
|
-
configurable: true
|
|
845
|
-
});
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
});
|
|
849
|
-
const turbopackConnectedMessage = {
|
|
850
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.TURBOPACK_CONNECTED,
|
|
851
|
-
data: {
|
|
852
|
-
sessionId
|
|
853
|
-
}
|
|
854
|
-
};
|
|
855
|
-
sendToClient(client, turbopackConnectedMessage);
|
|
856
|
-
const errors = [];
|
|
857
|
-
for (const entryIssues of currentEntryIssues.values()){
|
|
858
|
-
for (const issue of entryIssues.values()){
|
|
859
|
-
if (issue.severity !== 'warning') {
|
|
860
|
-
errors.push({
|
|
861
|
-
message: (0, _utils2.formatIssue)(issue)
|
|
862
|
-
});
|
|
863
|
-
} else {
|
|
864
|
-
(0, _turbopackutils.printNonFatalIssue)(issue);
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
if (_devindicatorserverstate.devIndicatorServerState.disabledUntil < Date.now()) {
|
|
869
|
-
_devindicatorserverstate.devIndicatorServerState.disabledUntil = 0;
|
|
870
|
-
}
|
|
871
|
-
;
|
|
872
|
-
(async function() {
|
|
873
|
-
const versionInfo = await getVersionInfoCached();
|
|
874
|
-
const devToolsConfig = await (0, _devtoolsconfigmiddleware.getDevToolsConfig)(distDir);
|
|
875
|
-
const syncMessage = {
|
|
876
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.SYNC,
|
|
877
|
-
errors,
|
|
878
|
-
warnings: [],
|
|
879
|
-
hash: '',
|
|
880
|
-
versionInfo,
|
|
881
|
-
debug: {
|
|
882
|
-
devtoolsFrontendUrl
|
|
883
|
-
},
|
|
884
|
-
devIndicator: _devindicatorserverstate.devIndicatorServerState,
|
|
885
|
-
devToolsConfig
|
|
886
|
-
};
|
|
887
|
-
sendToClient(client, syncMessage);
|
|
888
|
-
})();
|
|
889
|
-
});
|
|
890
|
-
},
|
|
891
|
-
send (action) {
|
|
892
|
-
const payload = JSON.stringify(action);
|
|
893
|
-
for (const client of [
|
|
894
|
-
...clientsWithoutHtmlRequestId,
|
|
895
|
-
...clientsByHtmlRequestId.values()
|
|
896
|
-
]){
|
|
897
|
-
client.send(payload);
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
sendToLegacyClients (action) {
|
|
901
|
-
const payload = JSON.stringify(action);
|
|
902
|
-
// Clients with a request ID are inferred App Router clients. If Cache
|
|
903
|
-
// Components is not enabled, we consider those legacy clients. Pages
|
|
904
|
-
// Router clients are also considered legacy clients. TODO: Maybe mark
|
|
905
|
-
// clients as App Router / Pages Router clients explicitly, instead of
|
|
906
|
-
// inferring it from the presence of a request ID.
|
|
907
|
-
if (!nextConfig.cacheComponents) {
|
|
908
|
-
for (const client of clientsByHtmlRequestId.values()){
|
|
909
|
-
client.send(payload);
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
for (const client of clientsWithoutHtmlRequestId){
|
|
913
|
-
client.send(payload);
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
setCacheStatus (status, htmlRequestId) {
|
|
917
|
-
// Legacy clients don't have Cache Components.
|
|
918
|
-
const client = clientsByHtmlRequestId.get(htmlRequestId);
|
|
919
|
-
if (client !== undefined) {
|
|
920
|
-
sendToClient(client, {
|
|
921
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.CACHE_INDICATOR,
|
|
922
|
-
state: status
|
|
923
|
-
});
|
|
924
|
-
} else {
|
|
925
|
-
// If the client is not connected, store the status so that we can send it
|
|
926
|
-
// when the client connects.
|
|
927
|
-
cacheStatusesByHtmlRequestId.set(htmlRequestId, status);
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
setReactDebugChannel (debugChannel, htmlRequestId, requestId) {
|
|
931
|
-
const client = clientsByHtmlRequestId.get(htmlRequestId);
|
|
932
|
-
if (htmlRequestId === requestId) {
|
|
933
|
-
// The debug channel is for the HTML request.
|
|
934
|
-
if (client) {
|
|
935
|
-
// If the client is connected, we can connect the debug channel for
|
|
936
|
-
// the HTML request immediately.
|
|
937
|
-
(0, _debugchannel.connectReactDebugChannel)(htmlRequestId, debugChannel, sendToClient.bind(null, client));
|
|
938
|
-
} else {
|
|
939
|
-
// Otherwise, we'll do that when the client connects and just store
|
|
940
|
-
// the debug channel.
|
|
941
|
-
(0, _debugchannel.setReactDebugChannelForHtmlRequest)(htmlRequestId, debugChannel);
|
|
942
|
-
}
|
|
943
|
-
} else if (client) {
|
|
944
|
-
// The debug channel is for a subsequent request (e.g. client-side
|
|
945
|
-
// navigation for server function call). If the client is not connected
|
|
946
|
-
// anymore, we don't need to connect the debug channel.
|
|
947
|
-
(0, _debugchannel.connectReactDebugChannel)(requestId, debugChannel, sendToClient.bind(null, client));
|
|
948
|
-
}
|
|
949
|
-
},
|
|
950
|
-
sendErrorsToBrowser (errorsRscStream, htmlRequestId) {
|
|
951
|
-
const client = clientsByHtmlRequestId.get(htmlRequestId);
|
|
952
|
-
if (client) {
|
|
953
|
-
// If the client is connected, we can send the errors immediately.
|
|
954
|
-
(0, _serializederrors.sendSerializedErrorsToClient)(errorsRscStream, sendToClient.bind(null, client));
|
|
955
|
-
} else {
|
|
956
|
-
// Otherwise, store the errors stream so that we can send it when the
|
|
957
|
-
// client connects.
|
|
958
|
-
(0, _serializederrors.setErrorsRscStreamForHtmlRequest)(htmlRequestId, errorsRscStream);
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
setHmrServerError (_error) {
|
|
962
|
-
// Not implemented yet.
|
|
963
|
-
},
|
|
964
|
-
clearHmrServerError () {
|
|
965
|
-
// Not implemented yet.
|
|
966
|
-
},
|
|
967
|
-
async start () {},
|
|
968
|
-
async getCompilationErrors (page) {
|
|
969
|
-
const appEntryKey = (0, _entrykey.getEntryKey)('app', 'server', page);
|
|
970
|
-
const pagesEntryKey = (0, _entrykey.getEntryKey)('pages', 'server', page);
|
|
971
|
-
const topLevelIssues = currentTopLevelIssues.values();
|
|
972
|
-
const thisEntryIssues = currentEntryIssues.get(appEntryKey) ?? currentEntryIssues.get(pagesEntryKey);
|
|
973
|
-
if (thisEntryIssues !== undefined && thisEntryIssues.size > 0) {
|
|
974
|
-
// If there is an error related to the requesting page we display it instead of the first error
|
|
975
|
-
return [
|
|
976
|
-
...topLevelIssues,
|
|
977
|
-
...thisEntryIssues.values()
|
|
978
|
-
].map((issue)=>{
|
|
979
|
-
const formattedIssue = (0, _utils2.formatIssue)(issue);
|
|
980
|
-
if (issue.severity === 'warning') {
|
|
981
|
-
(0, _turbopackutils.printNonFatalIssue)(issue);
|
|
982
|
-
return null;
|
|
983
|
-
} else if ((0, _utils2.isWellKnownError)(issue)) {
|
|
984
|
-
_log.error(formattedIssue);
|
|
985
|
-
}
|
|
986
|
-
return Object.defineProperty(new Error(formattedIssue), "__NEXT_ERROR_CODE", {
|
|
987
|
-
value: "E394",
|
|
988
|
-
enumerable: false,
|
|
989
|
-
configurable: true
|
|
990
|
-
});
|
|
991
|
-
}).filter((error)=>error !== null);
|
|
992
|
-
}
|
|
993
|
-
// Otherwise, return all errors across pages
|
|
994
|
-
const errors = [];
|
|
995
|
-
for (const issue of topLevelIssues){
|
|
996
|
-
if (issue.severity !== 'warning') {
|
|
997
|
-
errors.push(Object.defineProperty(new Error((0, _utils2.formatIssue)(issue)), "__NEXT_ERROR_CODE", {
|
|
998
|
-
value: "E394",
|
|
999
|
-
enumerable: false,
|
|
1000
|
-
configurable: true
|
|
1001
|
-
}));
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
for (const entryIssues of currentEntryIssues.values()){
|
|
1005
|
-
for (const issue of entryIssues.values()){
|
|
1006
|
-
if (issue.severity !== 'warning') {
|
|
1007
|
-
const message = (0, _utils2.formatIssue)(issue);
|
|
1008
|
-
errors.push(Object.defineProperty(new Error(message), "__NEXT_ERROR_CODE", {
|
|
1009
|
-
value: "E394",
|
|
1010
|
-
enumerable: false,
|
|
1011
|
-
configurable: true
|
|
1012
|
-
}));
|
|
1013
|
-
} else {
|
|
1014
|
-
(0, _turbopackutils.printNonFatalIssue)(issue);
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
return errors;
|
|
1019
|
-
},
|
|
1020
|
-
async invalidate ({ // .env files or tsconfig/jsconfig change
|
|
1021
|
-
reloadAfterInvalidation }) {
|
|
1022
|
-
if (reloadAfterInvalidation) {
|
|
1023
|
-
for (const [key, entrypoint] of currentWrittenEntrypoints){
|
|
1024
|
-
clearRequireCache(key, entrypoint, {
|
|
1025
|
-
force: true
|
|
1026
|
-
});
|
|
1027
|
-
}
|
|
1028
|
-
await (0, _renderserver.clearAllModuleContexts)();
|
|
1029
|
-
this.send({
|
|
1030
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.SERVER_COMPONENT_CHANGES,
|
|
1031
|
-
hash: String(++hmrHash)
|
|
1032
|
-
});
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
async buildFallbackError () {
|
|
1036
|
-
// Not implemented yet.
|
|
1037
|
-
},
|
|
1038
|
-
async ensurePage ({ page: inputPage, // Unused parameters
|
|
1039
|
-
// clientOnly,
|
|
1040
|
-
appPaths, definition, isApp, url: requestUrl }) {
|
|
1041
|
-
// When there is no route definition this is an internal file not a route the user added.
|
|
1042
|
-
// Middleware and instrumentation are handled in turbpack-utils.ts handleEntrypoints instead.
|
|
1043
|
-
if (!definition) {
|
|
1044
|
-
if (inputPage === '/middleware') return;
|
|
1045
|
-
if (inputPage === '/src/middleware') return;
|
|
1046
|
-
if (inputPage === '/instrumentation') return;
|
|
1047
|
-
if (inputPage === '/src/instrumentation') return;
|
|
1048
|
-
}
|
|
1049
|
-
return hotReloaderSpan.traceChild('ensure-page', {
|
|
1050
|
-
inputPage
|
|
1051
|
-
}).traceAsyncFn(async ()=>{
|
|
1052
|
-
if (_constants.BLOCKED_PAGES.includes(inputPage) && inputPage !== '/_error') {
|
|
1053
|
-
return;
|
|
1054
|
-
}
|
|
1055
|
-
await currentEntriesHandling;
|
|
1056
|
-
// TODO We shouldn't look into the filesystem again. This should use the information from entrypoints
|
|
1057
|
-
let routeDef = definition ?? await (0, _ondemandentryhandler.findPagePathData)(projectPath, inputPage, nextConfig.pageExtensions, opts.pagesDir, opts.appDir, !!nextConfig.experimental.globalNotFound);
|
|
1058
|
-
// If the route is actually an app page route, then we should have access
|
|
1059
|
-
// to the app route definition, and therefore, the appPaths from it.
|
|
1060
|
-
if (!appPaths && definition && (0, _apppageroutedefinition.isAppPageRouteDefinition)(definition)) {
|
|
1061
|
-
appPaths = definition.appPaths;
|
|
1062
|
-
}
|
|
1063
|
-
let page = routeDef.page;
|
|
1064
|
-
if (appPaths) {
|
|
1065
|
-
const normalizedPage = (0, _apppaths.normalizeAppPath)(page);
|
|
1066
|
-
// filter out paths that are not exact matches (e.g. catchall)
|
|
1067
|
-
const matchingAppPaths = appPaths.filter((path)=>(0, _apppaths.normalizeAppPath)(path) === normalizedPage);
|
|
1068
|
-
// the last item in the array is the root page, if there are parallel routes
|
|
1069
|
-
page = matchingAppPaths[matchingAppPaths.length - 1];
|
|
1070
|
-
}
|
|
1071
|
-
const pathname = (definition == null ? void 0 : definition.pathname) ?? inputPage;
|
|
1072
|
-
if (page === '/_error') {
|
|
1073
|
-
let finishBuilding = startBuilding(pathname, requestUrl, false);
|
|
1074
|
-
try {
|
|
1075
|
-
await (0, _turbopackutils.handlePagesErrorRoute)({
|
|
1076
|
-
currentEntryIssues,
|
|
1077
|
-
entrypoints: currentEntrypoints,
|
|
1078
|
-
manifestLoader,
|
|
1079
|
-
devRewrites: opts.fsChecker.rewrites,
|
|
1080
|
-
productionRewrites: undefined,
|
|
1081
|
-
logErrors: true,
|
|
1082
|
-
hooks: {
|
|
1083
|
-
subscribeToChanges,
|
|
1084
|
-
handleWrittenEndpoint: (id, result, forceDeleteCache)=>{
|
|
1085
|
-
currentWrittenEntrypoints.set(id, result);
|
|
1086
|
-
assetMapper.setPathsForKey(id, result.clientPaths);
|
|
1087
|
-
return clearRequireCache(id, result, {
|
|
1088
|
-
force: forceDeleteCache
|
|
1089
|
-
});
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
});
|
|
1093
|
-
} finally{
|
|
1094
|
-
finishBuilding();
|
|
1095
|
-
}
|
|
1096
|
-
return;
|
|
1097
|
-
}
|
|
1098
|
-
const isInsideAppDir = routeDef.bundlePath.startsWith('app/');
|
|
1099
|
-
const isEntryMetadataRouteFile = (0, _ismetadataroute.isMetadataRouteFile)(routeDef.filename.replace(opts.appDir || '', ''), nextConfig.pageExtensions, true);
|
|
1100
|
-
const normalizedAppPage = isEntryMetadataRouteFile ? (0, _turbopackutils.normalizedPageToTurbopackStructureRoute)(page, (0, _path.extname)(routeDef.filename)) : page;
|
|
1101
|
-
const route = isInsideAppDir ? currentEntrypoints.app.get(normalizedAppPage) : currentEntrypoints.page.get(page);
|
|
1102
|
-
if (!route) {
|
|
1103
|
-
// TODO: why is this entry missing in turbopack?
|
|
1104
|
-
if (page === '/middleware') return;
|
|
1105
|
-
if (page === '/src/middleware') return;
|
|
1106
|
-
if (page === '/proxy') return;
|
|
1107
|
-
if (page === '/src/proxy') return;
|
|
1108
|
-
if (page === '/instrumentation') return;
|
|
1109
|
-
if (page === '/src/instrumentation') return;
|
|
1110
|
-
throw new _utils.PageNotFoundError(`route not found ${page}`);
|
|
1111
|
-
}
|
|
1112
|
-
// We don't throw on ensureOpts.isApp === true for page-api
|
|
1113
|
-
// since this can happen when app pages make
|
|
1114
|
-
// api requests to page API routes.
|
|
1115
|
-
if (isApp && route.type === 'page') {
|
|
1116
|
-
throw Object.defineProperty(new Error(`mis-matched route type: isApp && page for ${page}`), "__NEXT_ERROR_CODE", {
|
|
1117
|
-
value: "E373",
|
|
1118
|
-
enumerable: false,
|
|
1119
|
-
configurable: true
|
|
1120
|
-
});
|
|
1121
|
-
}
|
|
1122
|
-
const finishBuilding = startBuilding(pathname, requestUrl, false);
|
|
1123
|
-
try {
|
|
1124
|
-
await (0, _turbopackutils.handleRouteType)({
|
|
1125
|
-
dev,
|
|
1126
|
-
page,
|
|
1127
|
-
pathname,
|
|
1128
|
-
route,
|
|
1129
|
-
currentEntryIssues,
|
|
1130
|
-
entrypoints: currentEntrypoints,
|
|
1131
|
-
manifestLoader,
|
|
1132
|
-
readyIds,
|
|
1133
|
-
devRewrites: opts.fsChecker.rewrites,
|
|
1134
|
-
productionRewrites: undefined,
|
|
1135
|
-
logErrors: true,
|
|
1136
|
-
hooks: {
|
|
1137
|
-
subscribeToChanges,
|
|
1138
|
-
handleWrittenEndpoint: (id, result, forceDeleteCache)=>{
|
|
1139
|
-
currentWrittenEntrypoints.set(id, result);
|
|
1140
|
-
assetMapper.setPathsForKey(id, result.clientPaths);
|
|
1141
|
-
return clearRequireCache(id, result, {
|
|
1142
|
-
force: forceDeleteCache
|
|
1143
|
-
});
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
});
|
|
1147
|
-
} finally{
|
|
1148
|
-
finishBuilding();
|
|
1149
|
-
}
|
|
1150
|
-
});
|
|
1151
|
-
},
|
|
1152
|
-
close () {
|
|
1153
|
-
// Report MCP telemetry if MCP server is enabled
|
|
1154
|
-
(0, _mcptelemetrytracker.recordMcpTelemetry)(opts.telemetry);
|
|
1155
|
-
for (const wsClient of [
|
|
1156
|
-
...clientsWithoutHtmlRequestId,
|
|
1157
|
-
...clientsByHtmlRequestId.values()
|
|
1158
|
-
]){
|
|
1159
|
-
// it's okay to not cleanly close these websocket connections, this is dev
|
|
1160
|
-
wsClient.terminate();
|
|
1161
|
-
}
|
|
1162
|
-
clientsWithoutHtmlRequestId.clear();
|
|
1163
|
-
clientsByHtmlRequestId.clear();
|
|
1164
|
-
}
|
|
1165
|
-
};
|
|
1166
|
-
handleEntrypointsSubscription().catch((err)=>{
|
|
1167
|
-
console.error(err);
|
|
1168
|
-
process.exit(1);
|
|
1169
|
-
});
|
|
1170
|
-
// Write empty manifests
|
|
1171
|
-
await currentEntriesHandling;
|
|
1172
|
-
await manifestLoader.writeManifests({
|
|
1173
|
-
devRewrites: opts.fsChecker.rewrites,
|
|
1174
|
-
productionRewrites: undefined,
|
|
1175
|
-
entrypoints: currentEntrypoints
|
|
1176
|
-
});
|
|
1177
|
-
async function handleProjectUpdates() {
|
|
1178
|
-
for await (const updateMessage of project.updateInfoSubscribe(30)){
|
|
1179
|
-
switch(updateMessage.updateType){
|
|
1180
|
-
case 'start':
|
|
1181
|
-
{
|
|
1182
|
-
hotReloader.send({
|
|
1183
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.BUILDING
|
|
1184
|
-
});
|
|
1185
|
-
break;
|
|
1186
|
-
}
|
|
1187
|
-
case 'end':
|
|
1188
|
-
{
|
|
1189
|
-
sendEnqueuedMessages();
|
|
1190
|
-
function addToErrorsMap(errorsMap, issueMap) {
|
|
1191
|
-
for (const [key, issue] of issueMap){
|
|
1192
|
-
if (issue.severity === 'warning') continue;
|
|
1193
|
-
if (errorsMap.has(key)) continue;
|
|
1194
|
-
const message = (0, _utils2.formatIssue)(issue);
|
|
1195
|
-
errorsMap.set(key, {
|
|
1196
|
-
message,
|
|
1197
|
-
details: issue.detail ? (0, _utils2.renderStyledStringToErrorAnsi)(issue.detail) : undefined
|
|
1198
|
-
});
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
function addErrors(errorsMap, issues) {
|
|
1202
|
-
for (const issueMap of issues.values()){
|
|
1203
|
-
addToErrorsMap(errorsMap, issueMap);
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
const errors = new Map();
|
|
1207
|
-
addToErrorsMap(errors, currentTopLevelIssues);
|
|
1208
|
-
addErrors(errors, currentEntryIssues);
|
|
1209
|
-
for (const client of [
|
|
1210
|
-
...clientsWithoutHtmlRequestId,
|
|
1211
|
-
...clientsByHtmlRequestId.values()
|
|
1212
|
-
]){
|
|
1213
|
-
const state = clientStates.get(client);
|
|
1214
|
-
if (!state) {
|
|
1215
|
-
continue;
|
|
1216
|
-
}
|
|
1217
|
-
const clientErrors = new Map(errors);
|
|
1218
|
-
addErrors(clientErrors, state.clientIssues);
|
|
1219
|
-
sendToClient(client, {
|
|
1220
|
-
type: _hotreloadertypes.HMR_MESSAGE_SENT_TO_BROWSER.BUILT,
|
|
1221
|
-
hash: String(++hmrHash),
|
|
1222
|
-
errors: [
|
|
1223
|
-
...clientErrors.values()
|
|
1224
|
-
],
|
|
1225
|
-
warnings: []
|
|
1226
|
-
});
|
|
1227
|
-
}
|
|
1228
|
-
if (hmrEventHappened) {
|
|
1229
|
-
const time = updateMessage.value.duration;
|
|
1230
|
-
const timeMessage = time > 2000 ? `${Math.round(time / 100) / 10}s` : `${time}ms`;
|
|
1231
|
-
_log.event(`Compiled in ${timeMessage}`);
|
|
1232
|
-
hmrEventHappened = false;
|
|
1233
|
-
}
|
|
1234
|
-
break;
|
|
1235
|
-
}
|
|
1236
|
-
default:
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
handleProjectUpdates().catch((err)=>{
|
|
1241
|
-
console.error(err);
|
|
1242
|
-
process.exit(1);
|
|
1243
|
-
});
|
|
1244
|
-
return hotReloader;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
//# sourceMappingURL=hot-reloader-turbopack.js.map
|