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