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
Is your feature request related to a problem? Please describe.
When is developed a app that requires more requests per time, the current development server crashes and broke the app's workflow ( send and receive data )
What do we currently have to do now?
Abstract serve command to use of some others servers as alternatives when the user ( developer ) choose under the hood. Transparent to developer
Describe the solution you'd like
Run some command like:
Default server of local environment
craft serve
A robust server that runs a production like environment
craft serve --optimize
Or something that indicates that a other server will used.
Describe alternatives you've considered
Use of waitress server by example.
Is this a breaking change?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When is developed a app that requires more requests per time, the current development server crashes and broke the app's workflow ( send and receive data )
What do we currently have to do now?
Abstract serve command to use of some others servers as alternatives when the user ( developer ) choose under the hood. Transparent to developer
Describe the solution you'd like
Run some command like:
Or something that indicates that a other server will used.
Describe alternatives you've considered
Use of waitress server by example.
The text was updated successfully, but these errors were encountered: