Skip to content

Commit

Permalink
fix: do not reload the server when an app script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 21, 2023
1 parent e03ceff commit 42719e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solara/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def run(
pass
reload_excludes = reload_excludes if reload_excludes else []
reload_excludes = [str(solara_root / "website"), str(solara_root / "template")]
reload_excludes.append(app)
del solara_root
reload = True
settings.main.mode = "development"
Expand Down

0 comments on commit 42719e3

Please sign in to comment.