Thinking about data pipeline

This commit is contained in:
2025-11-17 14:12:46 +13:00
parent 7145714151
commit 02724d9986
3 changed files with 32 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ import tailwindcss from '@tailwindcss/vite';
// https://astro.build/config
export default defineConfig({
output: 'server',
adapter: node({
mode: 'standalone'
}),