mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-03-13 08:41:14 +08:00
* Add new api call for kubernetes startup probe * add hostname as tag for loggly * Only listen to one change * increase vite min chunk size * respond gracefully to shutdown signal * update server readiness according to mongodb and redis connection * make larger vite chunks * fix lint
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
const SERVER_STATUS = {
|
|
MONGODB: false,
|
|
REDIS: false,
|
|
EXPRESS: false,
|
|
};
|
|
|
|
export default SERVER_STATUS;
|