Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use polling to watch for file changes in react app
  • Loading branch information
chiu0602 authored Aug 13, 2021
commit ea4e572198d0f4569e85ca56ee2e1aaed78bdaeb
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- './frontend/node_modules:/app/node_modules:cached'
environment:
- NODE_ENV=development

- CHOKIDAR_USEPOLLING=true

volumes:
db-data: