UNPKG

@t1mmen/srtd

Version:

Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀

10 lines • 223 B
// src/utils/store.ts import Conf from 'conf'; export const store = new Conf({ projectName: 'srtd', defaults: { debugEnabled: false, showWatchLogs: false, }, }); //# sourceMappingURL=store.js.map