Skip to content

Commit

Permalink
back to alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mciparelli committed Nov 26, 2023
1 parent 6eb9f62 commit 13e3806
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"$std/": "https://deno.land/[email protected]/",
"@headlessui/react": "https://esm.sh/@headlessui/react&external=react",
"icons": "https://esm.sh/@heroicons/react/24/solid&external=react",
"react-confetti-explosion": "https://esm.sh/react-confetti-explosion&external=react",
"@headlessui/react": "https://esm.sh/@headlessui/react?alias=react:preact/compat&external=preact",
"icons": "https://esm.sh/@heroicons/react/24/solid?alias=react:preact/compat&external=preact",
"react-confetti-explosion": "https://esm.sh/react-confetti-explosion?alias=react:preact/compat&external=preact",
"fetch-retry": "https://esm.sh/fetch-retry",
"swr": "https://esm.sh/swr&external=react",
"swr": "https://esm.sh/swr?alias=react:preact/compat&external=preact",
"components/": "./components/",
"utils/": "./utils/",
"api": "./utils/api.js",
Expand Down

1 comment on commit 13e3806

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 13e3806 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status server error (500 Internal Server Error) for url (https://esm.sh/v135/[email protected]/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmUvcHJlYWN0/denonext/client-only.mjs)

Please sign in to comment.