docs: remove horizontal rules from READMEs [skip ci]

This commit is contained in:
vee1e 2026-06-02 14:01:31 +05:30
parent 3b1c8a80df
commit 13e119c425
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
3 changed files with 0 additions and 26 deletions

View file

@ -2,8 +2,6 @@
Angular 19 SPA with SSR, Angular Material dark theme, and async bulk-upload queue. Deployed on Vercel.
---
## Local Setup
```bash
@ -24,8 +22,6 @@ API URL is loaded at startup from `public/assets/config.json` so no rebuild is n
Falls back to `http://localhost:8000/api` if the file is missing.
---
## Structure
```
@ -50,8 +46,6 @@ src/app/
- **SSR** — Angular Universal with client hydration and event replay
- **Dark theme** — Angular Material with custom SCSS variables
---
## Testing
```bash
@ -60,8 +54,6 @@ npm run test:run # Vitest (jsdom)
Test files live in `tests/frontend/`.
---
## Building for Production
```bash