Replies: 1 comment
-
It seems that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My package depends on some static assets, and I was trying to get their paths from
import.meta.dirname
. Because I need to read them at runtime. But I noticed that when importing jsr packages,import.meta.diname
doesn't exist. Is there any way to read them other than using deno verdorFor example, I published the following directory. I want to read assets/index.html from mod.ts
Beta Was this translation helpful? Give feedback.
All reactions