refactor: modernize Justfile commands and simplify service management

This commit is contained in:
2026-01-29 14:28:06 -06:00
parent 98a6d978c6
commit 9e403e5043
5 changed files with 267 additions and 224 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ The application consists of three modular services that can be run independently
bun install --cwd web # Install frontend dependencies
cargo build # Build the backend
just dev # Runs auto-reloading dev build
just dev --services bot,web # Runs auto-reloading dev build, running only the bot and web services
just dev # Runs auto-reloading dev build with all services
just dev-build # Development build with release characteristics (frontend is embedded, non-auto-reloading)
just build # Production build that embeds assets