updating infrastructure

This commit is contained in:
2025-11-23 10:59:53 -06:00
parent 662dcc0a64
commit bffbf35a43
4 changed files with 3 additions and 4 deletions

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\"",