[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 deno from "@astrojs/deno";
|
||||
import deno from '@astrojs/deno';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: deno({
|
||||
port: 3000,
|
||||
}),
|
||||
});
|
||||
adapter: deno({
|
||||
port: 3000,
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue