This commit is contained in:
2025-09-18 09:30:30 -06:00
parent b2103a7359
commit e3de5342ce
3 changed files with 17 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ Paths below are absolute to this repo.
- Add .envrc (optional) to auto-enter devShell
- Dependencies: T001
- [ ] T003 Initialize pnpm workspaces
- [X] T003 Initialize pnpm workspaces
- Create /home/jawz/Development/Projects/GlowTrack/package.json (private workspace root) with scripts: lint, test, build, typecheck, format
- Create /home/jawz/Development/Projects/GlowTrack/pnpm-workspace.yaml listing apps/* and packages/*
- Dependencies: T001