From b4975674607f8aff8dc81d60d072eef2b0f04d09 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 14:32:20 -0600 Subject: [PATCH] Revert "use cache for torchlight runs" This reverts commit 3f2d383ac3a6a8cb21de9a84f11cfce6939808b6. --- .gitignore | 1 - torchlight.config.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 45e31c9..d5f97c8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,4 @@ /public/ /resources/ /.env* -/.torchlight-cache diff --git a/torchlight.config.js b/torchlight.config.js index 3f1b8e8..abdbd00 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: '.torchlight-cache', + cache: false, // Which theme you want to use. You can find all of the themes at // https://torchlight.dev/docs/themes.