first commit

This commit is contained in:
@s.roertgen 2025-04-29 20:29:45 +02:00
commit def118101d
34 changed files with 4625 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
export default {
preprocess: preprocess(),
kit: {
adapter: adapter(),
vite: {
css: {
postcss: true
}
}
}
};