// Hestia Control Panel Back-End import { State, Communicator } from './custom_modules/HestiaClasses'; import config from './custom_modules/config.json' assert { type: 'json' }; const psState = new State(config); const comm = new Communicator(psState);