mirror of
https://github.com/crystelf/crystelf-admin.git
synced 2026-01-29 06:37:26 +00:00
🛠️ chore(init.js): remove wsClient initialization from crystelfInit CSH function
This commit is contained in:
parent
9a2e852c24
commit
a8eef3e21b
@ -1,9 +1,7 @@
|
|||||||
import configControl from '../config/configControl.js';
|
import configControl from '../config/configControl.js';
|
||||||
import wsClient from '../../modules/ws/wsClient.js';
|
|
||||||
|
|
||||||
export const crystelfInit = {
|
export const crystelfInit = {
|
||||||
async CSH() {
|
async CSH() {
|
||||||
await configControl.init();
|
await configControl.init();
|
||||||
await wsClient.initialize();
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user