I’m looking for a bit of guidance on how you would release Quick App v8 PRO to an Azure Web App. In older versions the Angular site lived on the host project and when you published it published both and used the SPA service to communicate. In the new layout the angular is in its own project. Does that need to be built separately and released to a certain spot?
I was able to figure it out. You need to run npm run build –prod on the client project then move the code under wwwroot in the server project before publishing.