fix: added polling flag for hot reloading to work in dev container

This commit is contained in:
ivan-the-terrible 2024-04-04 19:31:28 +00:00 committed by Jan De Dobbeleer
parent 8e2d3caff5
commit b7ec145354

View file

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "cross-env NODE_ENV=development docusaurus start", "start": "cross-env NODE_ENV=development docusaurus start --poll 1000",
"build": "docusaurus build", "build": "docusaurus build",
"serve": "docusaurus serve", "serve": "docusaurus serve",
"themes": "node export_themes.js" "themes": "node export_themes.js"