cannot publish package to jsr but it uses a shared file
So this is my setup
foo/mods
imports the utils file like so
import { resolveFromRoot } from "../../utils.ts";
foo deno.json is
but when publishing I got error[invalid-path]: path is not in publish directory
I understand the error but what is the solution to this?
thanks!2 Replies
There is a new Discord server for JSR
https://discord.gg/hMqvhAn9xG. Perhaps you could get help there.
https://discord.gg/hMqvhAn9xG. Perhaps you could get help there.
thanks @NDH i'll join it and post there 🙂