mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
use cache for torchlight runs
This commit is contained in:
parent
f1f588c659
commit
3f2d383ac3
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,4 +5,5 @@
|
||||||
/public/
|
/public/
|
||||||
/resources/
|
/resources/
|
||||||
/.env*
|
/.env*
|
||||||
|
/.torchlight-cache
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ module.exports = {
|
||||||
// want to add this directory to your .gitignore. Set to
|
// want to add this directory to your .gitignore. Set to
|
||||||
// `false` to use an in-memory cache. You may also
|
// `false` to use an in-memory cache. You may also
|
||||||
// provide a full cache implementation.
|
// provide a full cache implementation.
|
||||||
cache: false,
|
cache: '.torchlight-cache',
|
||||||
|
|
||||||
// Which theme you want to use. You can find all of the themes at
|
// Which theme you want to use. You can find all of the themes at
|
||||||
// https://torchlight.dev/docs/themes.
|
// https://torchlight.dev/docs/themes.
|
||||||
|
|
Loading…
Reference in a new issue