mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 04:38:00 -08:00
fix: added polling flag for hot reloading to work in dev container
This commit is contained in:
parent
8e2d3caff5
commit
b7ec145354
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue