Skip to content

Commit

Permalink
Add import map to fix twind imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jul 6, 2023
1 parent adbf3e2 commit c437325
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"scopes": {
"https://crux.land/api/get/7GrKMy.ts": {
// fix the import path for twind inside nanossr
"twind": "https://esm.sh/twind@0.16.16/shim/server",
"https://esm.sh/@twind/typography@0.0.2": "https://esm.sh/*@twind/typography@0.0.2"
}
}
}
69 changes: 69 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c437325

Please sign in to comment.