cannot publish package to jsr but it uses a shared file
So this is my setup
foo deno.json is
but when publishing I got
I understand the error but what is the solution to this?
thanks!
foo/mods imports the utils file like soimport { resolveFromRoot } from "../../utils.ts";foo deno.json is
but when publishing I got
error[invalid-path]: path is not in publish directoryI understand the error but what is the solution to this?
thanks!