Update Deno API with fallback mechanism

This commit is contained in:
Your Name
2026-01-11 18:31:57 +01:00
parent a9ef873868
commit 7b69ea7f94
4 changed files with 144 additions and 21 deletions

View File

@@ -15,7 +15,11 @@
"deploy": {
"project": "85252de3-9b36-4d8b-b250-e491b4131838",
"exclude": [
"**/node_modules"
"**/node_modules",
"Music/**",
"virome-music/**",
".git/**",
".vscode/**"
],
"include": [],
"entrypoint": "mod.ts"