[DURACOM-247] Refactoring SSR configuration in order to align it with new nomenclature

This commit is contained in:
Giuseppe Digilio
2024-04-11 18:14:34 +02:00
parent 7b1f264812
commit d7d8067006
10 changed files with 90 additions and 114 deletions

View File

@@ -14,5 +14,4 @@ import { serverAppConfig } from './modules/app/server-app.config';
const bootstrap = () => bootstrapApplication(AppComponent, serverAppConfig);
export { renderModule } from '@angular/platform-server';
export default bootstrap;