🐞 fix(config): 修改servers配置的引用和加载方式

This commit is contained in:
liangtongchuan
2023-04-10 22:13:24 +08:00
parent 96c1d7f182
commit e567518d9b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { zy1, zy2, zy3, zy4, zy5 } from "./yjz_zy";
const { zy1, zy2, zy3, zy4, zy5 } = require("./yjz_zy");
module.exports = {
'development': {

View File

@@ -15,7 +15,7 @@ var envType= config.env;
var outputFilePath = './pomeloPm2Start.json';
var masterJsonFile = require('./config/master.ts');
var serversJosnFile = require('./config/servers.ts');
var serversJosnFile = require('./dist/config/servers.js');
//模板数据
var processConfigType = {