Update application ports to 3050 and enhance Playwright tests with WebGL mock
Tests / backend-test (pull_request) Successful in 10s
Tests / frontend-test (pull_request) Successful in 9m25s
Tests / e2e-test (pull_request) Has been cancelled

This commit is contained in:
(jenkins)
2026-04-01 11:04:16 +01:00
parent cac76a2f69
commit 228032c913
11 changed files with 278 additions and 19 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ docker-compose up --build
### 3. Access Application
- **Frontend**: http://localhost:3000
- **Frontend**: http://localhost:3050
- **Backend API**: http://localhost:3001
- **Database**: localhost:5432 (PostgreSQL with PostGIS)
@@ -219,7 +219,7 @@ npm run dev
### Port Already in Use
```bash
# Find process using port
lsof -i :3000
lsof -i :3050
lsof -i :3001
# Kill process