fix: remove path fro dev, use progress.resolve() replace
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"inline-app",
|
||||
"micro-app"
|
||||
"system-app",
|
||||
"micro-app",
|
||||
"gateway-app"
|
||||
],
|
||||
"$comment": "Type must be either 'inline-app' or 'micro-app'"
|
||||
"$comment": "Type must be either 'system-app' or 'micro-app' or 'gateway-app'."
|
||||
},
|
||||
"single": {
|
||||
"type": "boolean",
|
||||
@@ -36,7 +37,8 @@
|
||||
"required": [
|
||||
"host",
|
||||
"path"
|
||||
]
|
||||
],
|
||||
"$comment": "远程服务的地址和路径"
|
||||
},
|
||||
"micro": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user