diff --git a/.gitignore b/.gitignore index d5f97c8..45e31c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ /public/ /resources/ /.env* +/.torchlight-cache diff --git a/torchlight.config.js b/torchlight.config.js index abdbd00..3f1b8e8 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -7,7 +7,7 @@ module.exports = { // want to add this directory to your .gitignore. Set to // `false` to use an in-memory cache. You may also // provide a full cache implementation. - cache: false, + cache: '.torchlight-cache', // Which theme you want to use. You can find all of the themes at // https://torchlight.dev/docs/themes.