withastro / adapters

Home for Astro's core maintained adapters
66 stars 37 forks source link

@astrojs/cloudflare@11.0.3 and @astrojs/cloudflare@11.0.2 break "astro dev" #343

Closed nlnw closed 2 months ago

nlnw commented 2 months ago

Astro Info

Astro throws a middleware error if you update the cloudflare package to the latest.

Describe the Bug

Astro throws a middleware error if you update the cloudflare package to the latest.

What's the expected result?

It should not throw an error.

Link to Minimal Reproducible Example

a

Participation

Fryuni commented 2 months ago

Can you provide a minimal example of a project that shows the error?

I tried creating a new project with the Cloudflare adapter v11.0.3 and astro dev is working normally. Same with updating any of my projects that use it.

alexanderniebuhr commented 2 months ago

I also tested it when developing the feature and it worked without any issues. Can you please post information about your project with npx astro info and provide a reproduction.

psmyrdek commented 2 months ago

image

Adding +1 to the thread. Downgrade to 11.0.1 is needed right now.

alexanderniebuhr commented 2 months ago

@psmyrdek can you provide a minimal reproduction?

It works for me on a new Astro project.

alexanderniebuhr commented 2 months ago

@psmyrdek @nlnw can you paste your tsconfig.json? Could it be that you have something like the following inside it?

"types": [
  "@cloudflare/workers-types/2023-07-01"
]
psmyrdek commented 2 months ago

I'll try to build repro over the weekend. And no, my tsconfig.json does not have this value inside of it.

alexanderniebuhr commented 2 months ago

Can you try to run astro dev one time, if it fails cancel the command and run it a second time. Does it show the same error on the second time you use astro dev or only on the first time?

nlnw commented 2 months ago

It's still the same error with 11.0.4.

"message": "Cannot find package \"@it-astro:when\" from

Maybe try enabling astro actions to repro. I don't have a minimal example as I use a few features from astro like sitemap, tailwind.

alexanderniebuhr commented 2 months ago

I just tried it with actions enabled, and it doesn't break on any project I have. I have at least tested 3 existing projects, as well as twice created an empty project from scratch. Also @Fryuni has tried it with multiple project and it works.

Overall we have more projects which work, and only two people reporting that it does not work. I trust you, but you need to provide an example, so we can find the root cause. Without an example of a breaking project, we can run ourselves, we can't help you. I'm not thinking we should revert those changes, if you can provide an example, I'm happy to reopen this issue.

nlnw commented 2 months ago

Can someone other than the person who authored the flimsy patch that broke everything opine on this? He's being overly defensive and not willing to look into a problem affecting production.

Where does this dependency even come from: "@it-astro:when". It's not listed in any package.json.

Fryuni commented 2 months ago

We've been asking for information about the environment where the error happened and some reproduction exactly so we can investigate. Without those, there is hardly anything more we can do.

Where does this dependency even come from: "@it-astro:when". It's not listed in any package.json.

Not all modules are dependencies. astro:content, astro:middleware and others alike are not part of the Astro dependency, those modules are generated on the fly as the dev server or the build runs.

@it-astro:when is the same, but defined by the Astro When integration, by me, which is why I am interested in knowing about where this error happens.

alexanderniebuhr commented 2 months ago

@nlnw Just to clear things up to you. I'm not overly defensive, and I'm more than willing to take a look into a problem that affects production, if you provide an reproducible example for us to investigate the error. This is how we deal with all issues in this repository and other Astro repositories. Sometimes if an issue can be reproduced without having an reproducible example, we might be able to fix the issue directly. However if the issue can not be reproduced by us, we require someone who has this issue to provide enough information and a example repository. Additionally I would like to note, that you two seem to be the only one with this issue, we haven't seen any other reports or questions about this on Discord. I advise staying on 11.0.1 and providing the necessary help, so we can understand the cause and fix it.

dreyfus92 commented 2 months ago

Hey @nlnw, I noticed your recent comments and wanted to touch base. We really appreciate the help on this issue. However, I want to remind you that we strive to maintain a positive and respectful atmosphere here.

As @alexanderniebuhr mentioned, we're committed to resolving issues that impact production, but we need reproducible examples to do so effectively. Providing the necessary environment details or an example repository will help us investigate and address the issue more quickly.

Let's focus on working together to get this resolved.

scruffymongrel commented 1 month ago

I ran into the same issue with 11.0.4. Have moved to 11.0.1 which fixed the issue.

Not sure how long it might take to make a decent repro, given that I'm running into this issue in a private monorepo, but in case it's useful, here's the output of astro dev --verbose:

