Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 140ce8e77c - Show all commits

View File

@@ -25,6 +25,10 @@ jobs:
with:
version: ${{ vars.PNPM_VERSION }}
- name: Install Nest CLI
run: |
npm install -g @nestjs/cli
- name: 'Setup Node'
uses: actions/setup-node@v4
with:

View File

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