Skip to content

Commit

Permalink
fix: added polling flag for hot reloading to work in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-the-terrible authored and JanDeDobbeleer committed Apr 17, 2024
1 parent 8e2d3ca commit b7ec145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development docusaurus start",
"start": "cross-env NODE_ENV=development docusaurus start --poll 1000",
"build": "docusaurus build",
"serve": "docusaurus serve",
"themes": "node export_themes.js"
Expand Down

0 comments on commit b7ec145

Please sign in to comment.