WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: expose auth client for record creation

+4
+4
src/services/auth.js
··· 77 77 #notify() { 78 78 this.#listeners.forEach(cb => cb(this.#user)); 79 79 } 80 + 81 + getClient() { 82 + return this.#client; 83 + } 80 84 } 81 85 82 86 // Preserve auth instance across HMR