transfer to PC

This commit is contained in:
Henri
2025-11-21 01:58:01 +02:00
parent 679ace976a
commit 7dfb5adda1
322 changed files with 1592 additions and 3021 deletions

View File

@@ -1,15 +1,8 @@
// import adapter from '@sveltejs/adapter-auto'; (Autoadapter)
import adapter from "svelte-adapter-bun";
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter()
}
};
export default config;
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}