Initial: config.saiden.dev worker with KV-backed secrets and files, project/env scoping

This commit is contained in:
marauder-actual
2026-06-10 16:59:18 +02:00
commit 339f68de4b
10 changed files with 3495 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"lib": ["ESNext"],
"types": ["@cloudflare/workers-types"],
"isolatedModules": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}