mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-10 17:25:43 +00:00
fix: update application run command in Makefile and Taskfile to use the correct module path for meshchat
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ install:
|
||||
poetry install
|
||||
|
||||
run:
|
||||
poetry run meshchatx
|
||||
poetry run python -m meshchatx.meshchat
|
||||
|
||||
build:
|
||||
pnpm run build
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user