mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
reactor(cli): move memoh cli to tui
1. Split the oversized `cmd/agent` entrypoint into a multi-file package and update dev/build scripts to use the package path instead of compiling `main.go` directly. 2. Add a new `memoh` terminal UI for local bot chat, with Bubble Tea
This commit is contained in:
@@ -54,7 +54,7 @@ services:
|
||||
container_name: memoh-dev-migrate
|
||||
working_dir: /workspace
|
||||
entrypoint: []
|
||||
command: ["go", "run", "./cmd/agent/main.go", "migrate", "up"]
|
||||
command: ["go", "run", "./cmd/agent", "migrate", "up"]
|
||||
environment:
|
||||
CONFIG_PATH: /workspace/devenv/app.dev.toml
|
||||
GOFLAGS: -buildvcs=false
|
||||
|
||||
Reference in New Issue
Block a user