cozy/astro.config.mjs

5 lines
100 B
JavaScript

import { defineConfig } from "astro/config";
export default defineConfig({
output: "server",
});