working server

This commit is contained in:
2025-11-21 22:23:50 +00:00
parent c16fd804c0
commit a3a001d8e1
6 changed files with 248 additions and 119 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} */