Delete examples/component/demo directory (#4739)
This commit is contained in:
parent
65bef5d217
commit
b9e73b4b0d
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
ssr: {
|
||||
noExternal: ['@example/my-component'],
|
||||
},
|
||||
},
|
||||
});
|
Loading…
Reference in a new issue