- copy and import this file.
- it's so simple, I don't even distribute it with NPM or CDNs. Just copy paste.
- make sure your backend has a
/healthendpoint that returns the time the server was span up as the value of thestartedAtkey. - reload backend on save.
- I do this via
find . | entr -rs 'go run ./'
- I do this via
- party!
I also recommend filtering out these requests from the network tab with the following filter:
-regexp:/health$