Skip to content

Divyanshu | Prod | chore: remove SSR/prerender, switch to pure CSR#619

Open
dvCodeWorld wants to merge 4 commits into
productionfrom
remove-ssr-main
Open

Divyanshu | Prod | chore: remove SSR/prerender, switch to pure CSR#619
dvCodeWorld wants to merge 4 commits into
productionfrom
remove-ssr-main

Conversation

@dvCodeWorld
Copy link
Copy Markdown
Collaborator

  • Remove server, prerender, ssr from project.json build options
  • Set all routes to RenderMode.Client in app.routes.server.ts
  • Strip provideServerRendering from app.config.server.ts
  • Remove main.server.ts and server.ts from tsconfig.app.json files
  • Remove @angular/ssr, @angular/platform-server, express, @types/express from package.json
  • postbuild.js: copy index.html → app/index.html (was index.csr.html), enforce base href

dvCodeWorld and others added 3 commits April 20, 2026 19:06
Divyanshu | fix: add dark mode support to dashboard loading skeletons and correct overview data path
- Remove server, prerender, ssr from project.json build options
- Set all routes to RenderMode.Client in app.routes.server.ts
- Strip provideServerRendering from app.config.server.ts
- Remove main.server.ts and server.ts from tsconfig.app.json files
- Remove @angular/ssr, @angular/platform-server, express, @types/express from package.json
- postbuild.js: copy index.html → app/index.html (was index.csr.html), enforce base href
@windsurf-bot
Copy link
Copy Markdown

windsurf-bot Bot commented Apr 23, 2026

PR review rate limit exceeded

- Remove code that copies index.html to app/index.html directory
- Remove base href enforcement logic for app shell
- Simplify postbuild completion logging
@dvCodeWorld dvCodeWorld changed the base branch from main to production April 27, 2026 11:46
@dvCodeWorld dvCodeWorld changed the title Divyanshu | chore: remove SSR/prerender, switch to pure CSR Divyanshu | Prod | chore: remove SSR/prerender, switch to pure CSR Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants