Can't Publish Indicator

Hey dudes! I wrote a fairly simple absorption indicator but when I try to publish i get this error. Any thought?

The code doesn’t have any bugs

Check the paths to the tools that you’re referencing. It should have only a single dot like this:
const predef = require("./tools/predef");

For some weird reason, Tradovate uses two dots in these paths when you create a new indictoar.

You don’t have a proper module.exports statement defined. If you open any other indicator, you can see a working example.