fix : change browser waiting check

This commit is contained in:
martin legrand
2025-04-16 10:08:03 +02:00
parent 906dc18060
commit 26421190b1
4 changed files with 11 additions and 13 deletions
+1
View File
@@ -58,6 +58,7 @@ services:
- "3000:3000"
volumes:
- ./frontend/agentic-seek/src:/app/src
- ./screenshots:/app/screenshots
environment:
- NODE_ENV=development
- CHOKIDAR_USEPOLLING=true # Ensure file watching works in Docker