Skip to content

Commit

Permalink
Merge pull request #102 from iuioiua/feat-deno-config-imports
Browse files Browse the repository at this point in the history
feat: use imports within Deno config file
  • Loading branch information
iuioiua authored Feb 1, 2023
2 parents e42747f + 4ef6569 commit d58c4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"importMap": "import_map.json",
"imports": {
"https://deno.land/x/r2d2@$VERSION/": "./"
},
"tasks": {
"redis:start": "rm -f dump.rdb && redis-server --daemonize yes",
"test": "deno test --allow-net --trace-ops --coverage=cov --doc --parallel",
Expand Down
5 changes: 0 additions & 5 deletions import_map.json

This file was deleted.

0 comments on commit d58c4bc

Please sign in to comment.