Skip to content

Commit 4011064

Browse files
committed
import map workaround
1 parent 34965de commit 4011064

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

deno.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"tasks": {
3-
"dev": "deno run --watch --no-check --import-map=import_map.json -A main.ts",
3+
"dev": "deno run --watch --no-check -A main.ts",
44
"manifest": "fresh manifest"
5-
}
5+
},
6+
"importMap": "import_map.json"
67
}

0 commit comments

Comments
 (0)