Add Docker support with Dockerfile and .dockerignore, update package dependencies, and switch to adapter-node for Svelte

This commit is contained in:
Norbert Maciaszek
2025-11-25 10:30:54 +01:00
parent f31eb3dc0d
commit 678605b7bc
8 changed files with 307 additions and 29 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} */