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
// There is no way to get Next.js to run something at server startup (without using a custom server), so instead we call
2
-
// /api/health on server start (see server.js). It a) does the actual healthcheck and b) makes sure to init the things
3
-
// we want to init.
1
+
// There is no way to get Next.js to run something at server startup (without using a custom server), so instead we call /api/health on server start (see server.js).
2
+
//
3
+
// It a) does the actual healthcheck, and b) makes sure to init the things we want to init.
0 commit comments