work on muter/upload testing

This commit is contained in:
proddy
2024-01-21 11:46:13 +01:00
parent d8671dd114
commit fe30b8de8d
4 changed files with 794 additions and 9 deletions

View File

@@ -6,12 +6,17 @@
"main": "server.ts",
"license": "MIT",
"scripts": {
"standalone": "bun --watch server.ts"
"standalone": "bun --watch server.ts",
"old_standalone": "node server.js"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"busboy": "^1.6.0",
"itty-router": "^4.0.27"
"compression": "^1.7.4",
"express": "^4.18.2",
"express-slow-down": "^2.0.1",
"itty-router": "^4.0.27",
"multer": "^1.4.5-lts.1"
},
"packageManager": "yarn@4.0.2",
"devDependencies": {