diff options
author | 2022-06-21 17:11:04 +0000 | |
---|---|---|
committer | 2022-06-21 17:11:04 +0000 | |
commit | fdba6c23a731d3942b6922bcf6a8a3262409e34c (patch) | |
tree | 557ddf72aa5bb17dbc54adec2369f113332d8439 | |
parent | e88b23ea5271369bcd26b0f011cc9146fc258b8c (diff) | |
download | astro-fdba6c23a731d3942b6922bcf6a8a3262409e34c.tar.gz astro-fdba6c23a731d3942b6922bcf6a8a3262409e34c.tar.zst astro-fdba6c23a731d3942b6922bcf6a8a3262409e34c.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | examples/deno/astro.config.mjs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/deno/astro.config.mjs b/examples/deno/astro.config.mjs index b8dd324a4..f11d788ab 100644 --- a/examples/deno/astro.config.mjs +++ b/examples/deno/astro.config.mjs @@ -1,9 +1,9 @@ import { defineConfig } from 'astro/config'; -import deno from "@astrojs/deno"; +import deno from '@astrojs/deno'; // https://astro.build/config export default defineConfig({ - adapter: deno({ - port: 3000, - }), -});
\ No newline at end of file + adapter: deno({ + port: 3000, + }), +}); |