Update and document netlify on-demand builder preset
See original GitHub issueInitially, we supported experimental netlify builders behind a flag (NITRO_PRESET=netlify_builder
) (https://github.com/nuxt/framework/commit/b536ab4ba7c0d8d38224e61c1f91ce528a6ba4e8) but usage is undocumented and needs updating outdir to .netlify/builders
here (https://docs.netlify.com/configure-builds/on-demand-builders/)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
On-demand Builders | Netlify Docs
On-demand Builders are serverless functions used to generate web content as needed that's automatically cached on Netlify's Edge CDN.
Read more >Build configuration overview - Netlify Docs
Reference basic build settings for a repository using continuous deployment, and understand build image options for your site.
Read more >File-based configuration - Netlify Docs
The netlify.toml is a configuration file that specifies how Netlify builds and deploys your site — including redirects, branch and context-specific settings, ...
Read more >Manage build dependencies | Netlify Docs
Specify dependencies for your project so that our platform can install required languages and software before running a build.
Read more >Faster, more reliable page loads with update to On-demand ...
Achieve faster build times and faster page load times for visitors around the globe.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I can do that. We should also discuss if there are scenarios where we could default to builders vs regular functions
I think with https://github.com/nuxt/framework/issues/330 we should think about a mechanism to ‘switch on’ builder vs regular functions.