You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modules and other components often need to store caches and local files. Modules often do this inside their own directories, while the core writes in different places.
Ideally, code should write in /var and nowhere else. This needs to be documented.
Modules and other components often need to store caches and local files. Modules often do this inside their own directories, while the core writes in different places.
Ideally, code should write in
/varand nowhere else. This needs to be documented.