mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix: update application run command in Makefile and Taskfile to use the correct module path for meshchat
This commit is contained in:
parent
65c12db06b
commit
008b451d24
2 changed files with 2 additions and 2 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue