Commit Graph

4 Commits

Author SHA1 Message Date
Khalid A
61dad7c172 Fix canonical format of config/sms-sites.json
The sms-sites.json file was not in canonical format (sorted keys,
2-space indent, trailing newline), causing `npm run build` to fail
during the `check:content` step in Docker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 16:25:57 -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
d10105ac00 Initial commit 2026-04-17 21:07:34 +00:00