Skip to content

Commit

Permalink
Update craco.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 23, 2024
1 parent cd46885 commit 02cda90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
paths: ['src/**/*', 'public/**/*', 'package.json'],
options: {
usePolling: true,
interval: 500,
},
},
},
Expand Down
1 change: 1 addition & 0 deletions frontend/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
paths: ['src/**/*', 'public/**/*', 'package.json'],
options: {
usePolling: true,
interval: 500,
},
},
},
Expand Down

0 comments on commit 02cda90

Please sign in to comment.