prepare for deployment

This commit is contained in:
2024-12-24 01:30:41 -08:00
parent 3372575e9a
commit 7b3c45d845
3 changed files with 11 additions and 10 deletions

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} */