npm run dev, works just fine but vite fails at build time.
gitpod /workspace/namepedia (main) $ npm run build
build
astro build
04:57:48 [build] output: "static"
04:57:48 [build] directory: /workspace/namepedia/.vercel/output/static/
04:57:48 [build] adapter: <@&1055234544183287879>/vercel/static
04:57:48 [build] Collecting build info...
04:57:48 [build] ✓ Completed in 86ms.
04:57:48 [build] Building static entrypoints...
04:57:52 [vite] ✓ built in 4.39s
04:57:52 [build] ✓ Completed in 4.43s.
building client (vite)
04:57:52 [vite] ✓ 0 modules transformed.
04:57:52 [ERROR] [vite] x Build failed in 7ms
transforming (64) node_modules/react-dom/client.js[astro:build] The argument 'path' must be a string, Uint8Array, or URL without null bytes. Received '/workspace/namepedia/\x00astro-entry:/workspace/namepedia/src/components/tsconfig.json'
file: astro-entry:/workspace/namepedia/src/components/Header.astro
Stack trace:
at Object.stat (node:fs:1588:10)
at find (file:///workspace/namepedia/node_modules/vite/dist/node/chunks/dep-stQc5rCc.js:13765:2)
at async loadTsconfigJsonForFile (file:///workspace/namepedia/node_modules/vite/dist/node/chunks/dep-stQc5rCc.js:14857:24)
at async compileAstro (file:///workspace/namepedia/node_modules/astro/dist/vite-plugin-astro/compile.js:14:21)