Add astro frontend

This commit is contained in:
2024-10-28 00:36:23 +01:00
parent c8d5540b0d
commit 87edd6f478
12 changed files with 4264 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});