UNPKG

awake-heroku

Version:

A package help your heroku app is always runs

13 lines (12 loc) 335 B
export declare const DEFAULT_HEARTBEAT: number; export declare const INTERVAL = 2000; export declare const AH_DATA_PATH: string; export declare const AH_CONFIG_PATH: string; export declare enum ACTIONS { ADD = "ADD", REMOVE = "REMOVE", SHOW = "SHOW", LIST = "LIST", START = "START", STOP = "STOP" }