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"],
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"],
|
||||||
"strict": true
|
"strict": true
|
||||||
},
|
},
|
||||||
"importMap": {
|
"importMap": "./import_map.json",
|
||||||
"imports": {
|
|
||||||
"std/": "https://deno.land/std@0.220.1/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"start": "deno run --allow-net --allow-read --allow-env main.ts"
|
"start": "deno run --allow-net --allow-read --allow-env main.ts"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user