Skip to content

Commit 32aa161

Browse files
authored
Revert "added migrations and seed script (#83)"
This reverts commit bdbc6eb.
1 parent be6ace4 commit 32aa161

File tree

4 files changed

+2
-156
lines changed

4 files changed

+2
-156
lines changed

.env.local.example

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ NEXT_PUBLIC_LIVEKIT_URL=wss://discord-clonelink.....
1010
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
1111
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
1212
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
13-
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
14-
SUPABASE_ACCESS_TOKEN=supabaseaccesstoken
15-
SUPABASE_DB_PASSWORD=supabasedbpassword
13+
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint",
10-
"db:seed": "tsc seed.ts && node seed.js"
9+
"lint": "next lint"
1110
},
1211
"dependencies": {
1312
"@clerk/nextjs": "^4.25.4",
@@ -60,11 +59,9 @@
6059
"@types/react-dom": "^18",
6160
"@types/uuid": "^9.0.5",
6261
"autoprefixer": "^10",
63-
"dotenv": "^16.4.5",
6462
"eslint": "^8",
6563
"eslint-config-next": "13.5.4",
6664
"postcss": "^8",
67-
"supabase": "^1.169.8",
6865
"tailwindcss": "^3",
6966
"typescript": "^5"
7067
}

seed.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

supabase/migrations/20240528135826_create_structure.sql

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)