UNPKG

@t1mmen/srtd

Version:

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

8 lines • 195 B
import ora from 'ora'; /** * Creates a new spinner with the dots style. */ export function createSpinner(text) { return ora({ text, spinner: 'dots' }); } //# sourceMappingURL=spinner.js.map