mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-25 04:32:12 +08:00
29 lines
755 B
JSON
29 lines
755 B
JSON
{
|
|
"appConfig": {
|
|
"appName": "config-manager-fe",
|
|
"ident": "config",
|
|
"port": "8001",
|
|
"webpackCustom": "",
|
|
"webpackChain": "",
|
|
"entry": [
|
|
{
|
|
"title": "配置管理",
|
|
"name": "/config",
|
|
"src": "./src/index.html"
|
|
}
|
|
],
|
|
"layout": "layout-clusters-fe",
|
|
"packages": [
|
|
"config-manager-fe",
|
|
"layout-clusters-fe"
|
|
]
|
|
},
|
|
"entrust": true,
|
|
"localBuilderVersion": true,
|
|
"extensions": [],
|
|
"preset": "@didi/d1-preset-opensource",
|
|
"builderType": "@didi/d1-preset-opensource",
|
|
"generatorType": "",
|
|
"mockDir": "mock",
|
|
"webpackCustomPath": "./webpack.config.js"
|
|
} |