skymethod / denoflare

Develop, test, and deploy Cloudflare Workers with Deno.
https://denoflare.dev
MIT License
710 stars 36 forks source link

Denoflare using importMaps from deno.json #52

Closed thebergamo closed 1 year ago

thebergamo commented 1 year ago

While I'm trying to execute my code in Denoflare, it is always complaining about my imports that have reference to the importMaps as it is recommended in Deno. Is there any config to make sure the importMaps are getting used while running denoflare?

thebergamo commented 1 year ago

I see that my issue is a duplicate of #30, maybe we can restart conversation about this?

johnspurlock-skymethod commented 1 year ago

ok - i've reopened that one.

Can you comment over there if importMaps is the only thing you need out of deno.json/jsonc ? And just basically what need from it.

Denoflare was around long before import maps and deno.json were a thing in Deno, or even desired : )