Commit graph

3 commits

Author SHA1 Message Date
michael
eb0ae08eac Add --legacy-peer-deps to npm ci for react-scripts compatibility
react-scripts@5.0.1 has peer dependency on TypeScript 4.x but project
uses TypeScript 5.x. The --legacy-peer-deps flag ignores this conflict.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:08:49 -06:00
michael
be119f85f7 Make database migrations robust to handle existing tables
If migrations fail due to tables already existing (common when deploying
to a database that was set up manually), the script now stamps the
database with the current head revision instead of failing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:07:46 -06:00
michael
c66d498d04 configured app to run on custom port with apache reverse proxy, wrote deploy.sh script 2026-02-02 16:56:48 -06:00