This commit is contained in:
2025-12-29 12:43:02 -06:00
parent 8eb12a7087
commit 3b6331faea

View File

@@ -1,11 +0,0 @@
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
},
};
export default config;