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
I'd like to turn off the cache during local development.
I set maxCacheSize to 0, but received the following error:
Started uws app on port 4200
with plugin(s) shelf
/home/duane/Projects/credit/node_modules/.pnpm/latermom@2.0.1/node_modules/latermom/index.js:39
const [keyToRemove] = this.data.entries().next().value;
^
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at Cache.get (/home/duane/Projects/credit/node_modules/.pnpm/latermom@2.0.1/node_modules/latermom/index.js:39:35)
at /home/duane/Projects/credit/node_modules/.pnpm/chef-uws@1.4.0/node_modules/chef-uws/dist/server/index.js:101:52
Node.js v18.16.0
Is there another way to turn off the cache, so that static files that have changed will be reloaded every time from disk?
The text was updated successfully, but these errors were encountered:
I'd like to turn off the cache during local development.
I set
maxCacheSize
to 0, but received the following error:Is there another way to turn off the cache, so that static files that have changed will be reloaded every time from disk?
The text was updated successfully, but these errors were encountered: