mirror of https://github.com/kortix-ai/suna.git
auto reload
This commit is contained in:
parent
67c7eded8d
commit
0bab486e64
|
@ -195,7 +195,7 @@ async def health_check():
|
|||
|
||||
if __name__ == "__main__":
|
||||
logger.info("Starting website server")
|
||||
uvicorn.run(app, host="0.0.0.0", port=8080)
|
||||
uvicorn.run(app, host="0.0.0.0", port=8080, reload=True)
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue