Skip to content

Instantly share code, notes, and snippets.

@aleclarson
Created April 10, 2024 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aleclarson/9f5f474245720ec9fa452d89d1c5a34b to your computer and use it in GitHub Desktop.
Save aleclarson/9f5f474245720ec9fa452d89d1c5a34b to your computer and use it in GitHub Desktop.
astro + starlight: no loader for jsonc files
> www@0.0.1 astro ~/docs/www
> astro "dev" "--verbose"
2024-04-10T03:53:28.361Z astro:cli --verbose flag enabled! Enabling: DEBUG="astro:*,vite:*"
2024-04-10T03:53:28.361Z astro:cli Tip: Set the DEBUG env variable directly for more control. Example: "DEBUG=astro:*,vite:* astro build".
2024-04-10T03:53:28.820Z astro:telemetry [notify] last notified on 1712698445704
2024-04-10T03:53:29.395Z astro:Failed to load config with Node TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:160:9)
at defaultGetFormat (node:internal/modules/esm/get_format:203:36)
at defaultLoad (node:internal/modules/esm/load:143:22)
at async ModuleLoader.load (node:internal/modules/esm/loader:403:7)
at async ModuleLoader.moduleProvider (node:internal/modules/esm/loader:285:45)
2024-04-10T03:53:29.407Z vite:config using resolved config: {
configFile: undefined,
server: {
preTransformRequests: true,
middlewareMode: true,
hmr: false,
watch: null,
sourcemapIgnoreList: [Function: isInNodeModules$1],
fs: {
strict: true,
allow: [Array],
deny: [Array],
cachedChecks: undefined
}
},
optimizeDeps: {
holdUntilCrawlEnd: true,
noDiscovery: true,
esbuildOptions: { preserveSymlinks: false }
},
clearScreen: false,
appType: 'custom',
ssr: {
target: 'node',
external: [
'@astrojs/tailwind',
'@astrojs/mdx',
'@astrojs/react',
'@astrojs/preact',
'@astrojs/sitemap',
'@astrojs/markdoc',
'@astrojs/db'
],
optimizeDeps: { noDiscovery: true, esbuildOptions: [Object] }
},
plugins: [
'vite:watch-package-data',
'vite:pre-alias',
'alias',
'vite:modulepreload-polyfill',
'vite:resolve',
'vite:html-inline-proxy',
'vite:css',
'vite:esbuild',
'vite:json',
'vite:wasm-helper',
'vite:worker',
'vite:asset',
'vite:wasm-fallback',
'vite:define',
'vite:css-post',
'vite:worker-import-meta-url',
'vite:asset-import-meta-url',
'vite:dynamic-import-vars',
'vite:import-glob',
'vite:client-inject',
'vite:css-analysis',
'vite:import-analysis'
],
configFileDependencies: [],
inlineConfig: {
configFile: false,
server: { middlewareMode: true, hmr: false, watch: null },
optimizeDeps: { noDiscovery: true },
clearScreen: false,
appType: 'custom',
ssr: { external: [Array] },
plugins: [ false ]
},
root: '~/docs/www',
base: '/',
rawBase: '/',
resolve: {
mainFields: [ 'browser', 'module', 'jsnext:main', 'jsnext' ],
conditions: [],
extensions: [
'.mjs', '.js',
'.mts', '.ts',
'.jsx', '.tsx',
'.json'
],
dedupe: [],
preserveSymlinks: false,
alias: [ [Object], [Object] ]
},
publicDir: '~/docs/www/public',
cacheDir: '~/docs/www/node_modules/.vite',
command: 'serve',
mode: 'development',
isWorker: false,
mainConfig: null,
bundleChain: [],
isProduction: false,
css: { lightningcss: undefined },
esbuild: { jsxDev: true },
build: {
target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
outDir: 'dist',
assetsDir: 'assets',
assetsInlineLimit: 4096,
cssCodeSplit: true,
sourcemap: false,
rollupOptions: {},
minify: 'esbuild',
terserOptions: {},
write: true,
emptyOutDir: null,
copyPublicDir: true,
manifest: false,
lib: false,
ssr: false,
ssrManifest: false,
ssrEmitAssets: false,
reportCompressedSize: true,
chunkSizeWarningLimit: 500,
watch: null,
commonjsOptions: { include: [Array], extensions: [Array] },
dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] },
modulePreload: { polyfill: true },
cssMinify: true
},
preview: {
port: undefined,
strictPort: undefined,
host: undefined,
https: undefined,
open: undefined,
proxy: undefined,
cors: undefined,
headers: undefined
},
envDir: '~/docs/www',
env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false },
assetsInclude: [Function: assetsInclude],
logger: {
hasWarned: false,
info: [Function: info],
warn: [Function: warn],
warnOnce: [Function: warnOnce],
error: [Function: error],
clearScreen: [Function: clearScreen],
hasErrorLogged: [Function: hasErrorLogged]
},
packageCache: Map(1) {
'fnpd_~/docs/www' => {
dir: '~/docs/www',
data: [Object],
hasSideEffects: [Function: hasSideEffects],
webResolvedImports: {},
nodeResolvedImports: {},
setResolvedCache: [Function: setResolvedCache],
getResolvedCache: [Function: getResolvedCache]
},
set: [Function (anonymous)]
},
createResolver: [Function: createResolver],
worker: { format: 'iife', plugins: '() => plugins', rollupOptions: {} },
experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false },
getSortedPlugins: [Function: getSortedPlugins],
getSortedPluginHooks: [Function: getSortedPluginHooks]
}
2024-04-10T03:53:29.432Z vite:load 1.87ms [fs] astro.config.mjs
2024-04-10T03:53:29.439Z vite:resolve 0.54ms @astrojs/starlight -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:29.441Z vite:resolve 0.47ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:29.441Z vite:import-analysis 5.97ms [1 imports rewritten] astro.config.mjs
2024-04-10T03:53:29.442Z vite:transform 8.70ms astro.config.mjs
2024-04-10T03:53:29.448Z vite:load 5.52ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:29.462Z vite:resolve 1.38ms ./integrations/asides -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts
2024-04-10T03:53:29.462Z vite:resolve 1.44ms ./integrations/expressive-code/index -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts
2024-04-10T03:53:29.463Z vite:resolve 1.55ms ./integrations/sitemap -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts
2024-04-10T03:53:29.463Z vite:resolve 1.60ms ./integrations/virtual-user-config -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts
2024-04-10T03:53:29.463Z vite:resolve 1.56ms ./integrations/code-rtl-support -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts
2024-04-10T03:53:29.463Z vite:resolve 1.58ms ./utils/translations-fs -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts
2024-04-10T03:53:29.463Z vite:resolve 1.60ms ./utils/plugins -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts
2024-04-10T03:53:29.465Z vite:resolve 1.69ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts
2024-04-10T03:53:29.465Z vite:resolve 1.71ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts
2024-04-10T03:53:29.465Z vite:resolve 1.71ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts
2024-04-10T03:53:29.465Z vite:resolve 1.71ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts
2024-04-10T03:53:29.465Z vite:resolve 1.65ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts
2024-04-10T03:53:29.465Z vite:resolve 1.63ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts
2024-04-10T03:53:29.465Z vite:resolve 1.46ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts
2024-04-10T03:53:29.465Z vite:import-analysis 5.11ms [7 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:29.466Z vite:transform 17.80ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:29.478Z vite:load 12.54ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts
2024-04-10T03:53:29.479Z vite:load 13.15ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts
2024-04-10T03:53:29.479Z vite:load 13.42ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts
2024-04-10T03:53:29.479Z vite:load 13.62ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts
2024-04-10T03:53:29.480Z vite:load 13.82ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts
2024-04-10T03:53:29.480Z vite:load 13.99ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts
2024-04-10T03:53:29.480Z vite:load 14.18ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts
2024-04-10T03:53:29.486Z vite:import-analysis 0.25ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts
2024-04-10T03:53:29.486Z vite:transform 6.76ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/sitemap.ts
2024-04-10T03:53:29.490Z vite:import-analysis 2.00ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts
2024-04-10T03:53:29.491Z vite:transform 10.95ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/code-rtl-support.ts
2024-04-10T03:53:29.491Z vite:resolve 1.72ms ../shared/pathToLocale -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.491Z vite:resolve 1.75ms ./theming -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts
2024-04-10T03:53:29.491Z vite:resolve 1.77ms ./translations -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts
2024-04-10T03:53:29.491Z vite:resolve 1.70ms ./createTranslationSystem -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts
2024-04-10T03:53:29.492Z vite:resolve 0.71ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.492Z vite:resolve 0.72ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts
2024-04-10T03:53:29.492Z vite:resolve 0.73ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts
2024-04-10T03:53:29.492Z vite:resolve 0.78ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts
2024-04-10T03:53:29.493Z vite:import-analysis 4.44ms [3 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts
2024-04-10T03:53:29.493Z vite:import-analysis 4.49ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts
2024-04-10T03:53:29.493Z vite:transform 14.04ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/index.ts
2024-04-10T03:53:29.493Z vite:transform 12.84ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/translations-fs.ts
2024-04-10T03:53:29.500Z vite:import-analysis 0.11ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts
2024-04-10T03:53:29.500Z vite:transform 20.54ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/virtual-user-config.ts
2024-04-10T03:53:29.510Z vite:load 17.55ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.511Z vite:load 18.31ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts
2024-04-10T03:53:29.511Z vite:load 18.68ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts
2024-04-10T03:53:29.512Z vite:load 18.86ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts
2024-04-10T03:53:29.520Z vite:resolve 0.15ms ./shared/pathToLocale -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.520Z vite:import-analysis 3.73ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts
2024-04-10T03:53:29.520Z vite:transform 41.09ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/asides.ts
2024-04-10T03:53:29.522Z vite:import-analysis 0.74ms [no imports] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.522Z vite:transform 11.77ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/pathToLocale.ts
2024-04-10T03:53:29.523Z vite:resolve 0.55ms ../utils/user-config -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts
2024-04-10T03:53:29.523Z vite:resolve 0.58ms ../utils/error-map -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts
2024-04-10T03:53:29.523Z vite:resolve 0.35ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts
2024-04-10T03:53:29.523Z vite:resolve 0.37ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts
2024-04-10T03:53:29.523Z vite:import-analysis 1.99ms [2 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts
2024-04-10T03:53:29.523Z vite:transform 43.20ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/plugins.ts
2024-04-10T03:53:29.541Z vite:resolve 0.40ms ./themes/night-owl-dark.jsonc?raw -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
2024-04-10T03:53:29.541Z vite:resolve 0.46ms ./themes/night-owl-light.jsonc?raw -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
2024-04-10T03:53:29.541Z vite:resolve 0.45ms ../shared/localeToLang -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts
2024-04-10T03:53:29.541Z vite:resolve 0.53ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
2024-04-10T03:53:29.542Z vite:resolve 0.54ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
2024-04-10T03:53:29.542Z vite:resolve 0.56ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts
2024-04-10T03:53:29.542Z vite:import-analysis 1.65ms [2 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts
2024-04-10T03:53:29.542Z vite:import-analysis 1.69ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts
2024-04-10T03:53:29.542Z vite:transform 30.79ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts
2024-04-10T03:53:29.542Z vite:transform 30.45ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/translations.ts
2024-04-10T03:53:29.545Z vite:resolve 0.17ms ../translations/index -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts
2024-04-10T03:53:29.545Z vite:resolve 0.18ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts
2024-04-10T03:53:29.546Z vite:import-analysis 0.77ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts
2024-04-10T03:53:29.546Z vite:transform 33.84ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/createTranslationSystem.ts
2024-04-10T03:53:29.546Z vite:load 22.66ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts
2024-04-10T03:53:29.546Z vite:load 22.96ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts
2024-04-10T03:53:29.558Z vite:load 15.66ms [plugin] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
2024-04-10T03:53:29.559Z vite:resolve 0.10ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc
2024-04-10T03:53:29.559Z vite:import-analysis 0.78ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
2024-04-10T03:53:29.559Z vite:transform 0.91ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
2024-04-10T03:53:29.560Z vite:load 18.17ms [plugin] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
2024-04-10T03:53:29.561Z vite:resolve 0.09ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc
2024-04-10T03:53:29.561Z vite:import-analysis 0.66ms [1 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
2024-04-10T03:53:29.561Z vite:transform 0.82ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
2024-04-10T03:53:29.561Z vite:load 19.13ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts
2024-04-10T03:53:29.565Z vite:load 19.78ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts
2024-04-10T03:53:29.571Z vite:import-analysis 0.83ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts
2024-04-10T03:53:29.571Z vite:transform 24.38ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/error-map.ts
2024-04-10T03:53:29.581Z vite:import-analysis 1.42ms [no imports] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts
2024-04-10T03:53:29.582Z vite:transform 20.58ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/shared/localeToLang.ts
2024-04-10T03:53:29.585Z vite:resolve 3.44ms ../schemas/components -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts
2024-04-10T03:53:29.585Z vite:resolve 3.48ms ../schemas/expressiveCode -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts
2024-04-10T03:53:29.585Z vite:resolve 3.51ms ../schemas/favicon -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts
2024-04-10T03:53:29.585Z vite:resolve 3.54ms ../schemas/head -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts
2024-04-10T03:53:29.585Z vite:resolve 3.57ms ../schemas/logo -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts
2024-04-10T03:53:29.585Z vite:resolve 3.59ms ../schemas/sidebar -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts
2024-04-10T03:53:29.585Z vite:resolve 3.62ms ../schemas/social -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts
2024-04-10T03:53:29.585Z vite:resolve 3.64ms ../schemas/tableOfContents -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts
2024-04-10T03:53:29.585Z vite:resolve 3.25ms ../schemas/i18n -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts
2024-04-10T03:53:29.585Z vite:resolve 3.27ms ./cs.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json
2024-04-10T03:53:29.585Z vite:resolve 3.30ms ./en.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json
2024-04-10T03:53:29.585Z vite:resolve 3.32ms ./es.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json
2024-04-10T03:53:29.585Z vite:resolve 3.35ms ./de.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json
2024-04-10T03:53:29.585Z vite:resolve 3.37ms ./ja.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json
2024-04-10T03:53:29.585Z vite:resolve 3.42ms ./pt.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json
2024-04-10T03:53:29.585Z vite:resolve 3.44ms ./fa.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json
2024-04-10T03:53:29.585Z vite:resolve 3.47ms ./fr.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json
2024-04-10T03:53:29.585Z vite:resolve 3.49ms ./gl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json
2024-04-10T03:53:29.585Z vite:resolve 3.51ms ./he.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json
2024-04-10T03:53:29.585Z vite:resolve 3.54ms ./id.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json
2024-04-10T03:53:29.585Z vite:resolve 3.56ms ./it.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json
2024-04-10T03:53:29.585Z vite:resolve 3.59ms ./nl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json
2024-04-10T03:53:29.585Z vite:resolve 3.61ms ./da.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json
2024-04-10T03:53:29.585Z vite:resolve 3.64ms ./tr.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json
2024-04-10T03:53:29.586Z vite:resolve 3.66ms ./ar.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json
2024-04-10T03:53:29.586Z vite:resolve 3.69ms ./nb.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json
2024-04-10T03:53:29.586Z vite:resolve 3.71ms ./zh-CN.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json
2024-04-10T03:53:29.586Z vite:resolve 3.74ms ./ko.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json
2024-04-10T03:53:29.586Z vite:resolve 3.77ms ./sv.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json
2024-04-10T03:53:29.586Z vite:resolve 3.79ms ./ro.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json
2024-04-10T03:53:29.586Z vite:resolve 3.81ms ./ru.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json
2024-04-10T03:53:29.586Z vite:resolve 3.84ms ./vi.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json
2024-04-10T03:53:29.586Z vite:resolve 3.86ms ./uk.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json
2024-04-10T03:53:29.586Z vite:resolve 3.90ms ./hi.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json
2024-04-10T03:53:29.586Z vite:resolve 3.94ms ./zh-TW.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json
2024-04-10T03:53:29.586Z vite:resolve 3.96ms ./pl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json
2024-04-10T03:53:29.593Z vite:resolve 6.85ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts
2024-04-10T03:53:29.593Z vite:resolve 6.88ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts
2024-04-10T03:53:29.593Z vite:resolve 6.89ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts
2024-04-10T03:53:29.593Z vite:resolve 6.90ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts
2024-04-10T03:53:29.593Z vite:resolve 6.91ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts
2024-04-10T03:53:29.593Z vite:resolve 6.92ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts
2024-04-10T03:53:29.593Z vite:resolve 6.93ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts
2024-04-10T03:53:29.593Z vite:resolve 6.94ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts
2024-04-10T03:53:29.593Z vite:resolve 6.93ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts
2024-04-10T03:53:29.593Z vite:resolve 6.94ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json
2024-04-10T03:53:29.593Z vite:resolve 6.96ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json
2024-04-10T03:53:29.593Z vite:resolve 6.97ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json
2024-04-10T03:53:29.593Z vite:resolve 7.00ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json
2024-04-10T03:53:29.593Z vite:resolve 7.01ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json
2024-04-10T03:53:29.593Z vite:resolve 7.01ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json
2024-04-10T03:53:29.593Z vite:resolve 7.02ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json
2024-04-10T03:53:29.593Z vite:resolve 7.06ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json
2024-04-10T03:53:29.593Z vite:resolve 7.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json
2024-04-10T03:53:29.593Z vite:resolve 7.15ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json
2024-04-10T03:53:29.594Z vite:resolve 7.17ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json
2024-04-10T03:53:29.594Z vite:resolve 7.18ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json
2024-04-10T03:53:29.594Z vite:resolve 7.19ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json
2024-04-10T03:53:29.594Z vite:resolve 7.20ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json
2024-04-10T03:53:29.594Z vite:resolve 7.21ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json
2024-04-10T03:53:29.594Z vite:resolve 7.22ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json
2024-04-10T03:53:29.594Z vite:resolve 7.27ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json
2024-04-10T03:53:29.594Z vite:resolve 7.28ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json
2024-04-10T03:53:29.594Z vite:resolve 7.29ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json
2024-04-10T03:53:29.594Z vite:resolve 7.30ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json
2024-04-10T03:53:29.594Z vite:resolve 7.31ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json
2024-04-10T03:53:29.594Z vite:resolve 7.32ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json
2024-04-10T03:53:29.594Z vite:resolve 7.33ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json
2024-04-10T03:53:29.594Z vite:resolve 7.34ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json
2024-04-10T03:53:29.594Z vite:resolve 7.35ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json
2024-04-10T03:53:29.594Z vite:resolve 7.36ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json
2024-04-10T03:53:29.594Z vite:resolve 7.35ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json
2024-04-10T03:53:29.597Z vite:import-analysis 17.28ms [8 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts
2024-04-10T03:53:29.597Z vite:import-analysis 17.37ms [28 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts
2024-04-10T03:53:29.598Z vite:transform 51.51ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/user-config.ts
2024-04-10T03:53:29.598Z vite:transform 32.20ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/index.ts
2024-04-10T03:53:29.612Z vite:load 14.46ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts
2024-04-10T03:53:29.613Z vite:load 14.79ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts
2024-04-10T03:53:29.613Z vite:load 15.01ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts
2024-04-10T03:53:29.613Z vite:load 15.14ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts
2024-04-10T03:53:29.613Z vite:load 15.25ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts
2024-04-10T03:53:29.613Z vite:load 15.37ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts
2024-04-10T03:53:29.613Z vite:load 15.47ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts
2024-04-10T03:53:29.613Z vite:load 15.58ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts
2024-04-10T03:53:29.613Z vite:load 15.59ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts
2024-04-10T03:53:29.614Z vite:load 15.72ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json
2024-04-10T03:53:29.615Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json
2024-04-10T03:53:29.615Z vite:transform 0.94ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/cs.json
2024-04-10T03:53:29.615Z vite:load 16.77ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json
2024-04-10T03:53:29.615Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json
2024-04-10T03:53:29.615Z vite:transform 0.20ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/en.json
2024-04-10T03:53:29.615Z vite:load 17.06ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json
2024-04-10T03:53:29.615Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json
2024-04-10T03:53:29.615Z vite:transform 0.17ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/es.json
2024-04-10T03:53:29.615Z vite:load 17.31ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json
2024-04-10T03:53:29.615Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json
2024-04-10T03:53:29.615Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/de.json
2024-04-10T03:53:29.615Z vite:load 17.50ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json
2024-04-10T03:53:29.616Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json
2024-04-10T03:53:29.616Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pt.json
2024-04-10T03:53:29.616Z vite:load 17.70ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json
2024-04-10T03:53:29.616Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json
2024-04-10T03:53:29.616Z vite:transform 0.13ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fa.json
2024-04-10T03:53:29.616Z vite:load 17.94ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json
2024-04-10T03:53:29.616Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json
2024-04-10T03:53:29.616Z vite:transform 0.23ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ja.json
2024-04-10T03:53:29.616Z vite:load 18.26ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json
2024-04-10T03:53:29.616Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json
2024-04-10T03:53:29.616Z vite:transform 0.14ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/fr.json
2024-04-10T03:53:29.616Z vite:load 18.47ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json
2024-04-10T03:53:29.617Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/gl.json
2024-04-10T03:53:29.617Z vite:load 18.67ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json
2024-04-10T03:53:29.617Z vite:transform 0.14ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/he.json
2024-04-10T03:53:29.617Z vite:load 18.88ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json
2024-04-10T03:53:29.617Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/id.json
2024-04-10T03:53:29.617Z vite:load 19.07ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json
2024-04-10T03:53:29.617Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/it.json
2024-04-10T03:53:29.617Z vite:load 19.26ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json
2024-04-10T03:53:29.617Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/da.json
2024-04-10T03:53:29.617Z vite:load 19.44ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json
2024-04-10T03:53:29.617Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json
2024-04-10T03:53:29.618Z vite:transform 0.13ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nl.json
2024-04-10T03:53:29.618Z vite:load 19.66ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json
2024-04-10T03:53:29.618Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json
2024-04-10T03:53:29.618Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/tr.json
2024-04-10T03:53:29.618Z vite:load 19.85ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json
2024-04-10T03:53:29.618Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json
2024-04-10T03:53:29.618Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ar.json
2024-04-10T03:53:29.618Z vite:load 20.05ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json
2024-04-10T03:53:29.618Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json
2024-04-10T03:53:29.618Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-CN.json
2024-04-10T03:53:29.618Z vite:load 20.24ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json
2024-04-10T03:53:29.618Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json
2024-04-10T03:53:29.618Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/nb.json
2024-04-10T03:53:29.618Z vite:load 20.42ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json
2024-04-10T03:53:29.618Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json
2024-04-10T03:53:29.618Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ko.json
2024-04-10T03:53:29.619Z vite:load 20.63ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json
2024-04-10T03:53:29.619Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json
2024-04-10T03:53:29.619Z vite:transform 0.11ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/sv.json
2024-04-10T03:53:29.619Z vite:load 20.82ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json
2024-04-10T03:53:29.619Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json
2024-04-10T03:53:29.619Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ro.json
2024-04-10T03:53:29.619Z vite:load 21.01ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json
2024-04-10T03:53:29.619Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json
2024-04-10T03:53:29.619Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/ru.json
2024-04-10T03:53:29.619Z vite:load 21.23ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json
2024-04-10T03:53:29.619Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json
2024-04-10T03:53:29.619Z vite:transform 0.17ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/vi.json
2024-04-10T03:53:29.619Z vite:load 21.48ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json
2024-04-10T03:53:29.620Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json
2024-04-10T03:53:29.620Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/uk.json
2024-04-10T03:53:29.620Z vite:load 21.74ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json
2024-04-10T03:53:29.620Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json
2024-04-10T03:53:29.620Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/zh-TW.json
2024-04-10T03:53:29.620Z vite:load 21.96ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json
2024-04-10T03:53:29.620Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json
2024-04-10T03:53:29.620Z vite:transform 0.12ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/hi.json
2024-04-10T03:53:29.620Z vite:load 22.17ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json
2024-04-10T03:53:29.620Z vite:import-analysis [skipped] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json
2024-04-10T03:53:29.620Z vite:transform 0.13ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/translations/pl.json
2024-04-10T03:53:29.635Z vite:import-analysis 0.05ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts
2024-04-10T03:53:29.635Z vite:transform 22.48ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/head.ts
2024-04-10T03:53:29.636Z vite:import-analysis 0.14ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts
2024-04-10T03:53:29.636Z vite:import-analysis 0.19ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts
2024-04-10T03:53:29.636Z vite:transform 23.02ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/logo.ts
2024-04-10T03:53:29.636Z vite:transform 23.29ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/expressiveCode.ts
2024-04-10T03:53:29.636Z vite:resolve 0.47ms ./badge -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts
2024-04-10T03:53:29.636Z vite:resolve 0.50ms ../utils/path -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts
2024-04-10T03:53:29.637Z vite:resolve 0.39ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts
2024-04-10T03:53:29.637Z vite:resolve 0.42ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts
2024-04-10T03:53:29.637Z vite:import-analysis 1.42ms [2 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts
2024-04-10T03:53:29.637Z vite:transform 24.13ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/sidebar.ts
2024-04-10T03:53:29.646Z vite:import-analysis 0.13ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts
2024-04-10T03:53:29.646Z vite:import-analysis 0.20ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts
2024-04-10T03:53:29.646Z vite:transform 33.42ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/components.ts
2024-04-10T03:53:29.646Z vite:transform 32.50ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/social.ts
2024-04-10T03:53:29.646Z vite:load 8.72ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts
2024-04-10T03:53:29.646Z vite:load 8.99ms [fs] /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts
2024-04-10T03:53:29.647Z vite:import-analysis 0.06ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts
2024-04-10T03:53:29.647Z vite:import-analysis 0.11ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts
2024-04-10T03:53:29.647Z vite:transform 34.10ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/favicon.ts
2024-04-10T03:53:29.647Z vite:transform 33.34ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/tableOfContents.ts
2024-04-10T03:53:29.661Z vite:import-analysis 0.10ms [no imports] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts
2024-04-10T03:53:29.661Z vite:import-analysis 0.21ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts
2024-04-10T03:53:29.661Z vite:import-analysis 0.25ms [0 imports rewritten] node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts
2024-04-10T03:53:29.661Z vite:transform 14.51ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/utils/path.ts
2024-04-10T03:53:29.661Z vite:transform 47.34ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/i18n.ts
2024-04-10T03:53:29.661Z vite:transform 14.91ms /node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/schemas/badge.ts
2024-04-10T03:53:29.830Z astro:telemetry {
context: {
isGit: false,
anonymousProjectId: '52cf659589c80b50562eb54b6ba50574014053c44330b7b7dfcf80ee0360e460',
packageManager: 'pnpm',
packageManagerVersion: '8.15.4',
anonymousId: '174905674366a0a7c74fcf010b1a17c5514c0f37a879c56d0bec23cc47edd285',
anonymousSessionId: '68ecc5027912d093f44b4caa45da1a2f7c921ccbdc00e89a9038d3871d8cdf2e'
},
meta: {
nodeVersion: '21.6.2',
viteVersion: '5.2.8',
astroVersion: '4.5.17',
systemPlatform: 'darwin',
systemRelease: '21.6.0',
systemArchitecture: 'x64',
cpuCount: 12,
cpuModel: 'Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz',
cpuSpeed: 3200,
memoryInMb: 20480,
isDocker: false,
isTTY: undefined,
isWSL: false,
isCI: false,
ciName: null
}
}
2024-04-10T03:53:29.830Z astro:telemetry [
{
"eventName": "ASTRO_CLI_SESSION_STARTED",
"payload": {
"cliCommand": "dev",
"config": {
"srcDir": true,
"integrations": [
"@astrojs/starlight"
],
"build": {},
"image": {},
"markdown": {},
"experimental": {},
"legacy": {}
}
}
}
]
2024-04-10T03:53:29.953Z vite:config using resolved config: {
configFile: undefined,
cacheDir: '~/docs/www/node_modules/.vite',
clearScreen: false,
customLogger: {
hasWarned: false,
info: [Function: info],
warn: [Function: warn],
warnOnce: [Function: warnOnce],
error: [Function: error],
clearScreen: [Function: clearScreen],
hasErrorLogged: [Function: hasErrorLogged]
},
appType: 'custom',
optimizeDeps: {
holdUntilCrawlEnd: true,
entries: [
'~/docs/!(pages)/**/*',
'~/docs/pages/**/!(*.js|*.mjs|*.ts|*.mts)',
'~/docs/pages/**/_*.{js,mjs,ts,mts}',
'~/docs/pages/**/_*/**/*.{js,mjs,ts,mts}',
'~/docs/!(pages)/**/*',
'~/docs/pages/**/!(*.js|*.mjs|*.ts|*.mts)',
'~/docs/pages/**/_*.{js,mjs,ts,mts}',
'~/docs/pages/**/_*/**/*.{js,mjs,ts,mts}'
],
exclude: [ 'astro', 'node-fetch', 'astro', 'node-fetch' ],
include: [
'astro > cssesc',
'astro > aria-query',
'astro > axobject-query'
],
esbuildOptions: { preserveSymlinks: false }
},
plugins: [
'vite:optimized-deps',
'vite:watch-package-data',
'vite:pre-alias',
'alias',
'astro:build',
'astro:markdown',
'@mdx-js/rollup',
'astro:jsx',
'astro:head-metadata',
'astro-content-virtual-mod-plugin',
'astro:content-asset-propagation',
'astro:assets:esm',
'astro:i18n',
'vite:modulepreload-polyfill',
'vite:resolve',
'vite:html-inline-proxy',
'vite:css',
'vite:esbuild',
'vite:json',
'vite:wasm-helper',
'vite:worker',
'vite:asset',
'astro:build:normal',
'astro:scripts',
'astro:server',
'astro:html',
'astro:postprocess',
'astro:integration-container',
'astro:content-imports',
'@astro/plugin-middleware',
'astro:assets',
'astro:prefetch',
'astro:transitions',
'astro:dev-toolbar',
'astro:vite-plugin-file-url',
'vite-plugin-starlight-user-config',
'vite-plugin-astro-expressive-code',
'@astrojs/mdx-postprocess',
'vite:wasm-fallback',
'astro:vite-plugin-env',
'vite:define',
'vite:css-post',
'vite:worker-import-meta-url',
'vite:asset-import-meta-url',
'vite:dynamic-import-vars',
'vite:import-glob',
'astro:scripts:page-ssr',
'astro:scanner',
'astro-inject-env-ts',
'@astrojs/vite-plugin-astro-ssr-manifest',
'vite:client-inject',
'vite:css-analysis',
'vite:import-analysis'
],
publicDir: '~/docs/www/public',
root: '~/docs/www',
envPrefix: 'PUBLIC_',
define: {
'import.meta.env.SITE': 'undefined',
'import.meta.env.BASE_URL': '"/"',
'import.meta.env.ASSETS_PREFIX': 'undefined',
__ASTRO_INTERNAL_I18N_CONFIG__: '{"base":"/","format":"directory","trailingSlash":"ignore","isBuild":false}'
},
server: {
preTransformRequests: true,
hmr: undefined,
proxy: {},
watch: { ignored: undefined },
host: false,
open: false,
sourcemapIgnoreList: [Function: isInNodeModules$1],
middlewareMode: false,
fs: {
strict: true,
allow: [Array],
deny: [Array],
cachedChecks: undefined
}
},
resolve: {
mainFields: [ 'browser', 'module', 'jsnext:main', 'jsnext' ],
conditions: [ 'astro', 'astro' ],
extensions: [
'.mjs', '.js',
'.mts', '.ts',
'.jsx', '.tsx',
'.json'
],
dedupe: [ 'astro', 'astro' ],
preserveSymlinks: false,
alias: [
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object],
[Object], [Object]
]
},
ssr: {
target: 'node',
noExternal: [
'astro',
'astro/components',
'@nanostores/preact',
'@fontsource/*',
'@astrojs/starlight',
'@astrojs/mdx',
'@astrojs/sitemap',
'astro-expressive-code',
'astro',
'astro/components',
'@nanostores/preact',
'@fontsource/*',
'@astrojs/starlight',
'@astrojs/mdx',
'@astrojs/sitemap',
'astro-expressive-code'
],
external: [
'prismjs/components/index.js',
'string-width',
'bcp-47',
'hast-util-from-html',
'hast-util-select',
'hast-util-to-string',
'hastscript',
'@pagefind/default-ui',
'mdast-util-directive',
'mdast-util-to-markdown',
'pagefind',
'rehype',
'unified',
'unist-util-visit',
'vfile',
'hast-util-to-html',
'@mdx-js/mdx',
'acorn',
'es-module-lexer',
'estree-util-visit',
'github-slugger',
'gray-matter',
'kleur',
'source-map',
'@astrojs/markdown-remark',
'sitemap',
'zod',
'prismjs/components/index.js',
'string-width',
'bcp-47',
'hast-util-from-html',
'hast-util-select',
'hast-util-to-string',
'hastscript',
'@pagefind/default-ui',
'mdast-util-directive',
'mdast-util-to-markdown',
'pagefind',
'rehype',
'unified',
'unist-util-visit',
'vfile',
'hast-util-to-html',
'@mdx-js/mdx',
'acorn',
'es-module-lexer',
'estree-util-visit',
'github-slugger',
'gray-matter',
'kleur',
'source-map',
'@astrojs/markdown-remark',
'sitemap',
'zod'
],
optimizeDeps: { noDiscovery: true, esbuildOptions: [Object] }
},
mode: 'development',
configFileDependencies: [],
inlineConfig: {
configFile: false,
cacheDir: '~/docs/www/node_modules/.vite/',
clearScreen: false,
customLogger: {
hasWarned: false,
info: [Function: info],
warn: [Function: warn],
warnOnce: [Function: warnOnce],
error: [Function: error],
clearScreen: [Function: clearScreen],
hasErrorLogged: [Function: hasErrorLogged]
},
appType: 'custom',
optimizeDeps: { entries: [Array], exclude: [Array], include: [] },
plugins: [
null, false, [Array],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Array], [Object],
[Object], [Object], [Array],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object]
],
publicDir: '~/docs/www/public/',
root: '~/docs/www/',
envPrefix: 'PUBLIC_',
define: {
'import.meta.env.SITE': 'undefined',
'import.meta.env.BASE_URL': '"/"',
'import.meta.env.ASSETS_PREFIX': 'undefined'
},
server: {
hmr: undefined,
proxy: {},
watch: [Object],
host: false,
open: false
},
resolve: { alias: [Array], conditions: [Array], dedupe: [Array] },
ssr: { noExternal: [Array], external: [Array] },
mode: 'development'
},
base: '/',
rawBase: '/',
command: 'serve',
isWorker: false,
mainConfig: null,
bundleChain: [],
isProduction: false,
css: { lightningcss: undefined },
esbuild: { jsxDev: true },
build: {
target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
outDir: 'dist',
assetsDir: 'assets',
assetsInlineLimit: 4096,
cssCodeSplit: true,
sourcemap: false,
rollupOptions: {},
minify: 'esbuild',
terserOptions: {},
write: true,
emptyOutDir: null,
copyPublicDir: true,
manifest: false,
lib: false,
ssr: false,
ssrManifest: false,
ssrEmitAssets: false,
reportCompressedSize: true,
chunkSizeWarningLimit: 500,
watch: null,
commonjsOptions: { include: [Array], extensions: [Array] },
dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] },
modulePreload: { polyfill: true },
cssMinify: true
},
preview: {
port: undefined,
strictPort: undefined,
host: false,
https: undefined,
open: false,
proxy: {},
cors: undefined,
headers: undefined
},
envDir: '~/docs/www',
env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false },
assetsInclude: [Function: assetsInclude],
logger: {
hasWarned: false,
info: [Function: info],
warn: [Function: warn],
warnOnce: [Function: warnOnce],
error: [Function: error],
clearScreen: [Function: clearScreen],
hasErrorLogged: [Function: hasErrorLogged]
},
packageCache: Map(1) {
'fnpd_~/docs/www' => {
dir: '~/docs/www',
data: [Object],
hasSideEffects: [Function: hasSideEffects],
webResolvedImports: {},
nodeResolvedImports: {},
setResolvedCache: [Function: setResolvedCache],
getResolvedCache: [Function: getResolvedCache]
},
set: [Function (anonymous)]
},
createResolver: [Function: createResolver],
worker: { format: 'iife', plugins: '() => plugins', rollupOptions: {} },
experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false },
getSortedPlugins: [Function: getSortedPlugins],
getSortedPluginHooks: [Function: getSortedPluginHooks]
}
2024-04-10T03:53:29.970Z vite:resolve 1.85ms @astrojs/starlight/404.astro -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/404.astro
2024-04-10T03:53:29.970Z vite:resolve 1.92ms @astrojs/starlight/index.astro -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.astro
2024-04-10T03:53:29.971Z vite:resolve 2.02ms astro/assets/endpoint/node -> ~/docs/www/node_modules/.pnpm/astro@4.5.17_typescript@5.4.4/node_modules/astro/dist/assets/endpoint/node.js
2024-04-10T03:53:29.971Z vite:resolve 2.89ms file://~/docs/www/node_modules/.pnpm/astro-expressive-code@0.33.5_astro@4.5.17/node_modules/astro-expressive-code/routes/styles.ts -> ~/docs/www/node_modules/.pnpm/astro-expressive-code@0.33.5_astro@4.5.17/node_modules/astro-expressive-code/routes/styles.ts
2024-04-10T03:53:29.971Z vite:resolve 2.94ms file://~/docs/www/node_modules/.pnpm/astro-expressive-code@0.33.5_astro@4.5.17/node_modules/astro-expressive-code/routes/scripts.ts -> ~/docs/www/node_modules/.pnpm/astro-expressive-code@0.33.5_astro@4.5.17/node_modules/astro-expressive-code/routes/scripts.ts
2024-04-10T03:53:29.975Z vite:deps removing old cache dir ~/docs/www/node_modules/.vite/deps
2024-04-10T03:53:29.979Z vite:resolve 0.58ms cssesc -> ~/docs/www/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js
2024-04-10T03:53:29.980Z vite:resolve 1.08ms aria-query -> ~/docs/www/node_modules/.pnpm/aria-query@5.3.0/node_modules/aria-query/lib/index.js
2024-04-10T03:53:29.980Z vite:resolve 0.33ms axobject-query -> ~/docs/www/node_modules/.pnpm/axobject-query@4.0.0/node_modules/axobject-query/lib/index.js
2024-04-10T03:53:29.982Z vite:deps scanning for dependencies...
astro v4.5.17 ready in 607 ms
┃ Local http://localhost:4321/
┃ Network use --host to expose
2024-04-10T03:53:29.998Z astro:content Watching file://~/docs/content/ for changes
2024-04-10T03:53:30.020Z astro:content guides collection added
2024-04-10T03:53:30.020Z astro:content reference collection added
2024-04-10T03:53:30.020Z astro:content unlisted collection added
2024-04-10T03:53:30.022Z vite:deps Crawling dependencies using entries:
~/docs/www/astro.config.mjs
~/docs/www/src/env.d.ts
2024-04-10T03:53:30.033Z astro:content Types generated
23:53:30 watching for file changes...
2024-04-10T03:53:30.037Z vite:resolve 0.22ms @astrojs/starlight -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:30.038Z vite:deps Scan completed in 56.08ms:
@astrojs/starlight -> ~/docs/www/node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/index.ts
2024-04-10T03:53:30.039Z vite:deps creating package.json in ~/docs/www/node_modules/.vite/deps_temp_f5c2997f
2024-04-10T03:53:30.045Z vite:resolve 0.62ms @astrojs/mdx -> ~/docs/www/node_modules/.pnpm/@astrojs+mdx@2.2.4_astro@4.5.17/node_modules/@astrojs/mdx/dist/index.js
2024-04-10T03:53:30.046Z vite:resolve 0.21ms node:child_process -> __vite-browser-external:node:child_process
2024-04-10T03:53:30.046Z vite:resolve 0.16ms node:path -> __vite-browser-external:node:path
2024-04-10T03:53:30.046Z vite:resolve 0.12ms node:url -> __vite-browser-external:node:url
2024-04-10T03:53:30.056Z vite:resolve 0.72ms @astrojs/sitemap -> ~/docs/www/node_modules/.pnpm/@astrojs+sitemap@3.1.2/node_modules/@astrojs/sitemap/dist/index.js
2024-04-10T03:53:30.060Z vite:resolve 3.59ms node:fs -> __vite-browser-external:node:fs
2024-04-10T03:53:30.060Z vite:resolve 3.63ms unist-util-visit -> ~/docs/www/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js
2024-04-10T03:53:30.060Z vite:resolve 3.64ms hastscript -> ~/docs/www/node_modules/.pnpm/hastscript@8.0.0/node_modules/hastscript/index.js
2024-04-10T03:53:30.060Z vite:resolve 2.55ms dequal/lite -> ~/docs/www/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.js
2024-04-10T03:53:30.060Z vite:resolve 2.59ms dequal/lite -> ~/docs/www/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.js
2024-04-10T03:53:30.062Z vite:resolve 1.05ms astro-expressive-code -> ~/docs/www/node_modules/.pnpm/astro-expressive-code@0.33.5_astro@4.5.17/node_modules/astro-expressive-code/dist/index.js
2024-04-10T03:53:30.062Z vite:resolve 1.08ms node:fs/promises -> __vite-browser-external:node:fs/promises
2024-04-10T03:53:30.063Z vite:resolve 0.56ms mdast-util-directive -> ~/docs/www/node_modules/.pnpm/mdast-util-directive@3.0.0/node_modules/mdast-util-directive/index.js
2024-04-10T03:53:30.064Z vite:resolve 0.85ms unist-util-visit-parents -> ~/docs/www/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/index.js
2024-04-10T03:53:30.065Z vite:resolve 1.06ms mdast-util-to-markdown -> ~/docs/www/node_modules/.pnpm/mdast-util-to-markdown@2.1.0/node_modules/mdast-util-to-markdown/index.js
2024-04-10T03:53:30.065Z vite:resolve 1.08ms @astrojs/markdown-remark -> ~/docs/www/node_modules/.pnpm/@astrojs+markdown-remark@5.0.0/node_modules/@astrojs/markdown-remark/dist/index.js
2024-04-10T03:53:30.065Z vite:resolve 1.09ms sitemap -> ~/docs/www/node_modules/.pnpm/sitemap@7.1.1/node_modules/sitemap/dist/index.js
2024-04-10T03:53:30.066Z vite:resolve 0.81ms remark-directive -> ~/docs/www/node_modules/.pnpm/remark-directive@3.0.0/node_modules/remark-directive/index.js
2024-04-10T03:53:30.066Z vite:resolve 0.80ms zod -> ~/docs/www/node_modules/.pnpm/zod@3.22.4/node_modules/zod/lib/index.mjs
2024-04-10T03:53:30.067Z vite:resolve 0.43ms es-module-lexer -> ~/docs/www/node_modules/.pnpm/es-module-lexer@1.5.0/node_modules/es-module-lexer/dist/lexer.js
2024-04-10T03:53:30.068Z vite:resolve 0.41ms vfile -> ~/docs/www/node_modules/.pnpm/vfile@6.0.1/node_modules/vfile/index.js
2024-04-10T03:53:30.069Z vite:resolve 0.58ms remark-expressive-code -> ~/docs/www/node_modules/.pnpm/remark-expressive-code@0.33.5/node_modules/remark-expressive-code/dist/index.js
2024-04-10T03:53:30.069Z vite:resolve 0.53ms unist-util-is -> ~/docs/www/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/index.js
2024-04-10T03:53:30.071Z vite:resolve 0.46ms unist-util-visit-parents/do-not-use-color -> ~/docs/www/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js
2024-04-10T03:53:30.072Z vite:resolve 0.42ms bcp-47 -> ~/docs/www/node_modules/.pnpm/bcp-47@2.1.0/node_modules/bcp-47/index.js
2024-04-10T03:53:30.073Z vite:resolve 0.63ms property-information -> ~/docs/www/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js
✘ [ERROR] No loader is configured for ".jsonc" files: node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-light.jsonc?raw
node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts:3:26:
3 │ import nightOwlLight from './themes/night-owl-light.jsonc?raw';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".jsonc" files: node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/themes/night-owl-dark.jsonc?raw
node_modules/.pnpm/@astrojs+starlight@0.21.5_astro@4.5.17/node_modules/@astrojs/starlight/integrations/expressive-code/theming.ts:2:25:
2 │ import nightOwlDark from './themes/night-owl-dark.jsonc?raw';
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-04-10T03:53:30.074Z vite:resolve 0.53ms unist-util-visit -> ~/docs/www/node_modules/.pnpm/unist-util-visit@4.1.2/node_modules/unist-util-visit/index.js
2024-04-10T03:53:30.075Z vite:resolve 0.43ms expressive-code -> ~/docs/www/node_modules/.pnpm/expressive-code@0.33.5/node_modules/expressive-code/dist/index.js
2024-04-10T03:53:30.076Z vite:resolve 0.95ms devlop -> ~/docs/www/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/development.js
2024-04-10T03:53:30.076Z vite:resolve 0.98ms micromark-extension-directive -> ~/docs/www/node_modules/.pnpm/micromark-extension-directive@3.0.0/node_modules/micromark-extension-directive/dev/index.js
2024-04-10T03:53:30.077Z vite:resolve 0.43ms hast-util-to-html -> ~/docs/www/node_modules/.pnpm/hast-util-to-html@8.0.4/node_modules/hast-util-to-html/index.js
2024-04-10T03:53:30.078Z vite:resolve 0.60ms parse-entities -> ~/docs/www/node_modules/.pnpm/parse-entities@4.0.1/node_modules/parse-entities/index.js
2024-04-10T03:53:30.079Z vite:resolve 0.56ms stringify-entities -> ~/docs/www/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/index.js
2024-04-10T03:53:30.081Z vite:resolve 2.26ms zwitch -> ~/docs/www/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js
2024-04-10T03:53:30.081Z vite:resolve 2.30ms acorn -> ~/docs/www/node_modules/.pnpm/acorn@8.11.3/node_modules/acorn/dist/acorn.mjs
2024-04-10T03:53:30.081Z vite:resolve 2.29ms @expressive-code/core -> ~/docs/www/node_modules/.pnpm/@expressive-code+core@0.33.5/node_modules/@expressive-code/core/dist/index.js
2024-04-10T03:53:30.083Z vite:resolve 1.72ms comma-separated-tokens -> ~/docs/www/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js
2024-04-10T03:53:30.083Z vite:resolve 1.75ms gray-matter -> ~/docs/www/node_modules/.pnpm/gray-matter@4.0.3/node_modules/gray-matter/index.js
2024-04-10T03:53:30.083Z vite:resolve 1.76ms @mdx-js/mdx -> ~/docs/www/node_modules/.pnpm/@mdx-js+mdx@3.0.1/node_modules/@mdx-js/mdx/index.js
2024-04-10T03:53:30.083Z vite:resolve 1.76ms @expressive-code/plugin-frames -> ~/docs/www/node_modules/.pnpm/@expressive-code+plugin-frames@0.33.5/node_modules/@expressive-code/plugin-frames/dist/index.js
2024-04-10T03:53:30.086Z vite:resolve 2.45ms vfile-message -> ~/docs/www/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/index.js
2024-04-10T03:53:30.086Z vite:resolve 2.47ms dequal -> ~/docs/www/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/dist/index.mjs
2024-04-10T03:53:30.086Z vite:resolve 2.45ms hast-util-parse-selector -> ~/docs/www/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/index.js
2024-04-10T03:53:30.086Z vite:resolve 2.45ms kleur/colors -> ~/docs/www/node_modules/.pnpm/kleur@4.1.5/node_modules/kleur/colors.mjs
2024-04-10T03:53:30.086Z vite:resolve 2.45ms rehype-raw -> ~/docs/www/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/index.js
2024-04-10T03:53:30.089Z vite:resolve 2.74ms @expressive-code/plugin-shiki -> ~/docs/www/node_modules/.pnpm/@expressive-code+plugin-shiki@0.33.5/node_modules/@expressive-code/plugin-shiki/dist/index.js
2024-04-10T03:53:30.089Z vite:resolve 2.79ms unist-util-visit-parents -> ~/docs/www/node_modules/.pnpm/unist-util-visit-parents@5.1.3/node_modules/unist-util-visit-parents/index.js
2024-04-10T03:53:30.089Z vite:resolve 2.80ms micromark-util-symbol -> ~/docs/www/node_modules/.pnpm/micromark-util-symbol@2.0.0/node_modules/micromark-util-symbol/lib/default.js
2024-04-10T03:53:30.089Z vite:resolve 2.79ms vfile/do-not-use-conditional-minpath -> ~/docs/www/node_modules/.pnpm/vfile@6.0.1/node_modules/vfile/lib/minpath.browser.js
2024-04-10T03:53:30.090Z vite:resolve 2.79ms html-void-elements -> ~/docs/www/node_modules/.pnpm/html-void-elements@2.0.1/node_modules/html-void-elements/index.js
2024-04-10T03:53:30.092Z vite:resolve 2.00ms remark-gfm -> ~/docs/www/node_modules/.pnpm/remark-gfm@4.0.0/node_modules/remark-gfm/index.js
2024-04-10T03:53:30.092Z vite:resolve 2.04ms fs -> __vite-browser-external
2024-04-10T03:53:30.092Z vite:resolve 2.05ms character-entities-legacy -> ~/docs/www/node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js
2024-04-10T03:53:30.092Z vite:resolve 2.05ms @expressive-code/plugin-text-markers -> ~/docs/www/node_modules/.pnpm/@expressive-code+plugin-text-markers@0.33.5/node_modules/@expressive-code/plugin-text-markers/dist/index.js
2024-04-10T03:53:30.092Z vite:resolve 2.06ms vfile/do-not-use-conditional-minproc -> ~/docs/www/node_modules/.pnpm/vfile@6.0.1/node_modules/vfile/lib/minproc.browser.js
2024-04-10T03:53:30.096Z vite:resolve 3.24ms space-separated-tokens -> ~/docs/www/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js
2024-04-10T03:53:30.099Z vite:resolve 2.69ms unist-util-is -> ~/docs/www/node_modules/.pnpm/unist-util-is@5.2.1/node_modules/unist-util-is/index.js
2024-04-10T03:53:30.099Z vite:resolve 2.72ms character-reference-invalid -> ~/docs/www/node_modules/.pnpm/character-reference-invalid@2.0.1/node_modules/character-reference-invalid/index.js
2024-04-10T03:53:30.099Z vite:resolve 2.73ms vfile/do-not-use-conditional-minurl -> ~/docs/www/node_modules/.pnpm/vfile@6.0.1/node_modules/vfile/lib/minurl.browser.js
2024-04-10T03:53:30.099Z vite:resolve 2.73ms remark-smartypants -> ~/docs/www/node_modules/.pnpm/remark-smartypants@2.1.0/node_modules/remark-smartypants/index.js
2024-04-10T03:53:30.099Z vite:resolve 2.79ms section-matter -> ~/docs/www/node_modules/.pnpm/section-matter@1.0.0/node_modules/section-matter/index.js
2024-04-10T03:53:30.099Z vite:resolve 2.82ms character-entities-html4 -> ~/docs/www/node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js
2024-04-10T03:53:30.105Z vite:resolve 4.83ms stream -> __vite-browser-external:stream
2024-04-10T03:53:30.105Z vite:resolve 4.87ms micromark-util-decode-string -> ~/docs/www/node_modules/.pnpm/micromark-util-decode-string@2.0.0/node_modules/micromark-util-decode-string/dev/index.js
2024-04-10T03:53:30.105Z vite:resolve 4.80ms is-alphanumerical -> ~/docs/www/node_modules/.pnpm/is-alphanumerical@2.0.1/node_modules/is-alphanumerical/index.js
2024-04-10T03:53:30.105Z vite:resolve 4.75ms sax -> ~/docs/www/node_modules/.pnpm/sax@1.3.0/node_modules/sax/lib/sax.js
2024-04-10T03:53:30.105Z vite:resolve 4.73ms path -> __vite-browser-external:path
2024-04-10T03:53:30.105Z vite:resolve 4.68ms zlib -> __vite-browser-external:zlib
2024-04-10T03:53:30.105Z vite:resolve 4.69ms fs -> __vite-browser-external:fs
2024-04-10T03:53:30.105Z vite:resolve 4.64ms rehype-stringify -> ~/docs/www/node_modules/.pnpm/rehype-stringify@10.0.0/node_modules/rehype-stringify/index.js
2024-04-10T03:53:30.108Z vite:hmr [file change] .astro/types.d.ts
2024-04-10T03:53:30.108Z vite:hmr [no modules matched] .astro/types.d.ts
2024-04-10T03:53:30.113Z vite:resolve 4.74ms is-decimal -> ~/docs/www/node_modules/.pnpm/is-decimal@2.0.1/node_modules/is-decimal/index.js
2024-04-10T03:53:30.113Z vite:resolve 4.80ms source-map -> ~/docs/www/node_modules/.pnpm/source-map@0.7.4/node_modules/source-map/source-map.js
2024-04-10T03:53:30.113Z vite:resolve 4.79ms shiki -> ~/docs/www/node_modules/.pnpm/shiki@1.3.0/node_modules/shiki/dist/index.mjs
2024-04-10T03:53:30.113Z vite:resolve 4.80ms mdast-util-to-string -> ~/docs/www/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js
2024-04-10T03:53:30.113Z vite:resolve 4.80ms hastscript -> ~/docs/www/node_modules/.pnpm/hastscript@7.2.0/node_modules/hastscript/index.js
2024-04-10T03:53:30.113Z vite:resolve 4.80ms is-alphabetical -> ~/docs/www/node_modules/.pnpm/is-alphabetical@2.0.1/node_modules/is-alphabetical/index.js
2024-04-10T03:53:30.113Z vite:resolve 4.81ms child_process -> __vite-browser-external:child_process
2024-04-10T03:53:30.113Z vite:resolve 4.68ms micromark-factory-space -> ~/docs/www/node_modules/.pnpm/micromark-factory-space@2.0.0/node_modules/micromark-factory-space/dev/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.00ms decode-named-character-reference -> ~/docs/www/node_modules/.pnpm/decode-named-character-reference@1.0.2/node_modules/decode-named-character-reference/index.dom.js
2024-04-10T03:53:30.120Z vite:resolve 6.06ms unist-util-stringify-position -> ~/docs/www/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.04ms kind-of -> ~/docs/www/node_modules/.pnpm/kind-of@6.0.3/node_modules/kind-of/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.21ms js-yaml -> ~/docs/www/node_modules/.pnpm/js-yaml@3.14.1/node_modules/js-yaml/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.24ms strip-bom-string -> ~/docs/www/node_modules/.pnpm/strip-bom-string@1.0.0/node_modules/strip-bom-string/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.18ms ccount -> ~/docs/www/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.16ms is-hexadecimal -> ~/docs/www/node_modules/.pnpm/is-hexadecimal@2.0.1/node_modules/is-hexadecimal/index.js
2024-04-10T03:53:30.120Z vite:resolve 6.11ms micromark-util-character -> ~/docs/www/node_modules/.pnpm/micromark-util-character@2.1.0/node_modules/micromark-util-character/dev/index.js
2024-04-10T03:53:30.121Z vite:resolve 6.10ms readline -> __vite-browser-external:readline
2024-04-10T03:53:30.124Z vite:resolve 3.07ms remark-parse -> ~/docs/www/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js
2024-04-10T03:53:30.124Z vite:resolve 3.13ms @shikijs/core -> ~/docs/www/node_modules/.pnpm/@shikijs+core@1.3.0/node_modules/@shikijs/core/dist/index.mjs
2024-04-10T03:53:30.124Z vite:resolve 3.03ms mdast-util-phrasing -> ~/docs/www/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js
2024-04-10T03:53:30.124Z vite:resolve 3.04ms longest-streak -> ~/docs/www/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js
2024-04-10T03:53:30.128Z vite:resolve 2.89ms micromark-util-decode-numeric-character-reference -> ~/docs/www/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.1/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js
2024-04-10T03:53:30.128Z vite:resolve 2.95ms extend-shallow -> ~/docs/www/node_modules/.pnpm/extend-shallow@2.0.1/node_modules/extend-shallow/index.js
2024-04-10T03:53:30.128Z vite:resolve 2.94ms postcss -> ~/docs/www/node_modules/.pnpm/postcss@8.4.38/node_modules/postcss/lib/postcss.mjs
2024-04-10T03:53:30.130Z vite:resolve 1.90ms string_decoder -> ~/docs/www/node_modules/.pnpm/string_decoder@1.3.0/node_modules/string_decoder/lib/string_decoder.js
2024-04-10T03:53:30.130Z vite:resolve 1.97ms remark-rehype -> ~/docs/www/node_modules/.pnpm/remark-rehype@11.1.0/node_modules/remark-rehype/index.js
2024-04-10T03:53:30.131Z vite:resolve 1.99ms url -> __vite-browser-external:url
2024-04-10T03:53:30.136Z vite:resolve 4.49ms retext -> ~/docs/www/node_modules/.pnpm/retext@8.1.0/node_modules/retext/index.js
2024-04-10T03:53:30.136Z vite:resolve 4.61ms is-extendable -> ~/docs/www/node_modules/.pnpm/is-extendable@0.1.1/node_modules/is-extendable/index.js
2024-04-10T03:53:30.136Z vite:resolve 4.56ms postcss-nested -> ~/docs/www/node_modules/.pnpm/postcss-nested@6.0.1_postcss@8.4.38/node_modules/postcss-nested/index.js
2024-04-10T03:53:30.136Z vite:resolve 4.52ms mdast-util-gfm -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm@3.0.0/node_modules/mdast-util-gfm/index.js
2024-04-10T03:53:30.136Z vite:resolve 4.56ms util -> __vite-browser-external:util
2024-04-10T03:53:30.141Z vite:resolve 4.31ms estree-util-visit -> ~/docs/www/node_modules/.pnpm/estree-util-visit@2.0.0/node_modules/estree-util-visit/index.js
2024-04-10T03:53:30.141Z vite:resolve 4.37ms hast-util-raw -> ~/docs/www/node_modules/.pnpm/hast-util-raw@9.0.2/node_modules/hast-util-raw/index.js
2024-04-10T03:53:30.142Z vite:resolve 4.37ms safe-buffer -> ~/docs/www/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
2024-04-10T03:53:30.142Z vite:resolve 4.36ms shiki/wasm -> ~/docs/www/node_modules/.pnpm/shiki@1.3.0/node_modules/shiki/dist/wasm.mjs
2024-04-10T03:53:30.152Z vite:resolve 6.84ms @ctrl/tinycolor -> ~/docs/www/node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/public_api.js
2024-04-10T03:53:30.152Z vite:resolve 6.90ms micromark-extension-gfm -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js
2024-04-10T03:53:30.152Z vite:resolve 6.89ms @astrojs/markdown-remark/dist/internal.js -> ~/docs/www/node_modules/.pnpm/@astrojs+markdown-remark@5.0.0/node_modules/@astrojs/markdown-remark/dist/internal.js
2024-04-10T03:53:30.152Z vite:resolve 6.87ms unified -> ~/docs/www/node_modules/.pnpm/unified@11.0.4/node_modules/unified/index.js
2024-04-10T03:53:30.152Z vite:resolve 6.84ms micromark-factory-whitespace -> ~/docs/www/node_modules/.pnpm/micromark-factory-whitespace@2.0.0/node_modules/micromark-factory-whitespace/dev/index.js
2024-04-10T03:53:30.152Z vite:resolve 6.85ms hast-util-to-html -> ~/docs/www/node_modules/.pnpm/hast-util-to-html@9.0.1/node_modules/hast-util-to-html/index.js
2024-04-10T03:53:30.152Z vite:resolve 6.86ms remark-mdx -> ~/docs/www/node_modules/.pnpm/remark-mdx@3.0.1/node_modules/remark-mdx/index.js
2024-04-10T03:53:30.152Z vite:resolve 6.89ms buffer -> ~/docs/www/node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.js
2024-04-10T03:53:30.153Z vite:resolve 6.90ms @shikijs/core/wasm-inlined -> ~/docs/www/node_modules/.pnpm/@shikijs+core@1.3.0/node_modules/@shikijs/core/dist/wasm-inlined.mjs
2024-04-10T03:53:30.156Z vite:resolve 3.16ms @ungap/structured-clone -> ~/docs/www/node_modules/.pnpm/@ungap+structured-clone@1.2.0/node_modules/@ungap/structured-clone/esm/index.js
2024-04-10T03:53:30.156Z vite:resolve 3.23ms markdown-extensions -> ~/docs/www/node_modules/.pnpm/markdown-extensions@2.0.0/node_modules/markdown-extensions/index.js
2024-04-10T03:53:30.157Z vite:resolve 3.22ms retext-smartypants -> ~/docs/www/node_modules/.pnpm/retext-smartypants@5.2.0/node_modules/retext-smartypants/index.js
2024-04-10T03:53:30.157Z vite:resolve 3.13ms hast-util-parse-selector -> ~/docs/www/node_modules/.pnpm/hast-util-parse-selector@3.1.1/node_modules/hast-util-parse-selector/index.js
2024-04-10T03:53:30.162Z vite:resolve 4.56ms micromark-util-combine-extensions -> ~/docs/www/node_modules/.pnpm/micromark-util-combine-extensions@2.0.0/node_modules/micromark-util-combine-extensions/index.js
2024-04-10T03:53:30.162Z vite:resolve 4.57ms mdast-util-gfm-autolink-literal -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.0/node_modules/mdast-util-gfm-autolink-literal/index.js
2024-04-10T03:53:30.162Z vite:resolve 4.55ms hast-util-from-parse5 -> ~/docs/www/node_modules/.pnpm/hast-util-from-parse5@8.0.1/node_modules/hast-util-from-parse5/index.js
2024-04-10T03:53:30.165Z vite:resolve 2.80ms unified -> ~/docs/www/node_modules/.pnpm/unified@10.1.2/node_modules/unified/index.js
2024-04-10T03:53:30.165Z vite:resolve 2.85ms html-void-elements -> ~/docs/www/node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js
2024-04-10T03:53:30.165Z vite:resolve 2.86ms estree-util-visit/do-not-use-color -> ~/docs/www/node_modules/.pnpm/estree-util-visit@2.0.0/node_modules/estree-util-visit/lib/color.default.js
2024-04-10T03:53:30.165Z vite:resolve 2.86ms base64-js -> ~/docs/www/node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js
2024-04-10T03:53:30.168Z vite:resolve 2.46ms mdast-util-gfm-footnote -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm-footnote@2.0.0/node_modules/mdast-util-gfm-footnote/index.js
2024-04-10T03:53:30.168Z vite:resolve 2.49ms micromark-extension-gfm-autolink-literal -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.0.0/node_modules/micromark-extension-gfm-autolink-literal/dev/index.js
2024-04-10T03:53:30.168Z vite:resolve 2.50ms hast-util-to-parse5 -> ~/docs/www/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.64ms mdast-util-to-hast -> ~/docs/www/node_modules/.pnpm/mdast-util-to-hast@13.1.0/node_modules/mdast-util-to-hast/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.70ms mdast-util-definitions -> ~/docs/www/node_modules/.pnpm/mdast-util-definitions@6.0.0/node_modules/mdast-util-definitions/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.70ms retext-latin -> ~/docs/www/node_modules/.pnpm/retext-latin@3.1.0/node_modules/retext-latin/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.70ms nlcst-to-string -> ~/docs/www/node_modules/.pnpm/nlcst-to-string@3.1.1/node_modules/nlcst-to-string/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.67ms ieee754 -> ~/docs/www/node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.68ms @astrojs/prism/dist/highlighter -> ~/docs/www/node_modules/.pnpm/@astrojs+prism@3.0.0/node_modules/@astrojs/prism/dist/highlighter.js
2024-04-10T03:53:30.175Z vite:resolve 6.69ms hast-util-whitespace -> ~/docs/www/node_modules/.pnpm/hast-util-whitespace@2.0.1/node_modules/hast-util-whitespace/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.68ms github-slugger -> ~/docs/www/node_modules/.pnpm/github-slugger@2.0.0/node_modules/github-slugger/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.63ms mdast-util-from-markdown -> ~/docs/www/node_modules/.pnpm/mdast-util-from-markdown@2.0.0/node_modules/mdast-util-from-markdown/dev/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.64ms hast-util-from-html -> ~/docs/www/node_modules/.pnpm/hast-util-from-html@2.0.1/node_modules/hast-util-from-html/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.64ms bail -> ~/docs/www/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js
2024-04-10T03:53:30.175Z vite:resolve 6.65ms mdast-util-gfm-strikethrough -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js
2024-04-10T03:53:30.178Z vite:resolve 1.47ms micromark-extension-gfm-footnote -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-footnote@2.0.0/node_modules/micromark-extension-gfm-footnote/dev/index.js
2024-04-10T03:53:30.178Z vite:resolve 1.50ms postcss -> ~/docs/www/node_modules/.pnpm/postcss@8.4.38/node_modules/postcss/lib/postcss.js
2024-04-10T03:53:30.179Z vite:resolve 0.96ms picocolors -> ~/docs/www/node_modules/.pnpm/picocolors@1.0.0/node_modules/picocolors/picocolors.browser.js
2024-04-10T03:53:30.179Z vite:resolve 0.98ms retext-stringify -> ~/docs/www/node_modules/.pnpm/retext-stringify@3.1.0/node_modules/retext-stringify/index.js
2024-04-10T03:53:30.180Z vite:resolve 0.44ms mdast-util-gfm-table -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js
2024-04-10T03:53:30.183Z vite:resolve 3.06ms postcss-selector-parser -> ~/docs/www/node_modules/.pnpm/postcss-selector-parser@6.0.16/node_modules/postcss-selector-parser/dist/index.js
2024-04-10T03:53:30.184Z vite:resolve 3.11ms source-map-js -> __vite-browser-external
2024-04-10T03:53:30.184Z vite:resolve 3.12ms parse5 -> ~/docs/www/node_modules/.pnpm/parse5@7.1.2/node_modules/parse5/dist/index.js
2024-04-10T03:53:30.184Z vite:resolve 3.14ms micromark-extension-gfm-strikethrough -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.0.0/node_modules/micromark-extension-gfm-strikethrough/dev/index.js
2024-04-10T03:53:30.184Z vite:resolve 3.13ms hast-util-to-text -> ~/docs/www/node_modules/.pnpm/hast-util-to-text@4.0.1/node_modules/hast-util-to-text/index.js
2024-04-10T03:53:30.184Z vite:resolve 3.15ms extend -> ~/docs/www/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js
2024-04-10T03:53:30.184Z vite:resolve 3.11ms mdast-util-gfm-task-list-item -> ~/docs/www/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js
2024-04-10T03:53:30.188Z vite:resolve 3.78ms prismjs -> ~/docs/www/node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/prism.js
2024-04-10T03:53:30.188Z vite:resolve 3.76ms unherit -> ~/docs/www/node_modules/.pnpm/unherit@3.0.1/node_modules/unherit/index.js
2024-04-10T03:53:30.188Z vite:resolve 3.77ms unist-util-position -> ~/docs/www/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js
2024-04-10T03:53:30.188Z vite:resolve 3.78ms micromark-extension-gfm-table -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-table@2.0.0/node_modules/micromark-extension-gfm-table/dev/index.js
2024-04-10T03:53:30.188Z vite:resolve 3.79ms unist-util-remove-position -> ~/docs/www/node_modules/.pnpm/unist-util-remove-position@5.0.0/node_modules/unist-util-remove-position/index.js
2024-04-10T03:53:30.188Z vite:resolve 3.79ms url -> __vite-browser-external
2024-04-10T03:53:30.198Z vite:resolve 5.72ms parse-latin -> ~/docs/www/node_modules/.pnpm/parse-latin@5.0.1/node_modules/parse-latin/index.js
2024-04-10T03:53:30.198Z vite:resolve 5.78ms prismjs/components/index.js -> ~/docs/www/node_modules/.pnpm/prismjs@1.29.0/node_modules/prismjs/components/index.js
2024-04-10T03:53:30.198Z vite:resolve 5.80ms micromark-extension-gfm-tagfilter -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js
2024-04-10T03:53:30.198Z vite:resolve 5.82ms path -> __vite-browser-external
2024-04-10T03:53:30.198Z vite:resolve 5.81ms is-buffer -> ~/docs/www/node_modules/.pnpm/is-buffer@2.0.5/node_modules/is-buffer/index.js
2024-04-10T03:53:30.198Z vite:resolve 5.81ms is-plain-obj -> ~/docs/www/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
2024-04-10T03:53:30.198Z vite:resolve 5.63ms markdown-table -> ~/docs/www/node_modules/.pnpm/markdown-table@3.0.3/node_modules/markdown-table/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.27ms micromark-util-normalize-identifier -> ~/docs/www/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.0/node_modules/micromark-util-normalize-identifier/dev/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.34ms estree-util-to-js -> ~/docs/www/node_modules/.pnpm/estree-util-to-js@2.0.0/node_modules/estree-util-to-js/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.37ms hast-util-to-estree -> ~/docs/www/node_modules/.pnpm/hast-util-to-estree@3.1.0/node_modules/hast-util-to-estree/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.38ms estree-util-build-jsx -> ~/docs/www/node_modules/.pnpm/estree-util-build-jsx@3.0.1/node_modules/estree-util-build-jsx/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.38ms collapse-white-space -> ~/docs/www/node_modules/.pnpm/collapse-white-space@2.1.0/node_modules/collapse-white-space/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.39ms estree-util-is-identifier-name -> ~/docs/www/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.39ms mdast-util-mdx -> ~/docs/www/node_modules/.pnpm/mdast-util-mdx@3.0.0/node_modules/mdast-util-mdx/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.40ms micromark-util-sanitize-uri -> ~/docs/www/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.0/node_modules/micromark-util-sanitize-uri/dev/index.js
2024-04-10T03:53:30.204Z vite:resolve 5.36ms trim-lines -> ~/docs/www/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js
2024-04-10T03:53:30.208Z vite:resolve 3.02ms cssesc -> ~/docs/www/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js
2024-04-10T03:53:30.208Z vite:resolve 3.04ms micromark-extension-gfm-task-list-item -> ~/docs/www/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.0.1/node_modules/micromark-extension-gfm-task-list-item/dev/index.js
2024-04-10T03:53:30.208Z vite:resolve 3.03ms web-namespaces -> ~/docs/www/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js
2024-04-10T03:53:30.208Z vite:resolve 2.99ms trough -> ~/docs/www/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js
2024-04-10T03:53:30.208Z vite:resolve 3.00ms nanoid/non-secure -> ~/docs/www/node_modules/.pnpm/nanoid@3.3.7/node_modules/nanoid/non-secure/index.cjs
2024-04-10T03:53:30.214Z vite:resolve 3.18ms micromark -> ~/docs/www/node_modules/.pnpm/micromark@4.0.0/node_modules/micromark/dev/index.js
2024-04-10T03:53:30.214Z vite:resolve 3.25ms estree-walker -> ~/docs/www/node_modules/.pnpm/estree-walker@3.0.3/node_modules/estree-walker/src/index.js
2024-04-10T03:53:30.215Z vite:resolve 3.17ms micromark-extension-mdxjs -> ~/docs/www/node_modules/.pnpm/micromark-extension-mdxjs@3.0.0/node_modules/micromark-extension-mdxjs/index.js
2024-04-10T03:53:30.220Z vite:resolve 5.01ms mdast-util-find-and-replace -> ~/docs/www/node_modules/.pnpm/mdast-util-find-and-replace@3.0.1/node_modules/mdast-util-find-and-replace/index.js
2024-04-10T03:53:30.220Z vite:resolve 4.97ms unist-util-find-after -> ~/docs/www/node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/index.js
2024-04-10T03:53:30.220Z vite:resolve 4.98ms micromark-util-chunked -> ~/docs/www/node_modules/.pnpm/micromark-util-chunked@2.0.0/node_modules/micromark-util-chunked/dev/index.js
2024-04-10T03:53:30.220Z vite:resolve 4.99ms astring -> ~/docs/www/node_modules/.pnpm/astring@1.8.6/node_modules/astring/dist/astring.mjs
2024-04-10T03:53:30.220Z vite:resolve 4.97ms periscopic -> ~/docs/www/node_modules/.pnpm/periscopic@3.1.0/node_modules/periscopic/src/index.js
2024-04-10T03:53:30.229Z vite:resolve 7.88ms micromark-util-encode -> ~/docs/www/node_modules/.pnpm/micromark-util-encode@2.0.0/node_modules/micromark-util-encode/index.js
2024-04-10T03:53:30.229Z vite:resolve 7.95ms hast-util-is-element -> ~/docs/www/node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/index.js
2024-04-10T03:53:30.229Z vite:resolve 7.93ms unist-util-position-from-estree -> ~/docs/www/node_modules/.pnpm/unist-util-position-from-estree@2.0.0/node_modules/unist-util-position-from-estree/index.js
2024-04-10T03:53:30.229Z vite:resolve 7.95ms vfile -> ~/docs/www/node_modules/.pnpm/vfile@5.3.7/node_modules/vfile/index.js
2024-04-10T03:53:30.239Z vite:resolve 8.89ms mdast-util-mdx-expression -> ~/docs/www/node_modules/.pnpm/mdast-util-mdx-expression@2.0.0/node_modules/mdast-util-mdx-expression/index.js
2024-04-10T03:53:30.239Z vite:resolve 8.94ms escape-string-regexp -> ~/docs/www/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js
2024-04-10T03:53:30.239Z vite:resolve 8.81ms util-deprecate -> ~/docs/www/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/browser.js
2024-04-10T03:53:30.239Z vite:resolve 8.77ms acorn-jsx -> ~/docs/www/node_modules/.pnpm/acorn-jsx@5.3.2_acorn@8.11.3/node_modules/acorn-jsx/index.js
2024-04-10T03:53:30.245Z vite:resolve 4.76ms entities/lib/escape.js -> ~/docs/www/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/escape.js
2024-04-10T03:53:30.245Z vite:resolve 4.83ms estree-util-attach-comments -> ~/docs/www/node_modules/.pnpm/estree-util-attach-comments@3.0.0/node_modules/estree-util-attach-comments/index.js
2024-04-10T03:53:30.245Z vite:resolve 4.85ms hast-util-whitespace -> ~/docs/www/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js
2024-04-10T03:53:30.247Z vite:resolve 1.27ms unist-util-modify-children -> ~/docs/www/node_modules/.pnpm/unist-util-modify-children@3.1.1/node_modules/unist-util-modify-children/index.js
2024-04-10T03:53:30.247Z vite:resolve 1.21ms unist-util-visit-children -> ~/docs/www/node_modules/.pnpm/unist-util-visit-children@2.0.2/node_modules/unist-util-visit-children/index.js
2024-04-10T03:53:30.247Z vite:resolve 1.14ms entities/lib/decode.js -> ~/docs/www/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js
2024-04-10T03:53:30.255Z vite:resolve 6.74ms mdast-util-mdx-jsx -> ~/docs/www/node_modules/.pnpm/mdast-util-mdx-jsx@3.1.2/node_modules/mdast-util-mdx-jsx/index.js
2024-04-10T03:53:30.255Z vite:resolve 6.78ms micromark-core-commonmark -> ~/docs/www/node_modules/.pnpm/micromark-core-commonmark@2.0.0/node_modules/micromark-core-commonmark/dev/index.js
2024-04-10T03:53:30.255Z vite:resolve 6.72ms micromark-extension-mdx-expression -> ~/docs/www/node_modules/.pnpm/micromark-extension-mdx-expression@3.0.0/node_modules/micromark-extension-mdx-expression/dev/index.js
2024-04-10T03:53:30.255Z vite:resolve 6.71ms vfile-message -> ~/docs/www/node_modules/.pnpm/vfile-message@3.1.4/node_modules/vfile-message/index.js
2024-04-10T03:53:30.283Z vite:resolve 19.54ms array-iterate -> ~/docs/www/node_modules/.pnpm/array-iterate@2.0.1/node_modules/array-iterate/index.js
2024-04-10T03:53:30.313Z vite:resolve 24.25ms mdast-util-mdxjs-esm -> ~/docs/www/node_modules/.pnpm/mdast-util-mdxjs-esm@2.0.1/node_modules/mdast-util-mdxjs-esm/index.js
2024-04-10T03:53:30.313Z vite:resolve 13.65ms micromark-util-classify-character -> ~/docs/www/node_modules/.pnpm/micromark-util-classify-character@2.0.0/node_modules/micromark-util-classify-character/dev/index.js
2024-04-10T03:53:30.313Z vite:resolve 8.63ms micromark-extension-mdx-jsx -> ~/docs/www/node_modules/.pnpm/micromark-extension-mdx-jsx@3.0.0/node_modules/micromark-extension-mdx-jsx/dev/index.js
2024-04-10T03:53:30.318Z vite:resolve 4.31ms unist-util-stringify-position -> ~/docs/www/node_modules/.pnpm/unist-util-stringify-position@3.0.3/node_modules/unist-util-stringify-position/index.js
2024-04-10T03:53:30.319Z vite:resolve 4.33ms is-reference -> ~/docs/www/node_modules/.pnpm/is-reference@3.0.2/node_modules/is-reference/src/index.js
2024-04-10T03:53:30.319Z vite:resolve 4.35ms vfile-location -> ~/docs/www/node_modules/.pnpm/vfile-location@5.0.2/node_modules/vfile-location/index.js
2024-04-10T03:53:30.319Z vite:resolve 4.30ms micromark-extension-mdx-md -> ~/docs/www/node_modules/.pnpm/micromark-extension-mdx-md@2.0.0/node_modules/micromark-extension-mdx-md/index.js
2024-04-10T03:53:30.319Z vite:resolve 4.32ms micromark-util-resolve-all -> ~/docs/www/node_modules/.pnpm/micromark-util-resolve-all@2.0.0/node_modules/micromark-util-resolve-all/index.js
2024-04-10T03:53:30.323Z vite:resolve 3.44ms micromark-extension-mdxjs-esm -> ~/docs/www/node_modules/.pnpm/micromark-extension-mdxjs-esm@3.0.0/node_modules/micromark-extension-mdxjs-esm/dev/index.js
2024-04-10T03:53:30.327Z vite:resolve 3.54ms micromark-util-subtokenize -> ~/docs/www/node_modules/.pnpm/micromark-util-subtokenize@2.0.0/node_modules/micromark-util-subtokenize/dev/index.js
2024-04-10T03:53:30.327Z vite:resolve 3.55ms style-to-object -> ~/docs/www/node_modules/.pnpm/style-to-object@0.4.4/node_modules/style-to-object/index.mjs
2024-04-10T03:53:30.335Z vite:resolve 3.32ms inline-style-parser -> ~/docs/www/node_modules/.pnpm/inline-style-parser@0.1.1/node_modules/inline-style-parser/index.js
2024-04-10T03:53:30.335Z vite:resolve 3.31ms debug -> ~/docs/www/node_modules/.pnpm/debug@4.3.4/node_modules/debug/src/browser.js
2024-04-10T03:53:30.339Z vite:resolve 3.22ms acorn -> ~/docs/www/node_modules/.pnpm/acorn@8.11.3/node_modules/acorn/dist/acorn.js
2024-04-10T03:53:30.342Z vite:resolve 2.89ms micromark-factory-mdx-expression -> ~/docs/www/node_modules/.pnpm/micromark-factory-mdx-expression@2.0.1/node_modules/micromark-factory-mdx-expression/dev/index.js
2024-04-10T03:53:30.342Z vite:resolve 2.88ms micromark-factory-destination -> ~/docs/www/node_modules/.pnpm/micromark-factory-destination@2.0.0/node_modules/micromark-factory-destination/dev/index.js
2024-04-10T03:53:30.351Z vite:resolve 2.73ms micromark-util-html-tag-name -> ~/docs/www/node_modules/.pnpm/micromark-util-html-tag-name@2.0.0/node_modules/micromark-util-html-tag-name/index.js
2024-04-10T03:53:30.351Z vite:resolve 2.74ms micromark-factory-label -> ~/docs/www/node_modules/.pnpm/micromark-factory-label@2.0.0/node_modules/micromark-factory-label/dev/index.js
2024-04-10T03:53:30.357Z vite:resolve 2.41ms micromark-factory-title -> ~/docs/www/node_modules/.pnpm/micromark-factory-title@2.0.0/node_modules/micromark-factory-title/dev/index.js
2024-04-10T03:53:30.359Z vite:resolve 2.00ms micromark-util-events-to-acorn -> ~/docs/www/node_modules/.pnpm/micromark-util-events-to-acorn@2.0.2/node_modules/micromark-util-events-to-acorn/dev/index.js
2024-04-10T03:53:30.364Z vite:resolve 0.96ms ms -> ~/docs/www/node_modules/.pnpm/ms@2.1.2/node_modules/ms/index.js
2024-04-10T03:53:30.386Z vite:deps removing cache dir ~/docs/www/node_modules/.vite/deps_temp_f5c2997f
2024-04-10T03:53:52.993Z vite:hmr [file change] verbose.log
2024-04-10T03:53:52.993Z vite:hmr [no modules matched] verbose.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment