Improve CLI
This commit is contained in:
parent
b2b7332b52
commit
c06862ab76
2 changed files with 8 additions and 1 deletions
|
|
@ -201,6 +201,11 @@ class GreatAIReload(BaseReload):
|
|||
|
||||
|
||||
def main() -> None:
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
try:
|
||||
serve()
|
||||
except KeyboardInterrupt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue