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) • 157 B
import type { BuildLog } from '../types.js'; export declare function saveBuildLog(dirname: string, log: BuildLog, which: 'local' | 'common'): Promise<void>;