mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Added net package
This commit is contained in:
parent
334708a0fd
commit
17a263ae62
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import {promises as fs, watchFile} from 'fs';
|
||||
import net from 'net';
|
||||
let config = (await import('./config.js')).default;
|
||||
|
||||
watchFile('./config.js', async ()=>{ // Dynamically reload config and watch it for changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue