-
|
I'm currently developing an app with multiple angular clients and using Aspire to orchestrate them together with the backend and databases. The issue me and my fellow developers are facing is that we often have to restart our aspire due to our dotnet projects using some libraries that do not properly work with hot-reload/watch. This is reasonable for all the dotnet projects, they start up fairly fast. However our clients always get build from scratch. I'm wondering if there is a way to either keep the angular clients running between restarts or if we can use some caching to speed up the build process of the angular apps. I imagine alot of other people can find themselves running into this issue as well, and was wondering if there is a suggested approach to handling/reducing the pains or does everybody just live with the compile time each startup ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can use the rebuild command in the dashboard (assuming you are on aspire 13.2.x) instead of killing the entire apphost. |
Beta Was this translation helpful? Give feedback.
You can use the rebuild command in the dashboard (assuming you are on aspire 13.2.x) instead of killing the entire apphost.