astro conf

This commit is contained in:
nelle 2023-08-13 16:45:39 -06:00
parent b9c8a155d8
commit 684d727aa9

View file

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