improvement
This commit is contained in:
+2
-3
@@ -2,10 +2,9 @@
|
||||
"name": "uptime_monitor",
|
||||
"version": "1.0.0",
|
||||
"description": "A lightweight **URL Health Monitoring** application built with **Node.js, Express, WebSocket, Axios, and Docker**. The application periodically checks the health of registered URLs and updates the frontend in real time using WebSockets.",
|
||||
"main": "app.js",
|
||||
"main": "./backend/app.js",
|
||||
"scripts": {
|
||||
"start": "node backend/app.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node backend/app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Akshay Vadher",
|
||||
|
||||
Reference in New Issue
Block a user