Update application ports to 3050 and enhance Playwright tests with WebGL mock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user