chore: Update deno.unstable to an array (#11032)

chore: update `deno.unstable`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2025-08-12 11:10:46 +04:00
committed by GitHub
parent bdcb3e1df7
commit 9be62b35c9

View File

@@ -52,6 +52,6 @@
"deno.enable": false,
"deno.enablePaths": ["./packages/create-discord-bot/template/Deno"],
"deno.lint": false,
"deno.unstable": false,
"deno.unstable": [],
"deno.config": "./packages/create-discord-bot/template/Deno/deno.jsonc"
}