kartikk221 / hyper-express

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.
MIT License
1.73k stars 89 forks source link

Remove accepts dependency #302

Open benmccann opened 5 days ago

benmccann commented 5 days ago

I wasn't able to test this locally because of the use of git submodules. I was getting the error:

fatal: remote error: upload-pack: not our ref 677b3a7d4bb0c541ce5b0e4e178093f73d89a20e
fatal: Fetched in submodule path 'middlewares/hyper-express-body-parser', but it did not contain 677b3a7d4bb0c541ce5b0e4e178093f73d89a20e. Direct fetching of that commit failed.

I think this should work or close to it though

It looks like this project doesn't have a CI? It'd be great to setup GitHub Actions