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

* 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

* updating infrastructure

* updating infrastructure
This commit was merged in pull request #99.
This commit is contained in:
2025-11-23 11:07:08 -06:00
committed by GitHub
parent 999f4c1a6a
commit 42bc48c1df
5 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ jobs:
with:
sparse-checkout: |
api
client
- name: Install Nest CLI
run: |

View File

@@ -20,7 +20,6 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
initial-fetch-depth: 2
filters: |
api:
- 'api/**'