mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
// fes.config.js 只负责管理和 cli 相关的配置
|
|
|
|
module.exports = {
|
|
open: false,
|
|
port: 5000
|
|
};
|