summaryrefslogtreecommitdiff
path: root/examples/framework-vue/astro.config.mjs
blob: f30130a95318b71d4a2de5dadd8c975264179f5f (plain) (blame)
1
2
3
4
5
6
7
8
import { defineConfig } from 'astro/config';
import vue from '@astrojs/vue';

// https://astro.build/config
export default defineConfig({
	// Enable Vue to support Vue components.
	integrations: [vue()],
});
ass='deletions'>-43/+52 2022-03-22`Response.file` -> `Bun.file`Gravatar Jarred Sumner 3-72/+65 2022-03-21sendfile worksGravatar Jarred Sumner 7-62/+174 2022-03-21[bun.js] 2/? Implement `Response.file`, sendfile editionGravatar Jarred Sumner 8-161/+506 2022-03-21[bun.js] 1/? Implement `Response.file`Gravatar Jarred Sumner 13-103/+1103