update example app

This commit is contained in:
Jonas Kruckenberg
2023-01-11 19:01:30 +01:00
parent 900b8ccdb1
commit 4714cc2e2d
22 changed files with 755 additions and 2698 deletions
@@ -0,0 +1,15 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
}
};
export default config;