mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
add deno to the cli starters
This commit is contained in:
8
examples/deno/deno.json
Normal file
8
examples/deno/deno.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"nodeModulesDir": "auto",
|
||||
"imports": {
|
||||
"bknd": "npm:bknd@0.19.0-rc.1"
|
||||
},
|
||||
"links": ["../../app/"],
|
||||
"unstable": ["raw-imports"]
|
||||
}
|
||||
Reference in New Issue
Block a user