finalize deno addition to the cli starters

This commit is contained in:
dswbx
2025-10-25 10:26:05 +02:00
parent b787837dd2
commit 2fd5e71574
3 changed files with 30 additions and 22 deletions

View File

@@ -1,5 +1,8 @@
{
"nodeModulesDir": "auto",
"tasks": {
"dev": "deno serve -A --watch main.ts"
},
"imports": {
"bknd": "npm:bknd@0.19.0-rc.1"
},