feat: use cloudflare kv
This commit is contained in:
parent
8ae9355ec9
commit
c2e36adc6a
8 changed files with 35 additions and 13 deletions
|
@ -9,7 +9,8 @@
|
|||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler"
|
||||
"moduleResolution": "bundler",
|
||||
"types": ["@cloudflare/workers-types"]
|
||||
}
|
||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
||||
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue