Commit Graph

4 Commits

Author SHA1 Message Date
khalid@traclabs.com
fdf6124fa1 Add tailwind and shadcn 2026-04-23 07:41:37 -05:00
khalid@traclabs.com
bcd047bc54 Fix issues and add linting 2026-04-22 22:44:03 -05:00
Khalid A
875f377194 Fix Docker build: replace workspace:* with file: references
npm doesn't support the `workspace:*` protocol (that's pnpm/Yarn).
This caused `npm install` to fail with EUNSUPPORTEDPROTOCOL during
Docker builds. Replaced both occurrences with `file:` relative paths
that npm workspaces resolves correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 16:17:58 -05:00
kadil
4ee4cb8e7c First cut 2026-04-17 16:08:31 -05:00