...
|
...
|
@@ -25,10 +25,26 @@ |
|
|
"assets": [
|
|
|
"src/thingsboard.ico",
|
|
|
"src/assets",
|
|
|
{ "glob": "worker-html.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
|
|
|
{ "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
|
|
|
{ "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" },
|
|
|
{ "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }
|
|
|
{
|
|
|
"glob": "worker-html.js",
|
|
|
"input": "./node_modules/ace-builds/src-min/",
|
|
|
"output": "/"
|
|
|
},
|
|
|
{
|
|
|
"glob": "worker-css.js",
|
|
|
"input": "./node_modules/ace-builds/src-min/",
|
|
|
"output": "/"
|
|
|
},
|
|
|
{
|
|
|
"glob": "worker-json.js",
|
|
|
"input": "./node_modules/ace-builds/src-min/",
|
|
|
"output": "/"
|
|
|
},
|
|
|
{
|
|
|
"glob": "worker-javascript.js",
|
|
|
"input": "./node_modules/ace-builds/src-min/",
|
|
|
"output": "/"
|
|
|
}
|
|
|
],
|
|
|
"styles": [
|
|
|
"src/styles.scss",
|
...
|
...
|
@@ -196,5 +212,8 @@ |
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"defaultProject": "thingsboard"
|
|
|
"defaultProject": "thingsboard",
|
|
|
"cli": {
|
|
|
"analytics": "a0ca19d7-f3d7-47ff-b967-e9421b38cc28"
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|