pnpm astro dev --verbose
  astro:cli --verbose flag enabled! Enabling: DEBUG="astro:*,vite:*" +0ms
  astro:cli Tip: Set the DEBUG env variable directly for more control. Example: "DEBUG=astro:*,vite:* astro build". +0ms
  astro:telemetry [notify] last notified on 1719818496843 +0ms
  astro:telemetry {
  astro:telemetry   context: {
  astro:telemetry     isGit: true,
  astro:telemetry     anonymousProjectId: '00260b9d510d2a1e0f43e8c3dbbf22819e850a17b896e07a89d49231878a5d65',
  astro:telemetry     packageManager: 'pnpm',
  astro:telemetry     packageManagerVersion: '9.6.0',
  astro:telemetry     anonymousId: 'f9cff5b1ac19ef0db52e4ef4ecea93645ae78573182f6a4a7a3de203a4819da8',
  astro:telemetry     anonymousSessionId: '1d148f8fed03be404c9ac29a90ba733fa2d2a1bdd9e76890aedac810b0ad2f4f'
  astro:telemetry   },
  astro:telemetry   meta: {
  astro:telemetry     nodeVersion: '22.1.0',
  astro:telemetry     viteVersion: '5.4.2',
  astro:telemetry     astroVersion: '4.14.5',
  astro:telemetry     systemPlatform: 'darwin',
  astro:telemetry     systemRelease: '23.5.0',
  astro:telemetry     systemArchitecture: 'arm64',
  astro:telemetry     cpuCount: 8,
  astro:telemetry     cpuModel: 'Apple M2',
  astro:telemetry     cpuSpeed: 2400,
  astro:telemetry     memoryInMb: 16384,
  astro:telemetry     isDocker: false,
  astro:telemetry     isTTY: true,
  astro:telemetry     isWSL: false,
  astro:telemetry     isCI: false,
  astro:telemetry     ciName: null
  astro:telemetry   }
  astro:telemetry } +864ms
  astro:telemetry [
  astro:telemetry   {
  astro:telemetry     "eventName": "ASTRO_CLI_SESSION_STARTED",
  astro:telemetry     "payload": {
  astro:telemetry       "cliCommand": "dev",
  astro:telemetry       "config": {
  astro:telemetry         "output": "server",
  astro:telemetry         "adapter": "@astrojs/cloudflare",
  astro:telemetry         "integrations": [
  astro:telemetry           "@astrojs/react"
  astro:telemetry         ],
  astro:telemetry         "build": {},
  astro:telemetry         "server": true,
  astro:telemetry         "image": {},
  astro:telemetry         "markdown": {},
  astro:telemetry         "experimental": {},
  astro:telemetry         "legacy": {}
  astro:telemetry       }
  astro:telemetry     }
  astro:telemetry   }
  astro:telemetry ] +1ms
  astro:middleware The integration @astrojs/cloudflare has added middleware that runs before any application middleware you define. +0ms
