fix: default context {}

This commit is contained in:
2024-11-30 11:06:31 +08:00
parent 810a93628d
commit ebfdbe6cee
2 changed files with 9 additions and 4 deletions

View File

@@ -12,6 +12,11 @@
],
"$comment": "Type must be either 'system-app' or 'micro-app' or 'gateway-app'."
},
"home": {
"type": "string",
"pattern": "^/.*",
"$comment": "https://kevisual.xiongxiao.me"
},
"single": {
"type": "boolean",
"$comment": "是否单例模式,独立启动服务。"