chore: claude code refactor (7.5/10)

This commit is contained in:
2025-11-21 17:11:22 +01:00
parent ea431c9401
commit 3d5035547d
6 changed files with 143 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
{
"tasks": {
"start": "deno run --allow-read --allow-write --allow-env main.ts",
"dev": "deno run --watch --allow-read --allow-write --allow-env main.ts"
"start": "deno run --allow-read --allow-write main.ts",
"dev": "deno run --watch --allow-read --allow-write main.ts"
},
"imports": {
"@std/path": "jsr:@std/path@^1.0.0",