supastash 0.1.44 → 0.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -227,18 +227,6 @@ await supastash
|
|
|
227
227
|
|
|
228
228
|
---
|
|
229
229
|
|
|
230
|
-
## 🗂 Recommended Project Structure
|
|
231
|
-
|
|
232
|
-
```
|
|
233
|
-
src/
|
|
234
|
-
├─ core/ # Supastash config, Supabase client
|
|
235
|
-
├─ hooks/ # useSupatashData, useSupastashFilters etc.
|
|
236
|
-
├─ types/ # Zod schemas, DB types
|
|
237
|
-
├─ utils/ # Local helpers
|
|
238
|
-
```
|
|
239
|
-
|
|
240
|
-
---
|
|
241
|
-
|
|
242
230
|
## 🔧 API Docs
|
|
243
231
|
|
|
244
232
|
- [`configureSupastash()`](https://0xzekea.github.io/supastash/docs/configuration)
|