Skip to content

Commit 78fb80d

Browse files
committed
enable logs
1 parent 71799af commit 78fb80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ide/deploy/watch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ async def redeploy():
5858

5959
def watch():
6060
# start web server
61-
#serve()
61+
serve()
6262
# show logs
63-
#logs()
63+
logs()
6464

6565
loop = asyncio.get_event_loop()
6666
task = loop.create_task(redeploy())

0 commit comments

Comments
 (0)