How to automatically start the Spa Proxy's Development Server with dotnet run
#50746
-
I'm using .NET 7 with the package When I start my project with Instead, I'd like to have this happen automatically as I don't want to have to navigate to the Spa Proxy url in order to trigger the starting of the development server as this adds an unnecessary step to my workflow. I want to type |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently this is on the list of improvements coming with .NET 8: |
Beta Was this translation helpful? Give feedback.
Apparently this is on the list of improvements coming with .NET 8:
#44638