I have this project here https://github.com/minhperry/skyblock-simulator using Node 22.11 as well as newly upgraded Angular 19, with SSR also updated as well. Since the new standalone true default change I have also decided to make all the components standalone with ng g @angular/core:standalone, which deleted app.module.ts.
Now I have a root component AppComponent abd only AppServerModule. How would I bootstrap it correctly, in app.server.module.ts or change something in main.server.ts?