Add Backend website server.

This commit is contained in:
2026-04-11 23:22:19 +00:00
parent 25426275e3
commit e7b55f873b
7 changed files with 104 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = {