From 0cd0c928090529e6dd7a1973bbe4ed6b57acd5e8 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 3 Dec 2022 18:10:31 -0500 Subject: [PATCH] Moving dotenv vars --- main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.js b/main.js index 1a0cabb..3af2495 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,9 @@ +// Custom functions module to keep main script clean const fn = require('./functions').functions; +// Environment Variables Importing +const dotenv = require('dotenv').config(); + // TODO Add logic for other sensors while (true) {