Update index.js

This commit is contained in:
BennyDaBee 2022-08-18 15:01:53 -05:00 committed by GitHub
parent 0ef9d6dc5b
commit 70ff3a29f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
require('dotenv').config({path: '../.env'})
const OnStar = require('onstarjs');
const mqtt = require('async-mqtt');
const uuidv4 = require('uuid').v4;