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()],
});
;follow=1'>Fix bug with macro remaps in Bun.Transpiler apiGravatar Jarred Sumner 2-5/+8 2022-02-03Slight improvement to non-ascii file path handlingGravatar Jarred Sumner 4-18/+79 2022-02-02`path.relative` passes Node's tests (which also fixed bugs)Gravatar Jarred Sumner 8-283/+571