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 • 319 B
import { safeCreate } from './safeCreate.js'; export async function createEmptyBuildLog(filepath) { const initial = { version: '1.0', lastTimestamp: '', templates: {}, }; return safeCreate(filepath, JSON.stringify(initial, null, 2)); } //# sourceMappingURL=createEmptyBuildLog.js.map