chore: scaffold progetto Astro 5 con adapter node

This commit is contained in:
2026-07-01 23:35:56 +02:00
parent 9780e51137
commit 5f7ed1f97b
12 changed files with 6132 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: { include: ['tests/**/*.test.ts'] },
});