Hi, love this project idea and cool to see it develop!
I have a monorepo with a setup of
WORKSPACE
BUILD
java-package-1
java-2
... (dozens more)
frontend
- BUILD
- package.json
- yarn.lock
where frontend code is all in a subfolder, there is no package.json or yarn lock in the root of the monorepo. From what I can tell, Jazelle expects those files to be in the root. Is there a way of overriding this?