From 0fe2cf6867d9144c1ce27f9de17bf5cc634632c5 Mon Sep 17 00:00:00 2001 From: Richard Franklin Date: Sat, 24 Aug 2024 18:02:39 -0700 Subject: [PATCH] Export main file as script --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aecea33..41a840a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ documentation = "https://docs.graphbook.ai" repository = "https://github.com/graphbookai/graphbook" [tool.poetry.scripts] -graphbook = "graphbook.server:main" +graphbook = "graphbook.main:main" [tool.poetry.dependencies] python = "^3.10"