mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
chore: Fix failing Vercel builds (#40612)
Try to fix it by adding tailwind in the root workspace.
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"sass": "^1.72.0",
|
||||
"supabase": "^2.58.5",
|
||||
"supports-color": "^8.0.0",
|
||||
"tailwindcss": "catalog:",
|
||||
"turbo": "2.3.3",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -103,6 +103,9 @@ importers:
|
||||
supports-color:
|
||||
specifier: ^8.0.0
|
||||
version: 8.1.1
|
||||
tailwindcss:
|
||||
specifier: 'catalog:'
|
||||
version: 3.4.1(ts-node@10.9.2(@types/node@22.13.14)(typescript@5.9.2))
|
||||
turbo:
|
||||
specifier: 2.3.3
|
||||
version: 2.3.3
|
||||
|
||||
Reference in New Issue
Block a user