diff --git a/.changeset/dirty-games-jam.md b/.changeset/dirty-games-jam.md new file mode 100644 index 000000000000..50ea10998a02 --- /dev/null +++ b/.changeset/dirty-games-jam.md @@ -0,0 +1,6 @@ +--- +"astro": patch +"@astrojs/db": patch +--- + +Fixes @astrojs/db loading TS in the fixtures diff --git a/packages/astro/src/core/config/vite-load.ts b/packages/astro/src/core/config/vite-load.ts index 0df11bfd0375..c890bb48d6df 100644 --- a/packages/astro/src/core/config/vite-load.ts +++ b/packages/astro/src/core/config/vite-load.ts @@ -21,6 +21,7 @@ async function createViteServer(root: string, fs: typeof fsType): Promise