diff options
author | 2022-10-12 21:27:56 +0000 | |
---|---|---|
committer | 2022-10-12 21:27:56 +0000 | |
commit | 575bf9205e7b5875c6b95d49339ff448f59eaad4 (patch) | |
tree | 5e14d483fea818032722fbe8a8ac06944a41a337 /examples/ssr/astro.config.mjs | |
parent | e55af8a23233b6335f45b7a04b9d026990fb616c (diff) | |
download | astro-575bf9205e7b5875c6b95d49339ff448f59eaad4.tar.gz astro-575bf9205e7b5875c6b95d49339ff448f59eaad4.tar.zst astro-575bf9205e7b5875c6b95d49339ff448f59eaad4.zip |
[ci] format
Diffstat (limited to 'examples/ssr/astro.config.mjs')
-rw-r--r-- | examples/ssr/astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssr/astro.config.mjs b/examples/ssr/astro.config.mjs index 2ff8bbaf5..b79949397 100644 --- a/examples/ssr/astro.config.mjs +++ b/examples/ssr/astro.config.mjs @@ -6,7 +6,7 @@ import node from '@astrojs/node'; export default defineConfig({ output: 'server', adapter: node({ - mode: 'standalone' + mode: 'standalone', }), integrations: [svelte()], }); |