definition-properties-web
web Type
object
(Details)
web Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
beforeScript | string | Required | cannot be null | Untitled schema |
script | string | Required | cannot be null | Untitled schema |
connect | object | Required | cannot be null | Untitled schema |
beforeScript
启动应用之前的准备命令。具体参考文档
beforeScript
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
beforeScript Type
string
script
启动应用的命令。可以使用beforeScript中定义的变量
script
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
script Type
string
connect
如何连接应用
connect
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
connect Type
object
(Details)