Update project dependencies and configuration: add svelte-adapter-bun, modify package scripts to use bun, and enhance .dockerignore for build artifacts.

This commit is contained in:
2026-01-05 15:14:37 -03:00
parent 3fe361e554
commit 4db025d350
4 changed files with 56 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-node';
import adapter from "svelte-adapter-bun";
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */