feat: dockerize

This commit is contained in:
s-prechtl 2024-09-07 23:39:49 +02:00
parent 325cc6d1af
commit a8da22196a
6 changed files with 833 additions and 1 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} */