96 switch from azure table storage to sqlite (#98)

* adding typeorm to api

* switching to sqlite

* switching to sqlite

* switching to sqlite

* migrating to sqlite

* updating terraform

* updating infrastructure

* updating infrastructure

* updating infrastructure

* updating infrastructure
This commit was merged in pull request #98.
This commit is contained in:
2025-11-23 10:51:01 -06:00
committed by GitHub
parent f98a2ab127
commit 999f4c1a6a
5 changed files with 76 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ jobs:
uses: ./.github/workflows/changes.yaml
build:
if: ${{ needs.changes.outputs.app == 'true' }}
if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true' }}
name: build
needs:
- changes