I'm trying to use ssr with my newest angular 17 app.
So I added @angular/ssr and updates the /server.ts to send a response on /api
When I run ng serve as described in the documentation, the server.ts file is not used.
I've added logs to verify.
Now I'm wondering how to implement an api with nestjs e.g. when the server file is not used.
What I found out so far is, that the bootstrap function is called from vite with the instantiateModule function