cube-msfabric-driver
Version:
Cube.js MS Fabric Database Driver using msnodesqlv8
27 lines (26 loc) • 627 B
JSON
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$tsc"
],
"label": "npm: build",
"detail": "Build the driver"
},
{
"type": "npm",
"script": "dev",
"path": "example",
"problemMatcher": [],
"label": "npm: dev - example",
"detail": "cubejs-server"
}
]
}