summaryrefslogtreecommitdiff
path: root/examples/container-with-vitest/astro.config.ts
blob: 17257d4f19c3392231dcf1ab3313b3fe8999e8db (plain) (blame)
1
2
3
4
5
6
7
import { defineConfig } from 'astro/config';
import react from "@astrojs/react"

// https://astro.build/config
export default defineConfig({
	integrations: [react()]
});