chore: split dev and production deployment env
This commit is contained in:
@@ -55,6 +55,8 @@ export function createApp() {
|
||||
|
||||
return ok({
|
||||
status: "ok",
|
||||
environment: env.APP_ENV,
|
||||
environmentLabel: env.APP_ENV_LABEL,
|
||||
database: "up",
|
||||
now: new Date().toISOString(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user