From e18df47cee14cde58584ffc1a8bbb2606b6f4102 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 31 Jul 2023 22:27:08 -0700 Subject: ci: :green_heart: fix file structure for pyinstaller, main.yaml updates --- continuedev/main.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 continuedev/main.py (limited to 'continuedev/main.py') diff --git a/continuedev/main.py b/continuedev/main.py new file mode 100644 index 00000000..3cf4e817 --- /dev/null +++ b/continuedev/main.py @@ -0,0 +1,5 @@ +from .src.continuedev.server.main import run_server + + +def main(): + run_server() -- cgit v1.2.3-70-g09d2