feat: move to cloudflare workers

This commit is contained in:
2026-04-03 16:40:15 +02:00
parent a4592a1869
commit e46c19c587
8 changed files with 60 additions and 34 deletions

View File

@@ -6,13 +6,7 @@ const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
alias: {
'@/*': './src/lib/*',
},
},
kit: { adapter: adapter(), alias: { '@/*': './src/lib/*' } }
};
export default config;