refactor!: migrate from express to h3

This commit is contained in:
cany748 2024-02-28 15:48:09 +07:00
parent f963e7a4d1
commit e8a160b14f
5 changed files with 256 additions and 90 deletions

View file

@ -17,6 +17,7 @@
"debug": "^4.3.4",
"express": "^4.18.2",
"express-session": "^1.18.0",
"h3": "^1.11.1",
"qrcode": "^1.5.3",
"uuid": "^9.0.1"
},