limepot-xyz/astro.config.mjs
2023-09-07 21:00:23 -06:00

6 lines
137 B
JavaScript
Executable file

import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
server: { port: 8001 }
});