Skip to content

Commit 4a1e6a1

Browse files
authored
Merge pull request #104 from imaginer-dev/102-슈파베이스-초기-세팅
102 슈파베이스 초기 세팅
2 parents c437d69 + ffedb4c commit 4a1e6a1

File tree

5 files changed

+536
-105
lines changed

5 files changed

+536
-105
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
*storybook.log
26+
*storybook.log
27+
28+
.env

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"prepare": "husky"
1616
},
1717
"dependencies": {
18+
"@supabase/supabase-js": "^2.42.7",
1819
"@tanstack/react-query": "^5.29.0",
1920
"@vitejs/plugin-react-swc": "^3.5.0",
2021
"axios": "^1.6.8",

0 commit comments

Comments
 (0)