introduce TRPC and service layer

This commit is contained in:
Michael Dausmann
2023-02-05 11:55:49 +11:00
parent 791192a1ae
commit bba070d985
13 changed files with 307 additions and 58 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
console.log('AppHeader.vuew - setup script');
const supabase = useSupabaseAuthClient();
const user = useSupabaseUser();