Update Deno configuration to use external import map

This commit is contained in:
wood chen 2025-02-08 01:52:39 +08:00
parent 1edbfd6379
commit a95f8a4715

View File

@ -4,11 +4,7 @@
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"],
"strict": true
},
"importMap": {
"imports": {
"std/": "https://deno.land/std@0.220.1/"
}
},
"importMap": "./import_map.json",
"tasks": {
"start": "deno run --allow-net --allow-read --allow-env main.ts"
}