mirror of
https://github.com/withastro/astro.git
synced 2025-09-25 23:15:10 +08:00

* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|