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) • 387 B
import type { CLIConfig } from '../types.js'; export declare function getConfig(dir?: string): Promise<CLIConfig>; export declare function saveConfig(baseDir: string, config: Partial<CLIConfig>): Promise<void>; export declare function resetConfig(baseDir: string): Promise<void>; export declare function clearBuildLogs(baseDir: string, type: 'local' | 'shared' | 'both'): Promise<void>;