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

@@ -9,11 +9,9 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"types": [
"./worker-configuration.d.ts"
]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
}