Delete examples/component/demo directory (#4739)

This commit is contained in:
Nate Moore 2022-09-13 16:24:11 -05:00 committed by GitHub
parent 65bef5d217
commit b9e73b4b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
vite: {
ssr: {
noExternal: ['@example/my-component'],
},
},
});