cvmts: Use npm versions of superqemu/nodejs-rfb.

We publish them now, so let's use them in cvmts!

Additionally, this removes the 'shared' module entirely, since it has little purpose anymore. The logger is replaced with pino (because superqemu uses pino for logging itself).
This commit is contained in:
modeco80
2024-07-16 08:29:52 -04:00
parent cf9f11819e
commit 432e75d42a
32 changed files with 469 additions and 1131 deletions

View File

@@ -3,8 +3,6 @@
"workspaces": [
"shared",
"cvm-rs",
"nodejs-rfb",
"qemu",
"cvmts",
"collab-vm-1.2-binary-protocol"
],