wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.75k stars 1.14k forks source link

Reconsider how we treat and build the SDK #2150

Open sodic opened 2 days ago

sodic commented 2 days ago

It seems we simultaneously treat the SDK as a package and as a project:

I can't remember exactly whether this is the case, but I'm 80% sure. We should double-check before further digging in. If that's the case, devDependencies may behave unexpectedly.

This is wrong and might be related to the problem described in #2085.