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
There are scenarios where you want to set an option like cache: false globally for all invocations without needing to manually specify them.
For example when you use a self-hosted runner that doesn't have access to cache, you might want to set cache: false for all invocations.
Adding environment variables like SETUP_PIXI_CACHE: false could be a way to do this.
The text was updated successfully, but these errors were encountered:
There are scenarios where you want to set an option like
cache: false
globally for all invocations without needing to manually specify them.For example when you use a self-hosted runner that doesn't have access to cache, you might want to set
cache: false
for all invocations.Adding environment variables like
SETUP_PIXI_CACHE: false
could be a way to do this.The text was updated successfully, but these errors were encountered: