diff options
author | 2022-09-13 16:24:11 -0500 | |
---|---|---|
committer | 2022-09-13 16:24:11 -0500 | |
commit | b9e73b4b0d11abc806d4eca5b5f144ccedd230fe (patch) | |
tree | 8d17b87b3f241624503aefb0db9217bf80a8e084 /examples | |
parent | 65bef5d2175db322f4e5939334e0144d91297a1c (diff) | |
download | astro-b9e73b4b0d11abc806d4eca5b5f144ccedd230fe.tar.gz astro-b9e73b4b0d11abc806d4eca5b5f144ccedd230fe.tar.zst astro-b9e73b4b0d11abc806d4eca5b5f144ccedd230fe.zip |
Delete examples/component/demo directory (#4739)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/component/demo/astro.config.mjs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/component/demo/astro.config.mjs b/examples/component/demo/astro.config.mjs deleted file mode 100644 index 2d73a2807..000000000 --- a/examples/component/demo/astro.config.mjs +++ /dev/null @@ -1,10 +0,0 @@ -import { defineConfig } from 'astro/config'; - -// https://astro.build/config -export default defineConfig({ - vite: { - ssr: { - noExternal: ['@example/my-component'], - }, - }, -}); |