mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-19 06:01:59 +08:00
Update Deno configuration to use external import map
This commit is contained in:
parent
1edbfd6379
commit
a95f8a4715
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user