mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
print the devserver URL to output
This commit is contained in:
@@ -89,4 +89,5 @@ def serve(args):
|
||||
directory=args.output_dir))
|
||||
proc = multiprocessing.Process(target=autoreload, args=(args,))
|
||||
proc.start()
|
||||
logger.info("\n\n Devserver Started -- visit http://localhost:8000\n")
|
||||
httpd.serve_forever()
|
||||
|
||||
Reference in New Issue
Block a user