@szzbmy/lowcode-cli
Version:
🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️
17 lines (16 loc) • 399 B
JavaScript
;
/*
* 环境常量
* @Author: Jiyu Shao
* @Date: 2021-08-12 11:38:56
* @Last Modified by: chubiao Ni
* @Last Modified time: 2022-04-15 10:45:56
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENV = void 0;
var ENV;
(function (ENV) {
ENV["DEV"] = "dev";
ENV["TEST"] = "test";
ENV["PROD"] = "prod";
})(ENV = exports.ENV || (exports.ENV = {}));