fix: remove path fro dev, use progress.resolve() replace

This commit is contained in:
2024-11-22 22:26:48 +08:00
parent 9e1881d06e
commit 3288b64dbf
4 changed files with 15 additions and 26 deletions

View File

@@ -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",