sveltekit-supabase icon indicating copy to clipboard operation
sveltekit-supabase copied to clipboard

Results 3 sveltekit-supabase issues
Sort by recently updated
recently updated
newest added
trafficstars

I just leave this here for now _/src/lib/helper.ts_ ```ts import { derived, type Readable } from 'svelte/store'; export function dedupeDerived( store: Readable, fn: (data: T) => R = (data) =>...

Hey @david-plugge In response to you asking for feedback, here's a first swing... ### Feature Description - Add merchant integration to the template - Modularize the merchants in `.ts` so...