支持修改环境变量和 ALIAS

This commit is contained in:
fofolee
2022-05-19 00:59:37 +08:00
parent 2dd7508911
commit 1ee35586c1
5 changed files with 102 additions and 25 deletions

View File

@@ -16,6 +16,8 @@ export default {
native: {
crontabs: {},
serverPort: 33442,
serverStatus: false
serverStatus: false,
envPath: '',
alias: ''
}
}
}