"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DefaultConfiguration = void 0; exports.DefaultConfiguration = { socketServer: { port: 6301, }, executable: { path: '', arguments: [], }, }; //# sourceMappingURL=DefaultConfiguration.js.map