doc: document the new entrypoint

This commit is contained in:
Himadri Bhattacharjee
2023-08-12 11:07:29 +05:30
parent 43b911d3e2
commit 1da6232bf9

View File

@@ -45,6 +45,10 @@ async def setup_server():
async def main():
"""
Asynchronously run the boot script while setting
the server up for the web interface.
"""
await asyncio.gather(
run_boot_script(),
setup_server()