This commit is contained in:
array-in-a-matrix 2024-03-20 23:38:26 -04:00
parent 5af73ba59f
commit 6053ed3650
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
output: 'server'
});