diff --git a/Makefile b/Makefile index 07cffbf..569565e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install: poetry install run: - poetry run meshchatx + poetry run python -m meshchatx.meshchat build: pnpm run build diff --git a/Taskfile.yml b/Taskfile.yml index 6441837..310883d 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -89,7 +89,7 @@ tasks: desc: Run the application deps: [install] cmds: - - poetry run meshchatx + - poetry run python -m meshchatx.meshchat dev: desc: Run in development mode (builds frontend first)