14:38:39 [WARN] The currently selected adapter `@astrojs/cloudflare` is not compatible with the image service "Sharp".
14:38:39 [WARN] [config] The adapter @astrojs/cloudflare provides experimental support for "astro:env getSecret". You may experience issues or breaking changes until this feature is fully supported by the adapter.
14:38:39 [types] Generated 1ms
  vite:config using resolved config: {
  vite:config   configFile: undefined,
  vite:config   cacheDir: '/Users/REDACTED-PATH/apps/marketing/node_modules/.vite',
  vite:config   clearScreen: false,
  vite:config   customLogger: {
  vite:config     hasWarned: false,
  vite:config     info: [Function: info],
  vite:config     warn: [Function: warn],
  vite:config     warnOnce: [Function: warnOnce],
  vite:config     error: [Function: error],
  vite:config     clearScreen: [Function: clearScreen],
  vite:config     hasErrorLogged: [Function: hasErrorLogged]
  vite:config   },
  vite:config   appType: 'custom',
  vite:config   optimizeDeps: {
  vite:config     holdUntilCrawlEnd: true,
  vite:config     entries: [
  vite:config       '/Users/REDACTED-PATH/apps/marketing/src/**/*.{jsx,tsx,vue,svelte,html,astro}',
  vite:config       '/Users/REDACTED-PATH/apps/marketing/src/**/*.{jsx,tsx,vue,svelte,html,astro}'
  vite:config     ],
  vite:config     exclude: [
  vite:config       'astro',
  vite:config       'node-fetch',
  vite:config       '@astrojs/react/server.js',
  vite:config       'astro',
  vite:config       'node-fetch',
  vite:config       '@astrojs/react/server.js'
  vite:config     ],
  vite:config     include: [
  vite:config       '@astrojs/react/client.js',
  vite:config       'react',
  vite:config       'react/jsx-runtime',
  vite:config       'react/jsx-dev-runtime',
  vite:config       'react-dom',
  vite:config       '@astrojs/react/client.js',
  vite:config       'react',
  vite:config       'react/jsx-dev-runtime',
  vite:config       'react/jsx-runtime',
  vite:config       '@astrojs/react/client.js',
  vite:config       'react',
  vite:config       'react/jsx-runtime',
  vite:config       'react/jsx-dev-runtime',
  vite:config       'react-dom',
  vite:config       '@astrojs/react/client.js',
  vite:config       'react',
  vite:config       'react/jsx-dev-runtime',
  vite:config       'react/jsx-runtime',
  vite:config       'astro > cssesc',
  vite:config       'astro > aria-query',
  vite:config       'astro > axobject-query'
  vite:config     ],
  vite:config     esbuildOptions: { preserveSymlinks: false, jsx: 'automatic' }
  vite:config   },
  vite:config   plugins: [
  vite:config     'vite:optimized-deps',
  vite:config     'vite:watch-package-data',
  vite:config     'vite:pre-alias',
  vite:config     'alias',
  vite:config     'astro:build',
  vite:config     'astro:markdown',
  vite:config     'astro:jsx',
  vite:config     'astro:head-metadata',
  vite:config     'astro-content-virtual-mod-plugin',
  vite:config     'astro:content-asset-propagation',
  vite:config     'astro:assets:esm',
  vite:config     'astro:i18n',
  vite:config     'astro:container',
  vite:config     'vite:react-babel',
  vite:config     'vite:react-refresh',
  vite:config     'vite:cf-module-loader',
  vite:config     'vite:modulepreload-polyfill',
  vite:config     'vite:resolve',
  vite:config     'vite:html-inline-proxy',
  vite:config     'vite:css',
  vite:config     'vite:esbuild',
  vite:config     'vite:json',
  vite:config     'vite:wasm-helper',
  vite:config     'vite:worker',
  vite:config     'vite:asset',
  vite:config     'astro:build:normal',
  vite:config     'astro:scripts',
  vite:config     'astro:server',
  vite:config     'astro:html',
  vite:config     'astro:postprocess',
  vite:config     'astro:integration-container',
  vite:config     'astro:content-imports',
  vite:config     '@astro/plugin-middleware',
  vite:config     'astro:assets',
  vite:config     'astro:prefetch',
  vite:config     'astro:transitions',
  vite:config     'astro:dev-toolbar',
  vite:config     'astro:vite-plugin-file-url',
  vite:config     '@astrojs/react:opts',
  vite:config     '@inox-tools/astro-when',
  vite:config     'vite:wasm-fallback',
  vite:config     'astro:vite-plugin-env',
  vite:config     'vite:define',
  vite:config     'vite:css-post',
  vite:config     'vite:worker-import-meta-url',
  vite:config     'vite:asset-import-meta-url',
  vite:config     'vite:dynamic-import-vars',
  vite:config     'vite:import-glob',
  vite:config     'astro:tsconfig-alias',
  vite:config     'astro:scripts:page-ssr',
  vite:config     'astro:scanner',
  vite:config     '@astrojs/vite-plugin-astro-ssr-manifest',
  vite:config     'vite:client-inject',
  vite:config     'vite:css-analysis',
  vite:config     'vite:import-analysis'
  vite:config   ],
  vite:config   publicDir: '/Users/REDACTED-PATH/apps/marketing/public',
  vite:config   root: '/Users/REDACTED-PATH/apps/marketing',
  vite:config   envPrefix: 'PUBLIC_',
  vite:config   define: {
  vite:config     'import.meta.env.SITE': 'undefined',
  vite:config     'import.meta.env.BASE_URL': '"/"',
  vite:config     'import.meta.env.ASSETS_PREFIX': 'undefined',
  vite:config     __ASTRO_INTERNAL_I18N_CONFIG__: '{"base":"/","format":"directory","trailingSlash":"ignore","isBuild":false}'
  vite:config   },
  vite:config   server: {
  vite:config     preTransformRequests: true,
  vite:config     hmr: undefined,
  vite:config     watch: { ignored: undefined },
  vite:config     host: false,
  vite:config     open: false,
  vite:config     sourcemapIgnoreList: [Function: isInNodeModules$1],
  vite:config     middlewareMode: false,
  vite:config     fs: {
  vite:config       strict: true,
  vite:config       allow: [Array],
  vite:config       deny: [Array],
  vite:config       cachedChecks: undefined
  vite:config     }
  vite:config   },
  vite:config   resolve: {
  vite:config     mainFields: [ 'browser', 'module', 'jsnext:main', 'jsnext' ],
  vite:config     conditions: [ 'astro', 'astro' ],
  vite:config     extensions: [
  vite:config       '.mjs',  '.js',
  vite:config       '.mts',  '.ts',
  vite:config       '.jsx',  '.tsx',
  vite:config       '.json'
  vite:config     ],
  vite:config     dedupe: [
  vite:config       'astro',
  vite:config       'react',
  vite:config       'react-dom',
  vite:config       'react-dom/server',
  vite:config       'react',
  vite:config       'react-dom',
  vite:config       'astro',
  vite:config       'react',
  vite:config       'react-dom',
  vite:config       'react-dom/server',
  vite:config       'react',
  vite:config       'react-dom'
  vite:config     ],
  vite:config     preserveSymlinks: false,
  vite:config     alias: [
  vite:config       [Object], [Object],
  vite:config       [Object], [Object],
  vite:config       [Object], [Object],
  vite:config       [Object], [Object],
  vite:config       [Object], [Object]
  vite:config     ]
  vite:config   },
  vite:config   ssr: {
  vite:config     target: 'node',
  vite:config     noExternal: [
  vite:config       'astro',
  vite:config       'astro/components',
  vite:config       '@nanostores/preact',
  vite:config       '@fontsource/*',
  vite:config       '@mui/material',
  vite:config       '@mui/base',
  vite:config       '@babel/runtime',
  vite:config       'use-immer',
  vite:config       '@material-tailwind/react',
  vite:config       'astro',
  vite:config       'astro/components',
  vite:config       '@nanostores/preact',
  vite:config       '@fontsource/*',
  vite:config       '@mui/material',
  vite:config       '@mui/base',
  vite:config       '@babel/runtime',
  vite:config       'use-immer',
  vite:config       '@material-tailwind/react'
  vite:config     ],
  vite:config     external: [
  vite:config       'prismjs/components/index.js',
  vite:config       'string-width',
  vite:config       'react-dom/server',
  vite:config       'react-dom/client',
  vite:config       'prismjs/components/index.js',
  vite:config       'string-width',
  vite:config       'react-dom/server',
  vite:config       'react-dom/client'
  vite:config     ],
  vite:config     optimizeDeps: { noDiscovery: true, esbuildOptions: [Object] }
  vite:config   },
  vite:config   build: {
  vite:config     target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
  vite:config     cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
  vite:config     outDir: 'dist',
  vite:config     assetsDir: '_astro',
  vite:config     assetsInlineLimit: 4096,
  vite:config     cssCodeSplit: true,
  vite:config     sourcemap: false,
  vite:config     rollupOptions: { onwarn: [Function: onwarn], external: [Array] },
  vite:config     minify: 'esbuild',
  vite:config     terserOptions: {},
  vite:config     write: true,
  vite:config     emptyOutDir: null,
  vite:config     copyPublicDir: true,
  vite:config     manifest: false,
  vite:config     lib: false,
  vite:config     ssr: false,
  vite:config     ssrManifest: false,
  vite:config     ssrEmitAssets: false,
  vite:config     reportCompressedSize: true,
  vite:config     chunkSizeWarningLimit: 500,
  vite:config     watch: null,
  vite:config     commonjsOptions: { include: [Array], extensions: [Array] },
  vite:config     dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] },
  vite:config     modulePreload: { polyfill: true },
  vite:config     cssMinify: true
  vite:config   },
  vite:config   mode: 'development',
  vite:config   esbuild: { jsxDev: true, jsx: 'automatic', jsxImportSource: undefined },
  vite:config   assetsInclude: [Function: assetsInclude],
  vite:config   configFileDependencies: [],
  vite:config   inlineConfig: {
  vite:config     configFile: false,
  vite:config     cacheDir: '/Users/REDACTED-PATH/apps/marketing/node_modules/.vite/',
  vite:config     clearScreen: false,
  vite:config     customLogger: {
  vite:config       hasWarned: false,
  vite:config       info: [Function: info],
  vite:config       warn: [Function: warn],
  vite:config       warnOnce: [Function: warnOnce],
  vite:config       error: [Function: error],
  vite:config       clearScreen: [Function: clearScreen],
  vite:config       hasErrorLogged: [Function: hasErrorLogged]
  vite:config     },
  vite:config     appType: 'custom',
  vite:config     optimizeDeps: { entries: [Array], exclude: [Array], include: [Array] },
  vite:config     plugins: [
  vite:config       [Object],  false,    [Array],
  vite:config       [Object],  [Object], [Object],
  vite:config       undefined, [Object], [Object],
  vite:config       [Object],  [Object], [Object],
  vite:config       [Object],  [Object], [Object],
  vite:config       [Object],  [Array],  [Object],
  vite:config       [Object],  [Object], [Array],
  vite:config       [Object],  [Object], [Object],
  vite:config       [Object],  [Object], false,
  vite:config       [Object],  [Object], [Object],
  vite:config       [Object],  [Object], [Object]
  vite:config     ],
  vite:config     publicDir: '/Users/REDACTED-PATH/apps/marketing/public/',
  vite:config     root: '/Users/REDACTED-PATH/apps/marketing/',
  vite:config     envPrefix: 'PUBLIC_',
  vite:config     define: {
  vite:config       'import.meta.env.SITE': 'undefined',
  vite:config       'import.meta.env.BASE_URL': '"/"',
  vite:config       'import.meta.env.ASSETS_PREFIX': 'undefined'
  vite:config     },
  vite:config     server: { hmr: undefined, watch: [Object], host: false, open: false },
  vite:config     resolve: { alias: [Array], conditions: [Array], dedupe: [Array] },
  vite:config     ssr: { noExternal: [Array], external: [Array] },
  vite:config     build: { assetsDir: '_astro' },
  vite:config     mode: 'development'
  vite:config   },
  vite:config   base: '/',
  vite:config   decodedBase: '/',
  vite:config   rawBase: '/',
  vite:config   command: 'serve',
  vite:config   isWorker: false,
  vite:config   mainConfig: null,
  vite:config   bundleChain: [],
  vite:config   isProduction: false,
  vite:config   css: { lightningcss: undefined },
  vite:config   preview: {
  vite:config     port: undefined,
  vite:config     strictPort: undefined,
  vite:config     host: false,
  vite:config     https: undefined,
  vite:config     open: false,
  vite:config     proxy: undefined,
  vite:config     cors: undefined,
  vite:config     headers: undefined
  vite:config   },
  vite:config   envDir: '/Users/REDACTED-PATH/apps/marketing',
  vite:config   env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false },
  vite:config   logger: {
  vite:config     hasWarned: false,
  vite:config     info: [Function: info],
  vite:config     warn: [Function: warn],
  vite:config     warnOnce: [Function: warnOnce],
  vite:config     error: [Function: error],
  vite:config     clearScreen: [Function: clearScreen],
  vite:config     hasErrorLogged: [Function: hasErrorLogged]
  vite:config   },
  vite:config   packageCache: Map(1) {
  vite:config     'fnpd_/Users/REDACTED-PATH/apps/marketing' => {
  vite:config       dir: '/Users/REDACTED-PATH/apps/marketing',
  vite:config       data: [Object],
  vite:config       hasSideEffects: [Function: hasSideEffects],
  vite:config       webResolvedImports: {},
  vite:config       nodeResolvedImports: {},
  vite:config       setResolvedCache: [Function: setResolvedCache],
  vite:config       getResolvedCache: [Function: getResolvedCache]
  vite:config     },
  vite:config     set: [Function (anonymous)]
  vite:config   },
  vite:config   createResolver: [Function (anonymous)],
  vite:config   worker: { format: 'iife', plugins: '() => plugins', rollupOptions: {} },
  vite:config   experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false },
  vite:config   getSortedPlugins: [Function: getSortedPlugins],
  vite:config   getSortedPluginHooks: [Function: getSortedPluginHooks]
  vite:config } +0ms
  vite:resolve 1.70ms astro/assets/endpoint/node -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/assets/endpoint/node.js +0ms
  vite:deps Hash is consistent. Skipping. Use --force to override. +0ms

 astro  v4.14.5 ready in 539 ms

