UNPKG

es-dev-server

Version:

Development server for modern web apps

13 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messageChannelEndpoint = exports.virtualFilePrefix = exports.compatibilityModes = void 0; exports.compatibilityModes = { NONE: 'none', AUTO: 'auto', ALWAYS: 'always', MIN: 'min', MAX: 'max', }; exports.virtualFilePrefix = '/__es-dev-server__/'; exports.messageChannelEndpoint = `${exports.virtualFilePrefix}message-channel`; //# sourceMappingURL=constants.js.map