tatord deleted

This commit is contained in:
titver968
2025-02-25 15:40:48 +01:00
parent ea1a39d1cb
commit 963fd17a3c
21 changed files with 0 additions and 5392 deletions

View File

@@ -1,15 +0,0 @@
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
}
};
export default config;