Is there a way to hot reload changes? #38
Replies: 3 comments
-
I tried also "Auto refresh page" extension for fire fox, but it seems like ugly reload, as it reload all the page. I need something to reload the content not all the page top keys, like this part |
Beta Was this translation helpful? Give feedback.
-
Structurizr Lite's built-in auto-refresh feature will also do an "ugly reload", so I'm not sure what else to suggest I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
Thank you @simonbrowndotje I'm using the auto-refresh now (https://github.com/structurizr/lite/blob/main/docs/docs/04-usage.md#auto-refresh). Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using docker command
docker run --rm -v $(pwd):/usr/local/structurizr -p 8080:8080 structurizr/lite
is there any way to hot reload the changes using plugins (jetbrains), extensions (vscode). I tried "live server" with proxy but it does not reload the changes done toworkspace.dsl
.If there are any way to do it, please shed a light on it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions