mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
updates to upload, move mock eventsource server into middleware
This commit is contained in:
@@ -5,14 +5,10 @@
|
||||
"author": "proddy",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"mock-rest": "bun --watch rest_server.ts",
|
||||
"mock-es": "bun --watch es_server.ts",
|
||||
"mock-upload": "bun --watch upload_server.ts"
|
||||
"mock-rest": "bun --watch rest_server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@msgpack/msgpack": "^2.8.0",
|
||||
"express": "^4.19.2",
|
||||
"formidable": "^3.5.1",
|
||||
"itty-router": "^5.0.17"
|
||||
},
|
||||
"packageManager": "yarn@4.4.0"
|
||||
|
||||
Reference in New Issue
Block a user