improve deno cache FOD

This commit is contained in:
EatThePooh 2025-08-02 08:21:03 +07:00
parent 9df3f362fe
commit a4bc8c0230
3 changed files with 48 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"tasks": {
"start": "deno run --cached-only main.ts"
},
"patch": [
"links": [
"../hjq"
]
}