feat: pipeline and dockerize

This commit is contained in:
u80864958
2025-10-21 08:23:47 +02:00
parent 02918feca1
commit 0f2dee09d6
5 changed files with 148 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} */