astro conf
This commit is contained in:
parent
b9c8a155d8
commit
684d727aa9
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({});
|
export default defineConfig({
|
||||||
|
server: { port: 8001 }
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue