From 3f2d383ac3a6a8cb21de9a84f11cfce6939808b6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 21 Jan 2024 14:25:58 -0600 Subject: [PATCH] use cache for torchlight runs --- .gitignore | 1 + torchlight.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.