UNPKG

@t1mmen/srtd

Version:

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

6 lines (5 loc) • 157 B
/** * Doctor command - Read-only diagnostic that validates SRTD setup */ import { Command } from 'commander'; export declare const doctorCommand: Command;