wasp
wasp copied to clipboard
Update Wasp Studio (deps, Express, tsx)
This PR upgrade Wasp Studio:
- [x] Replaces
ts-nodewithtsx(dev mode was broken, so I went withtsxwhich has a watch mode so I can removenodemon) - [x] Removes
nodemonsince it's no longer neded - [x] Replaces Fastify with Express (we use Express is Wasp, so this reduces the amount of libs team members need to be aware of)
- [x] Deletes the
studio/client/node_modulesto keep the binary size down - [x] Bumps the dep versions
As a side-effect, all this fixed the issues with Wasp Studio not working in Firefox.
Closes #2774