UNPKG

jsm-core

Version:
19 lines (18 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SERVICE_PORTS = exports.SERVICES = void 0; exports.SERVICES = [ 'auth', 'content', 'storage', 'system', 'auth' ]; exports.SERVICE_PORTS = { DEFAULT: 6000, system: 6001, auth: 6003, content: 6004, storage: 6005, // };