add option to bust cache globally
This commit is contained in:
parent
cf29293fd6
commit
62c272ff62
5 changed files with 31 additions and 6 deletions
7
vfs.toml
Normal file
7
vfs.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# treehouse virtual file system settings.
|
||||
# These are loaded during VFS construction (earlier than treehouse.toml) and can be used to
|
||||
# influence the virtual file system.
|
||||
|
||||
# NOTE: As a convention, this string is just an integer.
|
||||
# To bust all caches, increment this by 1.
|
||||
cache_salt = "1"
|
Loading…
Add table
Add a link
Reference in a new issue