UNPKG

poll-server-check

Version:

An npm package that checks if the server is running or if it's down. If the server is down, it repeatedly sends a check API to the backend to wake it up and displays toast notification of the current status.

16 lines (15 loc) 248 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "typeRoots": [ "./node_modules/@types", "./types" ], "outDir": "./dist", "rootDir": "./src" }, "include": [ "src/**/*" ] }