Skip to content

Commit

Permalink
add auth success
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 26, 2025
1 parent 274a338 commit bb895ad
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SUPABASE_URL=
SUPABASE_ANON_KEY=
SUPABASE_PROJECT_ID=
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ coverage

test-results/
playwright-report/
.env
supabase/.temp
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
"type-check": "vue-tsc --build --force",
"supa:types": "supabase gen types typescript --project-id uehmyyeqheqnxmzhctcd --schema public > src/database.types.ts"
},
"dependencies": {
"@primevue/themes": "^4.1.1",
"@supabase/supabase-js": "^2.49.1",
"@vueuse/core": "^11.1.0",
"date-fns": "^4.1.0",
"pinia": "^2.2.4",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^4.1.1",
"supabase": "^2.15.8",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
Expand Down
Loading

0 comments on commit bb895ad

Please sign in to comment.