Feature/73 add flights page (#75)

* adding flights page

* adding flights page

* adding flights page
This commit was merged in pull request #75.
This commit is contained in:
2025-03-23 11:09:25 -05:00
committed by GitHub
parent 98f50641c8
commit f76244d00c
5 changed files with 19 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "1.2.0",
"version": "1.3.0",
"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\"",