mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-08 09:12:18 +00:00
parent
708210d76d
commit
b497567460
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,5 +5,4 @@
|
|||
/public/
|
||||
/resources/
|
||||
/.env*
|
||||
/.torchlight-cache
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue