Split justfiles

This commit is contained in:
Drew 2025-09-22 01:38:08 -07:00
parent c2c1d1c8ed
commit 3f805430fa
4 changed files with 102 additions and 52 deletions

View file

@ -65,7 +65,7 @@ captains-log/
- **Expected outcome**: `just --list` in frontend directory shows all commands
### Task 1.4: Update Root Justfile Structure
- [ ] **Files**: `justfile`, `backend/justfile`
- [x] **Files**: `justfile`, `backend/justfile`
- Move existing backend commands to `backend/justfile`
- Create new root justfile with combined commands
- Add concurrent execution for `dev` command (both backend + frontend)