dockerized frontend

This commit is contained in:
Alex
2025-03-01 09:37:01 +01:00
parent 903cd6df28
commit 309e3a9d1e
5 changed files with 275 additions and 2 deletions

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 = {