@ -0,0 +1,14 @@
const dbHandler = require("./bin/dbHandler");
console.log("Starting PM2.5 Sensor Server");
async function main()
{
await dbHandler.connect();
require("./bin/www"); // Starting Webserver
}
main();
The note is not visible to the blocked user.