Skip to content

Commit 161c98f

Browse files
committed
put supabase config back in the root
1 parent 01080f6 commit 161c98f

11 files changed

+14
-14
lines changed
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"name": "@postgres-new/root",
33
"private": true,
44
"scripts": {
5-
"dev": "npm run dev -w @postgres-new/web",
6-
"supabase": "npm exec supabase -w @postgres-new/supabase"
5+
"dev": "npm run dev -w @postgres-new/web"
76
},
8-
"workspaces": ["apps/*", "packages/*"]
7+
"workspaces": ["apps/*", "packages/*"],
8+
"devDependencies": {
9+
"supabase": "^1.190.0"
10+
}
911
}

packages/supabase/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
},
88
"scripts": {
99
"generate:types": "mkdir -p dist && supabase gen types --lang=typescript --local > dist/database.types.d.ts"
10-
},
11-
"devDependencies": {
12-
"supabase": "^1.187.8"
1310
}
1411
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)