summaryrefslogtreecommitdiff
path: root/examples/component/demo/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-07-19 05:21:24 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-19 05:21:24 +0000
commit4bb96ac8e5890a9a4320b1d5655e691ebf7924cd (patch)
treee8635ade969d5c9788433579b80a3f6c1dea60d5 /examples/component/demo/astro.config.mjs
parent04070c0c12c00a3e17842ce48e36edc3f2c890a3 (diff)
downloadastro-4bb96ac8e5890a9a4320b1d5655e691ebf7924cd.tar.gz
astro-4bb96ac8e5890a9a4320b1d5655e691ebf7924cd.tar.zst
astro-4bb96ac8e5890a9a4320b1d5655e691ebf7924cd.zip
[ci] format
Diffstat (limited to 'examples/component/demo/astro.config.mjs')
-rw-r--r--examples/component/demo/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/demo/astro.config.mjs b/examples/component/demo/astro.config.mjs
index d92b7a872..2d73a2807 100644
--- a/examples/component/demo/astro.config.mjs
+++ b/examples/component/demo/astro.config.mjs
@@ -4,7 +4,7 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
vite: {
ssr: {
- noExternal: ['@example/my-component']
+ noExternal: ['@example/my-component'],
},
},
});