fix import error
This commit is contained in:
parent
caf87bb36d
commit
5c3d1f0def
1 changed files with 1 additions and 0 deletions
1
index.js
1
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'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue