This commit is contained in:
array-in-a-matrix 2024-03-20 23:38:26 -04:00
parent 5af73ba59f
commit 6053ed3650

View file

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