Moving dotenv vars

This commit is contained in:
Skylar Grant 2022-12-03 18:10:31 -05:00
parent cc10b7fb0a
commit 0cd0c92809
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// Custom functions module to keep main script clean
const fn = require('./functions').functions; const fn = require('./functions').functions;
// Environment Variables Importing
const dotenv = require('dotenv').config();
// TODO Add logic for other sensors // TODO Add logic for other sensors
while (true) { while (true) {