Files
Gallus_Pub/Gallus_Pub_v1/astro.config.mjs
Kenzo 582313f960 Add initial setup for Gallus_Pub_v1 with Astro
This commit includes a README detailing the Astro starter kit setup and an autogenerated package-lock.json. The setup uses the minimal Astro template, with dependencies like Astro 5.11.0 installed to kickstart the project.
2025-07-13 21:31:00 +02:00

6 lines
122 B
JavaScript

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