UNPKG

catproxy

Version:

a node proxy or host change tools

11 lines (10 loc) 203 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // 前端配置默认配置 exports.default = { cdnBasePath: '/static', wsPath: '/catproxy', env: process.env.NODE_ENV };