depend: add express and socket.io

This commit is contained in:
CrescentLeaf
2025-08-16 16:02:19 +08:00
parent f33f11fc63
commit d68878a819

View File

@@ -6,6 +6,8 @@
"imports": {
"chalk": "npm:chalk@5.4.1",
"file-type": "npm:file-type@21.0.0",
"webpack": "npm:webpack@5.101.2"
"webpack": "npm:webpack@5.101.2",
"express": "npm:express@5.1.0",
"socket.io": "npm:socket.io4.8.1"
}
}