Feature/56 add endorsements to pilot form #63

Merged
noahspannbauer merged 3 commits from feature/56-add-endorsements-to-pilot-form into main 2025-03-05 10:08:34 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 7787b1e51b - Show all commits

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

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