mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 19:08:12 +00:00
13 lines
153 B
JSON
13 lines
153 B
JSON
{
|
|
"name": "demo",
|
|
"assets": {
|
|
"type": "command",
|
|
"command": {
|
|
"cmd": [
|
|
"tnpm ii",
|
|
"tnpm run cloud"
|
|
]
|
|
}
|
|
}
|
|
}
|