chore: restructure repo as worker collection

This commit is contained in:
OpenClaw Agent
2026-03-23 12:58:51 +08:00
parent 56179e6a75
commit 74c6e25063
22 changed files with 237 additions and 211 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types"]
}
}