Compare commits
1 commit
5c3d1f0def
...
b2aa7009fd
| Author | SHA1 | Date | |
|---|---|---|---|
| b2aa7009fd |
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -1,6 +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';
|
import * from fs;
|
||||||
|
|
||||||
const cfg = JSON.parse(fs.readFileSync('./config.json'));
|
const cfg = JSON.parse(fs.readFileSync('./config.json'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue