Added Dockerfile

This commit is contained in:
Roman Krček
2025-05-17 14:01:01 +02:00
parent 5d647112b3
commit 05ad84c809
5 changed files with 241 additions and 115 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} */