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
* feat(dev-server): add ping route
This commit adds a new `/ping` route to the dev server handler. This route will return a 200 response once the Stencil build has finished.
* feat(dev-server): make "ping" route configurable
This commit adds an option to the dev server config object as a part of the Stencil config to allow users to change the route for the "ping" response.
The user supplied route is validated when validating the dev server config. If the user sets the ping route to `null`, the route will not be registered.
* handle failed build
* add tests
* future-proof ping route default test
* add ping route prefix test
Co-authored-by: Ryan Waskiewicz <ryanwaskiewicz@gmail.com>
---------
Co-authored-by: Ryan Waskiewicz <ryanwaskiewicz@gmail.com>
0 commit comments