chore: init api package

This commit is contained in:
Adrian Castro
2024-03-27 10:50:33 +01:00
parent 772bee2c1f
commit febc9c5e92
6 changed files with 64 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ apps
├─ Navigation using Expo Router
└─ Styling with Tamagui
packages
├─ api
| └─ Typesafe API calls to the backend
├─ tmdb
| └─ Typesafe API calls to The Movie Database
└─ provider-utils