[ci] format

This commit is contained in:
Jutanium 2022-06-21 17:11:04 +00:00 committed by github-actions[bot]
parent e88b23ea52
commit fdba6c23a7

View file

@ -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,
}),
});