use cache for torchlight runs

This commit is contained in:
John Bowdre 2024-01-21 14:25:58 -06:00
parent f1f588c659
commit 3f2d383ac3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,4 +5,5 @@
/public/
/resources/
/.env*
/.torchlight-cache

View file

@ -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.