Skip to content

Commit

Permalink
feat: add root project import in import_map
Browse files Browse the repository at this point in the history
  • Loading branch information
xstevenyung committed Jul 7, 2022
1 parent e3fefe5 commit bfaa386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if (useTwind) {

const importMap = {
"imports": {
"~/": "./",
"$fresh/": new URL("./", import.meta.url).href,
"preact": "https://esm.sh/preact@10.8.2",
"preact/": "https://esm.sh/preact@10.8.2/",
Expand Down

0 comments on commit bfaa386

Please sign in to comment.