fix editor start with src and dist using es-dev-server

This commit is contained in:
jfh
2020-09-01 00:15:18 +02:00
parent 0bfee46b33
commit 4643bab371
345 changed files with 29074 additions and 26260 deletions

22
nyc.config.js Normal file
View File

@@ -0,0 +1,22 @@
module.exports = {
"statements": 45,
"branches": 34,
"lines": 46,
"functions": 45,
exclude: [
'editor/jquery.min.js',
'editor/jgraduate/**',
'editor/svgicons/**',
'editor/jquery-ui/**',
'editor/js-hotkeys/**',
'editor/contextmenu/**',
'external/**/*.js',
'editor/spinbtn'
],
"reporter": [
"json-summary",
"text",
"html"
]
};