Replies: 2 comments 2 replies
-
I can try to come up with a PR for the CLI parameter, I think that is the most flexible solution, what do you think @danielroe ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @itpropro. You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If using e.g.
defineCachedFunction
, the.nitro/cache/nitro_
folder stays on the fs, even if the dev server is shut down. For a better local dev experience, the cache should either be cleared at shut down or newly initialized at start or alternatively provide a cli switch like--clearCache
to provide full flexibility to persist the cache, if needed.Beta Was this translation helpful? Give feedback.
All reactions