@dcloudio/uni-debugger
Version:
uni-app debugger
26 lines (25 loc) • 606 B
JSON
{
"extensions": [
{
"type": "early-initialization",
"className": "NodeMain.NodeMain"
},
{
"type": "view",
"location": "panel",
"id": "node-connection",
"title": "Connection",
"order": 0,
"className": "NodeMain.NodeConnectionsPanel",
"tags": "node"
}
],
"dependencies": ["platform", "ui", "host", "components"],
"scripts": [
"NodeConnectionsPanel.js",
"NodeMain.js"
],
"resources": [
"nodeConnectionsPanel.css"
]
}