This commit is contained in:
2026-01-12 11:32:56 +13:00
parent 2655a16a12
commit 8f9733d2b2
5 changed files with 425 additions and 11 deletions

View File

@@ -3,9 +3,13 @@ import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import db from '@astrojs/db';
// https://astro.build/config
export default defineConfig({
vite: {
plugins: [tailwindcss()]
}
},
integrations: [db()]
});