[ci] format
This commit is contained in:
parent
e88b23ea52
commit
fdba6c23a7
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import deno from "@astrojs/deno";
|
import deno from '@astrojs/deno';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
adapter: deno({
|
adapter: deno({
|
||||||
port: 3000,
|
port: 3000,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue