mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
// @ts-check
|
|
import { defineConfig } from "astro/config";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
output: "server",
|
|
});
|