You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently changes to the shared library have to be built, and then imported into the other applications (and then rebuilt as part of bundling them!)
We should be able to simplify this so it just exports the TypeScript code, and then the web and server both just consume it directly. This means we should get live refresh all the way through, and saves building it twice.
Currently changes to the shared library have to be built, and then imported into the other applications (and then rebuilt as part of bundling them!)
We should be able to simplify this so it just exports the TypeScript code, and then the web and server both just consume it directly. This means we should get live refresh all the way through, and saves building it twice.
See:
The text was updated successfully, but these errors were encountered: