UNPKG

@t1mmen/srtd

Version:

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

3 lines (2 loc) • 146 B
import type { BuildLog } from '../types.js'; export declare function loadBuildLog(dirname: string, which: 'local' | 'common'): Promise<BuildLog>;