Describe the feature
Hello,
Just wondering if anyone has an opinion on this yet. How shall we configure the healthz endpoints used by Kubernetes to determine server health?
In my case I have 3 endpoints: /startupz, /livez and /readyz. These are endpoints that simply need to return 200 without any additional logic. They would also have to live outside any base API route that may be set by the vite config.
Can nitro already do this?
Additional information