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
If a framework has an entry in framework-info it disables the static server, meaning that any framework that needs this cannot use auto-detection, so misses out on the other benefits of auto-detection, such as build command.
This is related to #3654, and could be fixed with a similar solution to that, or more simply by starting the static server if the framework specifies no dev command and/or target port.
The text was updated successfully, but these errors were encountered:
Describe the bug
If a framework has an entry in framework-info it disables the static server, meaning that any framework that needs this cannot use auto-detection, so misses out on the other benefits of auto-detection, such as build command.
To Reproduce
Cannot be reproduced because it would require adding a framework to framework-info, but the code is here:
https://github.com/netlify/cli/blob/main/src/utils/detect-server-settings.js#L260
This is related to #3654, and could be fixed with a similar solution to that, or more simply by starting the static server if the framework specifies no dev command and/or target port.
The text was updated successfully, but these errors were encountered: