Files
azionelab-v2/frontend/astro.config.mjs
T

10 lines
149 B
JavaScript

import { defineConfig } from "astro/config";
export default defineConfig({
output: "static",
server: {
host: true,
port: 4321,
},
});