Fix builds on prod

This commit is contained in:
2025-01-24 22:25:37 -06:00
parent 95759b10eb
commit 1a0451a87f
4 changed files with 155 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */