UNPKG

@midwayjs/web

Version:

Midway Web Framework for Egg.js

6 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EGG_AGENT_APP_KEY = exports.RUN_IN_AGENT_KEY = void 0; exports.RUN_IN_AGENT_KEY = 'egg:run_in_agent'; exports.EGG_AGENT_APP_KEY = 'egg_agent_app'; //# sourceMappingURL=interface.js.map