mirror of
https://github.com/aljazceru/nsecbunkerd.git
synced 2025-12-19 07:04:26 +01:00
initial commit
This commit is contained in:
6
src/daemon/index.ts
Normal file
6
src/daemon/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import run from './run';
|
||||
import type {IOpts} from './run';
|
||||
|
||||
process.on('message', (configData: IOpts) => {
|
||||
run(configData);
|
||||
});
|
||||
Reference in New Issue
Block a user