96 switch from azure table storage to sqlite #99

Merged
noahspannbauer merged 15 commits from 96-switch-from-azure-table-storage-to-sqlite into main 2025-11-23 12:07:08 -05:00
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/**'

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"description": "",
"author": "",
"private": true,

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"scripts": {
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",