We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d55403 commit 979e265Copy full SHA for 979e265
ide/deploy/watch.py
@@ -46,7 +46,7 @@ def check_and_deploy(change):
46
deploy(src)
47
48
async def redeploy():
49
- print("> Redeploy:")
+ print("> Watching:")
50
iterator = watchfiles.awatch("packages", recursive=True)
51
async for changes in iterator:
52
for change in changes:
0 commit comments