diff --git a/index.js b/index.js index 0624a2a..8aaf822 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ import * as server from './server.js'; import * as lights from './lights.js'; +import * from fs; const cfg = JSON.parse(fs.readFileSync('./config.json'));