Compare commits

...

1 commit

Author SHA1 Message Date
5c3d1f0def fix import error 2021-05-26 18:29:50 -04:00

View file

@ -1,5 +1,6 @@
import * as server from './server.js'; import * as server from './server.js';
import * as lights from './lights.js'; import * as lights from './lights.js';
import * from 'fs';
const cfg = JSON.parse(fs.readFileSync('./config.json')); const cfg = JSON.parse(fs.readFileSync('./config.json'));