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
I recently tried migrating our application from Angular 16 to Angular 17, to test the new integrated SSR system.
We have seen that when a new application is generated using the CLI, a "server.ts" file is generated which is the express server on which to start the client application with SSR.
In our case we work on a monorepo in which we have two applications, one for the client and one for the server.
We have not seen anything in the documentation on how to configure a custom server, we have only found references to the "entry" configuration in the configuration file.
Is there any way or possibility to configure and use a custom server?
Thanks
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem that you experienced
I recently tried migrating our application from Angular 16 to Angular 17, to test the new integrated SSR system.
We have seen that when a new application is generated using the CLI, a "server.ts" file is generated which is the express server on which to start the client application with SSR.
In our case we work on a monorepo in which we have two applications, one for the client and one for the server.
We have not seen anything in the documentation on how to configure a custom server, we have only found references to the "entry" configuration in the configuration file.
Is there any way or possibility to configure and use a custom server?
Thanks
The text was updated successfully, but these errors were encountered: