netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
52 stars 2 forks source link

fix(plugins/unocss): require "@/" alias in import map #143

Closed miguelrk closed 7 months ago

miguelrk commented 7 months ago

Follow-up of https://github.com/netzo/netzo/pull/142.

Require "@/" alias in import map instead of using Deno.mainModule to resolve uno.config.ts since that was breaking at deploy time.