When creating a site (netlify init or netlify sites:create), we set the build command, publish directory and functions directory based on framework detection in the UI.
The CLI does it too, but not based on framework detection. We should add this, using @netlify/framework-info.
Related: #1495 (for @netlify/framework-info + Netlify Dev)
When creating a site (
netlify initornetlify sites:create), we set the build command, publish directory and functions directory based on framework detection in the UI.The CLI does it too, but not based on framework detection. We should add this, using
@netlify/framework-info.Related: #1495 (for
@netlify/framework-info+ Netlify Dev)