19-05-2026 Rebrand Pressekonto, Hub-Flux UI und Legacy-Media-Migration
Umbenennung presseportale → pressekonto in Domains, Themes und Dokumentation. Design-Tokens, Portal-Shell, Customer-Dashboard, Auth- und Admin-PM-Views. Artisan-Befehl migrate:legacy-media mit Tests und Hub-Flux-Entwicklungsdocs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
092ee0e918
commit
0a3e52d603
112 changed files with 8464 additions and 1649 deletions
|
|
@ -6,7 +6,7 @@ Dieses Projekt verwendet **2 separate Vite-Ports** für unterschiedliche Domain-
|
|||
|
||||
| Bereich | Port | Vite Config | Tailwind Config | Domains | FluxUI |
|
||||
|---------|------|-------------|-----------------|---------|--------|
|
||||
| **Backend (Portal)** | 5177 | `vite.portal.config.js` | `tailwind.portal.config.js` | `presseportale.test` | ✅ Ja |
|
||||
| **Backend (Portal)** | 5177 | `vite.portal.config.js` | `tailwind.portal.config.js` | `pressekonto.test` | ✅ Ja |
|
||||
| **Frontend (Web)** | 5178 | `vite.web.config.js` | `tailwind.web.config.js` | `presseecho.test`, `businessportal24.test` | ❌ Nein |
|
||||
|
||||
## Warum 2 Ports?
|
||||
|
|
@ -35,15 +35,15 @@ Startet beide Vite-Server parallel mit `concurrently`
|
|||
npm run dev:portal
|
||||
```
|
||||
- Port: 5177
|
||||
- HMR-Host: assets.presseportale.test
|
||||
- Domain: presseportale.test
|
||||
- HMR-Host: assets.pressekonto.test
|
||||
- Domain: pressekonto.test
|
||||
|
||||
### Option 3: Nur Frontend (Web)
|
||||
```bash
|
||||
npm run dev:web
|
||||
```
|
||||
- Port: 5178
|
||||
- HMR-Host: assets-web.presseportale.test
|
||||
- HMR-Host: assets-web.pressekonto.test
|
||||
- Domains: presseecho.test, businessportal24.test
|
||||
|
||||
## Production Build
|
||||
|
|
@ -86,7 +86,7 @@ public/
|
|||
## Theme-System
|
||||
|
||||
### Backend (Portal)
|
||||
- **Domain:** presseportale.test
|
||||
- **Domain:** pressekonto.test
|
||||
- **Theme:** `portal`
|
||||
- **CSS:** `resources/css/portal.css`
|
||||
- **Views:** `resources/views/portal/**`
|
||||
|
|
@ -110,8 +110,8 @@ public/
|
|||
|
||||
Beide Vite-Server laufen intern auf HTTP (`https: false`), Traefik übernimmt SSL-Terminierung:
|
||||
|
||||
- **Portal HMR:** `wss://assets.presseportale.test` → Port 5177
|
||||
- **Web HMR:** `wss://assets-web.presseportale.test` → Port 5178
|
||||
- **Portal HMR:** `wss://assets.pressekonto.test` → Port 5177
|
||||
- **Web HMR:** `wss://assets-web.pressekonto.test` → Port 5178
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue