add option to bust cache globally

This commit is contained in:
りき萌 2025-01-10 14:10:23 +01:00
parent cf29293fd6
commit 62c272ff62
5 changed files with 31 additions and 6 deletions

7
vfs.toml Normal file
View 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"