torchlight-api / torchlight-cli

Node CLI for Torchlight
15 stars 2 forks source link

Fixed cache not working #7

Closed lubiah closed 8 months ago

lubiah commented 1 year ago

Initially, I thought the error was coming from the remark-torchlight but the error was originating from here. Inside the torchlight.js file, we were not initiating the cache so it wasn't working. Also, the config was not also working properly. It wasn't able to detect a torchlight.config.js fie inside the root of a project but all has been fixed.

I don't know if this error is persistent in other projects though🤔