┃ Local    http://localhost:1112/
┃ Network  use --host to expose

14:38:39 watching for file changes...
  vite:time 0.77ms / +0ms
  vite:resolve 3.41ms @astrojs/react/server.js -> /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/server.js +11s
  vite:load 14.75ms [fs] @astrojs/react/server.js +0ms
  vite:resolve 0.61ms ./context.js -> /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/context.js +36ms
  vite:resolve 0.67ms ./static-html.js -> /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/static-html.js +0ms
  vite:resolve 0.71ms ./vnode-children.js -> /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/vnode-children.js +0ms
  vite:resolve 2.09ms astro:react:opts -> astro:react:opts +1ms
  vite:resolve 0.77ms astro:react:opts -> null +1ms
  vite:import-analysis 13.58ms [4 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/server.js +0ms
  vite:transform 20.83ms @astrojs/react/server.js +0ms
  vite:load 0.06ms [plugin] astro:react:opts +23ms
  vite:import-analysis 0.03ms [no imports] astro:react:opts +1ms
  vite:transform 0.34ms astro:react:opts +1ms
  vite:load 3.87ms [fs] ../../node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/context.js +2ms
  vite:import-analysis 0.15ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/context.js +3ms
  vite:transform 0.47ms ../../node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/context.js +3ms
  vite:load 5.11ms [fs] ../../node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/static-html.js +2ms
  vite:import-analysis 0.09ms [0 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/static-html.js +1ms
  vite:transform 0.31ms ../../node_modules/.pnpm/@astrojs+react@3.6.2_@types+react-dom@18.3.0_@types+react@18.3.4_react-dom@18.3.1_react@18.3._y44g7botxesnowwqt3cgupw4s4/node_modules/@astrojs/react/static-html.js +1ms
  vite:load 3.21ms [fs] src/pages/index.astro +111ms
  vite:resolve 0.23ms astro/compiler-runtime -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/compiler/index.js +275ms
  vite:import-analysis 1.23ms [1 imports rewritten] src/pages/index.astro +269ms
  vite:transform 158.38ms src/pages/index.astro +269ms
  vite:load 2.66ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/compiler/index.js +161ms
  vite:resolve 0.09ms ../server/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +4ms
  vite:import-analysis 0.42ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/compiler/index.js +4ms
  vite:transform 0.62ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/compiler/index.js +4ms
  vite:load 1.98ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +3ms
  vite:resolve 0.52ms ./astro-component.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-component.js +3ms
  vite:resolve 0.55ms ./astro-global.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-global.js +0ms
  vite:resolve 0.56ms ./endpoint.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/endpoint.js +0ms
  vite:resolve 0.57ms ./escape.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:resolve 0.58ms ./jsx.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/jsx.js +0ms
  vite:resolve 0.59ms ./render/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/index.js +0ms
  vite:resolve 0.60ms ./transition.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +0ms
  vite:import-analysis 2.14ms [7 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +4ms
  vite:transform 2.36ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +4ms
  vite:load 3.73ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-component.js +6ms
  vite:resolve 0.08ms ../../core/errors/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +6ms
  vite:import-analysis 0.63ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-component.js +5ms
  vite:transform 0.98ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-component.js +5ms
  vite:load 5.32ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-global.js +2ms
  vite:resolve 0.12ms ../../core/constants.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +2ms
  vite:import-analysis 0.41ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-global.js +2ms
  vite:transform 1.10ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-global.js +2ms
  vite:load 6.69ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +1ms
  vite:resolve 0.06ms ./util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +2ms
  vite:import-analysis 1.65ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +2ms
  vite:transform 1.99ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +3ms
  vite:load 8.99ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/endpoint.js +3ms
  vite:resolve 0.17ms ../../core/errors/errors-data.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +2ms
  vite:resolve 0.19ms ../../core/errors/errors.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors.js +0ms
  vite:import-analysis 1.74ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/endpoint.js +3ms
  vite:transform 1.88ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/endpoint.js +2ms
  vite:load 13.78ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +5ms
  vite:resolve 0.10ms ../../transitions/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/transitions/index.js +5ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:import-analysis 1.28ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +4ms
  vite:transform 1.42ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +4ms
  vite:load 15.48ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/jsx.js +1ms
  vite:resolve 0.16ms ../../jsx-runtime/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/jsx-runtime/index.js +1ms
  vite:resolve 0.18ms ./index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +0ms
  vite:resolve 0.19ms ./render/component.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/component.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +1ms
  vite:import-analysis 0.51ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/jsx.js +1ms
  vite:transform 0.65ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/jsx.js +1ms
  vite:load 16.47ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/index.js +1ms
  vite:resolve 0.44ms ./astro/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/index.js +1ms
  vite:resolve 0.46ms ./common.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:resolve 0.47ms ./component.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/component.js +0ms
  vite:resolve 0.47ms ./script.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/script.js +0ms
  vite:resolve 0.48ms ./dom.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/dom.js +0ms
  vite:resolve 0.49ms ./head.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/head.js +0ms
  vite:resolve 0.54ms ./page.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/page.js +0ms
  vite:resolve 0.55ms ./slot.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +0ms
  vite:resolve 0.56ms ./tags.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/tags.js +0ms
  vite:resolve 0.57ms ./util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +0ms
  vite:import-analysis 1.71ms [10 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/index.js +2ms
  vite:transform 1.87ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/index.js +2ms
  vite:load 45.21ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +38ms
  vite:import-analysis 0.06ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +37ms
  vite:transform 1.19ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +37ms
  vite:load 51.08ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +2ms
  vite:resolve 0.42ms ./errors-data.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +40ms
  vite:resolve 0.49ms ./errors.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors.js +1ms
  vite:resolve 0.53ms ./printer.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/printer.js +0ms
  vite:resolve 0.55ms ./utils.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/utils.js +0ms
  vite:resolve 0.57ms ./zod-error-map.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/zod-error-map.js +0ms
  vite:import-analysis 2.12ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +4ms
  vite:transform 2.98ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +4ms
  vite:load 48.93ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors.js +4ms
  vite:import-analysis 0.25ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors.js +2ms
  vite:transform 1.74ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors.js +3ms
  vite:load 55.25ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +2ms
  vite:import-analysis 0.02ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +1ms
  vite:transform 0.15ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +0ms
  vite:load 51.04ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +0ms
  vite:import-analysis 0.23ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +4ms
  vite:transform 4.62ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +4ms
  vite:load 54.30ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/transitions/index.js +7ms
  vite:resolve 0.10ms ../runtime/server/transition.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +12ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/transition.js +54ms
  vite:import-analysis 0.28ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/transitions/index.js +4ms
  vite:transform 0.47ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/transitions/index.js +4ms
  vite:load 53.95ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/component.js +1ms
  vite:resolve 1.54ms ./instruction.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/instruction.js +3ms
  vite:resolve 1.56ms ../../../core/errors/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +0ms
  vite:resolve 1.59ms ../escape.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:resolve 1.63ms ../hydration.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/hydration.js +0ms
  vite:resolve 1.64ms ../serialize.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/serialize.js +0ms
  vite:resolve 1.65ms ../shorthash.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/shorthash.js +0ms
  vite:resolve 1.66ms ../util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +0ms
  vite:resolve 1.67ms ./astro/factory.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/factory.js +0ms
  vite:resolve 1.70ms ./astro/instance.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/instance.js +0ms
  vite:resolve 1.71ms ./server-islands.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/server-islands.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +4ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +0ms
  vite:import-analysis 3.96ms [16 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/component.js +4ms
  vite:transform 4.14ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/component.js +4ms
  vite:load 59.01ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/jsx-runtime/index.js +5ms
  vite:resolve 0.07ms ../runtime/server/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +2ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/index.js +2ms
  vite:import-analysis 0.32ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/jsx-runtime/index.js +2ms
  vite:transform 0.52ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/jsx-runtime/index.js +2ms
  vite:load 57.20ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +1ms
  vite:resolve 0.30ms ../scripts.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/scripts.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:import-analysis 0.64ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:transform 0.76ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:load 58.54ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/script.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +2ms
  vite:import-analysis 0.40ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/script.js +2ms
  vite:transform 0.59ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/script.js +2ms
  vite:load 59.20ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/dom.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:import-analysis 0.30ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/dom.js +0ms
  vite:transform 0.39ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/dom.js +0ms
  vite:load 59.63ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/page.js +0ms
  vite:resolve 0.23ms ./astro/render.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render.js +3ms
  vite:import-analysis 0.49ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/page.js +1ms
  vite:transform 0.66ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/page.js +1ms
  vite:load 60.49ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/head.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +1ms
  vite:import-analysis 0.32ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/head.js +0ms
  vite:transform 0.44ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/head.js +0ms
  vite:load 60.99ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +1ms
  vite:import-analysis 0.19ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +1ms
  vite:transform 0.28ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +1ms
  vite:load 61.43ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/index.js +1ms
  vite:resolve 0.22ms ./factory.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/factory.js +1ms
  vite:resolve 0.23ms ./head-and-content.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/head-and-content.js +0ms
  vite:resolve 0.24ms ./instance.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/instance.js +0ms
  vite:resolve 0.25ms ./render-template.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render-template.js +0ms
  vite:resolve 0.26ms ./render.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render.js +0ms
  vite:import-analysis 0.55ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/index.js +1ms
  vite:transform 0.64ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/index.js +1ms
  vite:load 62.35ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/tags.js +1ms
  vite:import-analysis 0.11ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/tags.js +0ms
  vite:transform 0.20ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/tags.js +0ms
  vite:load 62.61ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +0ms
  vite:resolve 0.17ms ./astro/render-template.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render-template.js +2ms
  vite:resolve 0.18ms ./any.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/any.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +2ms
  vite:import-analysis 0.45ms [4 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +1ms
  vite:transform 0.55ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +1ms
  vite:load 43.05ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/utils.js +21ms
  vite:import-analysis 0.19ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/utils.js +21ms
  vite:transform 0.66ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/utils.js +21ms
  vite:load 44.01ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/zod-error-map.js +1ms
  vite:import-analysis 0.03ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/zod-error-map.js +1ms
  vite:transform 0.23ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/zod-error-map.js +1ms
  vite:load 45.01ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/printer.js +1ms
  vite:import-analysis 0.55ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/printer.js +2ms
  vite:transform 1.22ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/printer.js +2ms
  vite:load 33.26ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/hydration.js +4ms
  vite:resolve 0.27ms ./serialize.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/serialize.js +27ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +27ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:import-analysis 0.79ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/hydration.js +3ms
  vite:transform 1.25ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/hydration.js +3ms
  vite:load 34.62ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/instance.js +1ms
  vite:resolve 0.23ms ../../util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +1ms
  vite:resolve 0.24ms ../any.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/any.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +1ms
  vite:import-analysis 0.77ms [4 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/instance.js +2ms
  vite:transform 1.49ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/instance.js +2ms
  vite:load 36.32ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/serialize.js +2ms
  vite:import-analysis 0.03ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/serialize.js +0ms
  vite:transform 0.22ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/serialize.js +0ms
  vite:load 36.76ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/instruction.js +0ms
  vite:import-analysis 0.01ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/instruction.js +0ms
  vite:transform 0.16ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/instruction.js +0ms
  vite:load 36.98ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/factory.js +0ms
  vite:import-analysis 0.01ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/factory.js +1ms
  vite:transform 0.20ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/factory.js +1ms
  vite:load 42.25ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/server-islands.js +6ms
  vite:resolve 0.20ms ../../../core/encryption.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/encryption.js +7ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +7ms
  vite:import-analysis 0.60ms [3 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/server-islands.js +6ms
  vite:transform 0.78ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/server-islands.js +6ms
  vite:load 41.45ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/scripts.js +1ms
  vite:resolve 0.14ms ./astro-island.prebuilt-dev.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt-dev.js +1ms
  vite:resolve 0.15ms ./astro-island.prebuilt.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt.js +0ms
  vite:import-analysis 0.57ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/scripts.js +1ms
  vite:transform 0.75ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/scripts.js +1ms
  vite:load 44.66ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/shorthash.js +1ms
  vite:import-analysis 0.02ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/shorthash.js +0ms
  vite:transform 0.15ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/shorthash.js +0ms
  vite:load 38.80ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/head-and-content.js +0ms
  vite:import-analysis 0.01ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/head-and-content.js +1ms
  vite:transform 0.14ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/head-and-content.js +1ms
  vite:load 40.95ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render.js +1ms
  vite:resolve 0.31ms ../../../../core/errors/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +2ms
  vite:resolve 0.32ms ../common.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:resolve 0.33ms ../util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +4ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +0ms
  vite:import-analysis 0.75ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render.js +1ms
  vite:transform 0.90ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render.js +1ms
  vite:load 40.16ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render-template.js +1ms
  vite:resolve 0.27ms ../../escape.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +0ms
  vite:import-analysis 1.28ms [4 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render-template.js +1ms
  vite:transform 1.53ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/render-template.js +1ms
  vite:load 40.60ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/any.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/escape.js +2ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/util.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/astro/index.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/common.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/slot.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/util.js +0ms
  vite:import-analysis 0.80ms [6 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/any.js +2ms
  vite:transform 1.13ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/render/any.js +2ms
  vite:load 19.79ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/encryption.js +16ms
  vite:import-analysis 1.01ms [0 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/encryption.js +16ms
  vite:transform 1.83ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/encryption.js +16ms
  vite:load 20.83ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt-dev.js +2ms
  vite:import-analysis 0.02ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt-dev.js +0ms
  vite:transform 0.17ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt-dev.js +0ms
  vite:load 21.07ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt.js +0ms
  vite:import-analysis 0.02ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt.js +0ms
  vite:transform 0.11ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/runtime/server/astro-island.prebuilt.js +0ms
  vite:resolve 0.19ms /Users/REDACTED-PATH/apps/marketing/src/middleware -> null +25ms
  vite:load 0.08ms [plugin] astro-internal:middleware +6ms
  vite:resolve 0.19ms astro/virtual-modules/middleware.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/virtual-modules/middleware.js +1ms
  vite:resolve 0.75ms astro:middleware -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/virtual-modules/middleware.js +0ms
  vite:import-analysis 0.92ms [1 imports rewritten] astro-internal:middleware +7ms
  vite:transform 1.02ms astro-internal:middleware +7ms
  vite:load 1.85ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/virtual-modules/middleware.js +3ms
  vite:resolve 0.07ms ../core/middleware/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +2ms
  vite:import-analysis 0.26ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/virtual-modules/middleware.js +2ms
  vite:transform 0.38ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/virtual-modules/middleware.js +2ms
  vite:load 0.91ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +1ms
  vite:resolve 0.24ms ../../actions/utils.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/utils.js +2ms
  vite:resolve 0.25ms ../../i18n/utils.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/utils.js +0ms
  vite:resolve 0.26ms ../constants.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +0ms
  vite:resolve 0.26ms ../cookies/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/index.js +0ms
  vite:resolve 2.71ms ../errors/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +2ms
  vite:resolve 2.73ms ./sequence.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/sequence.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +30ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +0ms
  vite:import-analysis 3.44ms [6 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +5ms
  vite:transform 3.63ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +5ms
  vite:load 1.79ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/sequence.js +6ms
  vite:resolve 0.11ms ../cookies/cookies.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/cookies.js +4ms
  vite:resolve 0.13ms ./index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/index.js +3ms
  vite:import-analysis 0.35ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/sequence.js +3ms
  vite:transform 0.47ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/sequence.js +3ms
  vite:load 3.02ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/utils.js +1ms
  vite:resolve 0.12ms ./runtime/utils.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/utils.js +1ms
  vite:resolve 0.14ms ./runtime/virtual/shared.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/virtual/shared.js +0ms
  vite:import-analysis 0.43ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/utils.js +1ms
  vite:transform 0.56ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/utils.js +1ms
  vite:load 3.84ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/index.js +1ms
  vite:resolve 0.12ms ./cookies.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/cookies.js +0ms
  vite:resolve 0.13ms ./response.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/response.js +0ms
  vite:import-analysis 0.32ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/index.js +1ms
  vite:transform 0.43ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/index.js +1ms
  vite:load 4.51ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/utils.js +1ms
  vite:resolve 0.05ms ./index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/index.js +1ms
  vite:import-analysis 0.21ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/utils.js +0ms
  vite:transform 0.32ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/utils.js +0ms
  vite:load 4.61ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/cookies.js +2ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +5ms
  vite:import-analysis 0.66ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/cookies.js +3ms
  vite:transform 0.78ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/cookies.js +3ms
  vite:load 3.74ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/response.js +1ms
  vite:import-analysis 0.11ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/response.js +1ms
  vite:transform 0.20ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/cookies/response.js +1ms
  vite:load 4.74ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/virtual/shared.js +1ms
  vite:resolve 0.05ms ../../consts.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/consts.js +7ms
  vite:import-analysis 1.00ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/virtual/shared.js +3ms
  vite:transform 3.30ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/virtual/shared.js +3ms
  vite:load 7.04ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/index.js +3ms
  vite:resolve 0.20ms ../core/build/util.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/build/util.js +1ms
  vite:resolve 0.22ms ../core/constants.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +0ms
  vite:resolve 0.23ms ../core/errors/errors-data.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +0ms
  vite:resolve 0.24ms ../core/errors/index.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +0ms
  vite:resolve 0.24ms ./middleware.js -> /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/middleware.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +5ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/errors-data.js +0ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/errors/index.js +0ms
  vite:import-analysis 1.16ms [5 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/index.js +2ms
  vite:transform 1.28ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/index.js +2ms
  vite:load 9.85ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/utils.js +2ms
  vite:import-analysis 0.01ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/utils.js +0ms
  vite:transform 0.09ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/runtime/utils.js +0ms
  vite:load 8.41ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/build/util.js +8ms
  vite:import-analysis 0.03ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/build/util.js +8ms
  vite:transform 0.22ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/build/util.js +8ms
  vite:load 8.96ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/middleware.js +1ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/constants.js +10ms
  vite:cache [memory] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/index.js +0ms
  vite:import-analysis 0.32ms [2 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/middleware.js +1ms
  vite:transform 0.45ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/i18n/middleware.js +1ms
  vite:load 11.24ms [fs] ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/consts.js +0ms
  vite:import-analysis 0.01ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/consts.js +1ms
  vite:transform 0.12ms ../../node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/actions/consts.js +1ms
  astro:vite Error when evaluating SSR module astro-internal:middleware: failed to import "@astrojs/cloudflare/entrypoints/middleware.js"
  astro:vite |- TypeError [ERR_INVALID_MODULE_SPECIFIER]: Invalid module "@it-astro:when" is not a valid package name imported from /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+cloudflare@11.0.4_astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4_/node_modules/@astrojs/cloudflare/dist/entrypoints/middleware.js
  astro:vite     at parsePackageName (node:internal/modules/esm/resolve:772:11)
  astro:vite     at packageResolve (node:internal/modules/esm/resolve:796:5)
  astro:vite     at moduleResolve (node:internal/modules/esm/resolve:918:18)
  astro:vite     at defaultResolve (node:internal/modules/esm/resolve:1148:11)
  astro:vite     at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:541:12)
  astro:vite     at ModuleLoader.resolve (node:internal/modules/esm/loader:510:25)
  astro:vite     at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)
  astro:vite     at ModuleJob._link (node:internal/modules/esm/module_job:126:49)
  astro:vite  +0ms
14:38:50 [ERROR] [MiddlewareCantBeLoaded] An unknown error was thrown while loading your middleware.
  Error reference:
    https://docs.astro.build/en/reference/errors/middleware-cant-be-loaded/
  Stack trace:
    at loadMiddleware (file:///Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/core/middleware/loadMiddleware.js:8:24)
    at async run (file:///Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/vite-plugin-astro-server/request.js:40:14)
    at async handleRequest (file:///Users/REDACTED-PATH/node_modules/.pnpm/astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4/node_modules/astro/dist/vite-plugin-astro-server/request.js:34:3)
  Caused by:
  Invalid module "@it-astro:when" is not a valid package name imported from /Users/REDACTED-PATH/node_modules/.pnpm/@astrojs+cloudflare@11.0.4_astro@4.14.5_@types+node@22.5.0_rollup@4.21.0_typescript@5.5.4_/node_modules/@astrojs/cloudflare/dist/entrypoints/middleware.js
    at parsePackageName (node:internal/modules/esm/resolve:772:11)
    at moduleResolve (node:internal/modules/esm/resolve:918:18)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:541:12)
    at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)
  vite:time 517.52ms / +750ms
  vite:resolve 0.50ms /@vite/client -> /Users/REDACTED-PATH/node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/client.mjs +32ms
  vite:load 0.90ms [fs] /@vite/client +23ms
  vite:resolve 0.37ms @vite/env -> /Users/REDACTED-PATH/node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +3ms
  vite:import-analysis 1.62ms [1 imports rewritten] /Users/REDACTED-PATH/node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/client.mjs +25ms
  vite:transform 2.22ms /@vite/client +25ms
  vite:time 5.18ms /@vite/client +16ms
  vite:load 3.01ms [fs] ../../node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +6ms
  vite:import-analysis 0.02ms [no imports] /Users/REDACTED-PATH/node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +3ms
  vite:transform 0.19ms ../../node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +3ms
  vite:cache [304] ../../node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +0ms
  vite:time 0.57ms ../../node_modules/.pnpm/vite@5.4.2_@types+node@22.5.0/node_modules/vite/dist/client/env.mjs +7ms
scruffymongrel commented 1 month ago

Also, I have "@cloudflare/workers-types/experimental" in my tsconfig

alexanderniebuhr commented 1 month ago

@scruffymongrel can you try if it resolves automatically, if you run astro dev twice in the same terminal session. Let it throw the error and directly run it again afterwards.

scruffymongrel commented 1 month ago

Have just tried running twice in the same terminal session. No joy, unfortunately.

Fryuni commented 1 month ago

I tried some other approaches to reproduce the this issue, but still with no success.

Everything working

I noticed that in my case one plugin was not added to Vite that is included in @scruffymongrel's log, the astro:tsconfig-alias. This plugin is added when there are import aliases configured on tsconfig.json. I configured a random alias to see if just the presence of that is the problem, but everything still works.

Other things I tried:

This seems to be something more specific to how the project is configured, so we still have no reproduction to investigate.

alexanderniebuhr commented 1 month ago

Thank you for the time investment @Fryuni A lot of maintainers and even core maintainers have invested a significant time effort in this issue, however we are not able to reproduce it, therefore this can't be proven to be an issue with the adapter itself, and could be an issue with a specific user configuration. As said before, we are happy to take a look if someone is able to provide a minimal reproduction, otherwise we can't invest more time ourselves. I hope everyone understands that.

scruffymongrel commented 2 weeks ago

Just bumped into this issue again (same error as in https://github.com/withastro/adapters/issues/343#issuecomment-2307161680, above) and have had a bit of a play...

My code's still in a monorepo, using pnpm workspaces, so to add my astro dependencies to the monorepo, I use pnpm add -Dw astro @astrojs/cloudflare @cloudflare/workers-types, which adds them to the root package.json.

repo/
  apps/
    astro/
      package.json // astro's dev task lives here
      // all my astro files live here, but the dependencies live in the root package.json
    // more apps live here
  package.json // all the dependencies live here (astro 4.15.9, @astrojs/cloudflare 11.1.0, @cloudflare/workers-types 4.20240925.0)

To run my apps in development, I use pnpm dev (from the root directory), which invokes pnpm run --recursive --stream dev, running the dev tasks in each app.

I thought it might be worth seeing what happens when you add the dependencies directly into repo/apps/astro (i.e. pnpm add -D, rather than pnpm add -Dw). This got rid of the error, but it is not a satisfying fix for my use case, as it makes dependency management more complicated than it should be.

Hope this helps shed some light on things :)