yippee C and R from db works well

This commit is contained in:
2026-01-12 18:16:32 +13:00
parent 8794bd6aea
commit ea173dcc52
9 changed files with 57 additions and 183 deletions

View File

@@ -3,8 +3,6 @@ import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import db from '@astrojs/db';
import node from '@astrojs/node';
// https://astro.build/config
@@ -14,8 +12,6 @@ export default defineConfig({
plugins: [tailwindcss()]
},
integrations: [db()],
adapter: node({
mode: 'standalone'
})