This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/astro.config.mjs
2023-08-13 16:45:39 -06:00

6 lines
137 B
JavaScript

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