-
-
Notifications
You must be signed in to change notification settings - Fork 65
[#ask] Can we use parent folder for ClientApp #52
Comments
Hi! We're using it that way. Remember to update |
johndab means you can write it as relative path. By the way absolute path is also working well. |
This does not seem to work properly when the --output (or -o) parameter is used. If you publish to custom directory: |
Note: these templates are based on the official SPA templates from https://github.com/dotnet/aspnetcore/tree/main/src/ProjectTemplates/Web.Spa.ProjectTemplates |
I have the same issue with the react templates, did you get it to copy to the right directory, by any chance? |
I have sample folder strucure for the app
How to achieve folder structure like this
(
ClientApp
to upper folder align with Backend folder)I just try change "ClientApp" to "../Frontend" does not work
The text was updated successfully, but these errors were encountered: