From 7faca4f360f3f3bcd338c57ec9737cf32e91c38d 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 05852d38038606e1e36fc50d2515f69b2fb3524a. --- .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.