feat: 添加对web compiler的支持

This commit is contained in:
王立帮
2025-05-04 14:40:11 +08:00
parent b1747a3ad5
commit a7bc967378
12 changed files with 709 additions and 319 deletions

View File

@@ -15,9 +15,10 @@
"url": "https://gitee.com/bnu_mixly/mixly3-server.git"
},
"author": "Mixly Team",
"license": "ISC",
"license": "MIT",
"dependencies": {
"await-to-js": "^3.0.0",
"better-sse": "^0.14.1",
"commander": "^12.1.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
@@ -28,7 +29,7 @@
"mustache": "^4.2.0",
"serialport": "^12.0.0",
"shelljs": "^0.8.5",
"shortid": "^2.2.16",
"shortid": "^2.2.17",
"simple-git": "^3.27.0",
"socket.io": "^4.8.1",
"usb": "^2.14.0"