UNPKG

env-manage-plugin

Version:

A dev env plugin that integrates an Express server with request proxying capabilities.

9 lines (8 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APP_STATUS = void 0; var APP_STATUS; (function (APP_STATUS) { APP_STATUS["RUNNING"] = "running"; APP_STATUS["STOP"] = "stop"; })(APP_STATUS || (exports.APP_STATUS = APP_STATUS = {}));