tk2312-web/config.json

25 lines
478 B
JSON
Raw Normal View History

2025-03-09 11:34:19 +08:00
{
"buildEntryPath": [
"./src/sscivm/invoiceApplication/*/*/index.js"
2025-03-09 11:34:19 +08:00
],
"proxyJson": false,
"proxy": "http://127.0.0.1:9080/",
"buildWithoutHTML": [
"uap/refer",
"uapbd/refer"
2025-03-09 11:34:19 +08:00
],
"devPort": 3001,
"patch": {
"path": [],
"provider": "",
"department": "",
"project": "",
"branch": ""
} ,
2025-03-09 11:34:19 +08:00
"eslint": {
"path": [],
"enable": true,
"autoFix": false
}
}