fix(core): update

This commit is contained in:
2023-11-09 19:00:53 +01:00
parent ac5e036967
commit 3c62129e02
5 changed files with 72 additions and 66 deletions

View File

@@ -40,3 +40,10 @@ export { tsbundle };
import figures from 'figures';
export { figures };
// third party
import * as ws from 'ws';
export {
ws
}