fix import error

This commit is contained in:
jane 2021-05-26 18:29:24 -04:00
parent caf87bb36d
commit 5c3d1f0def

View file

@ -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'));