mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 12:43:37 +02:00
chore: remove @manacore/shared-supabase package
Package was unused — no imports found across the entire codebase. All apps have migrated to direct PostgreSQL (Drizzle ORM) for backends and mana-core-auth API for mobile/web clients. Removes package and all documentation references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5bd967900f
commit
b76746229e
7 changed files with 0 additions and 128 deletions
|
|
@ -454,7 +454,6 @@ Alle Projekte teilen gemeinsame Packages unter `packages/`:
|
|||
| --------------------------- | ---------------------------------------- |
|
||||
| `@manacore/shared-types` | Gemeinsame TypeScript Types |
|
||||
| `@manacore/shared-utils` | Utility-Funktionen (Date, String, Async) |
|
||||
| `@manacore/shared-supabase` | Einheitlicher Supabase Client |
|
||||
| `@manacore/shared-config` | Gemeinsame Konfiguration |
|
||||
|
||||
### Auth & Security
|
||||
|
|
@ -498,7 +497,6 @@ Alle Projekte teilen gemeinsame Packages unter `packages/`:
|
|||
```typescript
|
||||
// In einem beliebigen Projekt
|
||||
import { User, ApiResponse } from '@manacore/shared-types';
|
||||
import { createSupabaseClient } from '@manacore/shared-supabase';
|
||||
import { formatDate, truncate, retry } from '@manacore/shared-utils';
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue