import { defineConfig } from 'astro/config' export default defineConfig({srcDir: './astro',outDir: './app'})