From 116cb46fcda9e9f22b48da02f39476228c4109a6 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Thu, 15 Mar 2018 14:51:26 -0400 Subject: [PATCH] Add experimental feature library. --- app/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.js b/app/main.js index 4899f46..df645be 100644 --- a/app/main.js +++ b/app/main.js @@ -13,6 +13,7 @@ const uuid = require('uuid') const events = require('events') const async = require('async') const path = require('path') +const digital = require('./lib/digital') const ee = new events.EventEmitter() //const capture = require('./lib/capture')(ee) const settings = require('./lib/settings')