Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
feat: ws based monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Aug 10, 2023
1 parent 9a83af8 commit cb6a63e
Show file tree
Hide file tree
Showing 11 changed files with 352 additions and 38 deletions.
3 changes: 2 additions & 1 deletion server/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
library
saves
out
MaaAgentBinary
*.zip
config.json

!assets/config.json
!assets/config.json
2 changes: 1 addition & 1 deletion server/MaaJSLoader
1 change: 1 addition & 0 deletions server/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"saves": "./saves/{date}.zip",
"active": "./saves/res.zip",
"maaframework": {
"emulator": true,
"adb": "adb",
"address": "127.0.0.1:5555",
"root": "./library/maaframework",
Expand Down
161 changes: 161 additions & 0 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@types/express": "^4.17.17",
"@types/express-ws": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.17.2",
"@types/source-map-support": "^0.5.6",
"date-fns": "^2.30.0",
"esbuild": "^0.18.17",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"extract-zip": "^2.0.1",
"multer": "^1.4.5-lts.1",
"pkg": "^5.8.1",
"source-map-support": "^0.5.21",
Expand Down
Loading

0 comments on commit cb6a63e

Please sign in to comment.