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