Open goosechaser opened 3 days ago
I can reproduce this error:
17:06:28 watching for file changes...
17:06:28 [astro:db] New local database created.
17:06:28 [ERROR] [astro:db] [vite] cannot find entry point module 'astro:db'.
17:06:32 [astro:db] Seeded database.
17:06:33 [200] / 1407ms
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Running
npm run dev
shows:Everything works though.
What's the expected result?
No error should be displayed.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-f2kqtd?file=src%2Fpages%2Findex.astro
Participation