Skip to content

Commit 0e0314f

Browse files
authored
Merge pull request #230 from FE9-2/feat/supabase
Supabase 소셜 로그인(구글, 카카오) 연동
2 parents 7d78f1b + 0aaa7cd commit 0e0314f

File tree

37 files changed

+1373
-517
lines changed

37 files changed

+1373
-517
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@ jobs:
3636
- name: Run linter
3737
run: npm run lint
3838

39-
- name: Build project
39+
- name: Print environment variables
40+
run: echo "Supabase URL: $NEXT_PUBLIC_SUPABASE_URL, Supabase Key: $NEXT_PUBLIC_SUPABASE_ANON_KEY"
41+
env:
42+
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
43+
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
44+
45+
- name: Build
4046
run: npm run build

package-lock.json

Lines changed: 503 additions & 380 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"@hookform/resolvers": "^3.9.0",
1818
"@lottiefiles/react-lottie-player": "^3.5.4",
1919
"@studio-freight/lenis": "^1.0.42",
20+
"@supabase/supabase-js": "^2.47.10",
2021
"@tanstack/react-query": "^5.59.19",
2122
"axios": "^1.7.7",
2223
"date-fns": "^4.1.0",
2324
"form-data": "^4.0.1",
24-
"motion": "^11.15.0",
2525
"framer-motion": "^11.15.0",
26+
"motion": "^11.15.0",
2627
"next": "14.2.15",
2728
"next-auth": "^4.24.10",
2829
"next-sitemap": "^4.2.3",

public/android-icon-192x192.png

3.06 KB
Loading

public/apple-icon-180x180.png

6.89 KB
Loading

public/facebook-icon-1024x1024.png

222 KB
Loading

public/favicon-16x16.png

542 Bytes
Loading

public/favicon-32x32.png

800 Bytes
Loading

public/favicon.ico

20.8 KB
Binary file not shown.

public/logo.png

57.7 KB
Loading

0 commit comments

Comments
 (0)