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
For the application type that is not monolithic with client, has already the maven command to run the entire project. Now it's necessary to include the client build in the server running (and build) exposed by NestJS
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Integrate build server process and running with client part in dev and prod mode
Integrate build server process and running with client part in dev and prod mode for monolithic app
Aug 20, 2019
The status is quite complete. The maven dev profile runs the build in serve mode exposing static client resources, while the prod profile build all (client and server parts) under server/dist folder. The only problem is that the client standard jhipster build with webpack (webpack:prod), controls in compile time also the typescript files under the server folder, giving problems for the server node_modules with nestjs annotation (in particular nestjs/swagger apiTags and authBearer annotations)
For the application type that is not monolithic with client, has already the maven command to run the entire project. Now it's necessary to include the client build in the server running (and build) exposed by NestJS
The text was updated successfully, but these errors were encountered: