We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Happy New Year and thanks for all the hard work on v2. It is appreciated.
I use yarn pnp which means I don't use a node_modules folder, at all. It is kind of nice to not have it in my repo.
node_modules
When I start up mf, it creates a node_modules folder.
I'd love to get rid of that.
The text was updated successfully, but these errors were encountered:
Hey! 👋 You can use the --no-cf-fetch/--cf-fetch path/to/cache/cf.json option to either disable Request#cf fetching (falling back to a static default), or using a different cache path (https://miniflare.dev/get-started/cli#requestcf-object). You can use --no-update-check to disable to update checker (https://miniflare.dev/get-started/cli#update-checker).
--no-cf-fetch
--cf-fetch path/to/cache/cf.json
Request#cf
--no-update-check
Sorry, something went wrong.
No branches or pull requests
Happy New Year and thanks for all the hard work on v2. It is appreciated.
I use yarn pnp which means I don't use a
node_modules
folder, at all. It is kind of nice to not have it in my repo.When I start up mf, it creates a
node_modules
folder.I'd love to get rid of that.
The text was updated successfully, but these errors were encountered: