Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutanium authored and github-actions[bot] committed Jun 21, 2022
1 parent e88b23e commit fdba6c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/deno/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -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,
}),
});
adapter: deno({
port: 3000,
}),
});

0 comments on commit fdba6c2

Please sign in to comment.