webxdc / webxdc-dev

A development server for webxdc apps
The Unlicense
20 stars 4 forks source link

update packages.json [closes #26] #27

Closed Septias closed 2 years ago

Septias commented 2 years ago

Adding types for the two packages ws and body-parser somehow fixes the issue. Really weird that everyone else working on the project did not have the problems

faassen commented 2 years ago

Good you got it work with pnpm. But I'm a bit worried about this change as it implies we now have to maintain both a npm package-lock.json file and a pnpm lock file during development. I'd prefer to just stick with package-lock.json if possible.