big update

This commit is contained in:
2026-01-01 21:27:58 -05:00
parent a1b7382288
commit 933d47c150
27 changed files with 184 additions and 73 deletions

View File

@@ -1,9 +1,11 @@
{
"tasks": {
"dev": "deno run --allow-read=./ --allow-net main.ts"
"dev": "deno run --allow-read=./ --allow-net --allow-env main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/dotenv": "jsr:@std/dotenv@^0.225.6",
"@std/fs": "jsr:@std/fs@^1.0.21",
"@std/media-types": "jsr:@std/media-types@^1.1.0"
}
}