🚀 Init

This commit is contained in:
Korbs 2024-08-16 16:20:41 -04:00
parent 9fd0228a37
commit 59e871a96f
16 changed files with 818 additions and 0 deletions

4
test/astro.config.mjs Normal file
View file

@ -0,0 +1,4 @@
import { defineConfig } from 'astro/config';
import vue from '@astrojs/vue';
export default defineConfig({integrations: [vue()]});