fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit d24d357fdd - Show all commits

View file

@ -23,7 +23,7 @@
"startIde": "npm-run-all clean --parallel watch:build watch:server --print-label", "startIde": "npm-run-all clean --parallel watch:build watch:server --print-label",
"watch:build": "tsc --watch", "watch:build": "tsc --watch",
"watch:server": "nodemon './dist/index.js' --watch './dist'", "watch:server": "nodemon './dist/index.js' --watch './dist'",
"test": "mocha -r ts-node/register src/**/*.test.ts", "test": "mocha -r ts-node/register deploy/**/*.test.ts",
"build-docs": "typedoc --options typedoc.json src/" "build-docs": "typedoc --options typedoc.json src/"
}, },
"engines": { "engines": {