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 • 330 B
#!/usr/bin/env -S node --no-warnings import Pastel from 'pastel'; import updateNotifier from 'update-notifier'; import packageJson from '../package.json' with { type: 'json' }; updateNotifier({ pkg: packageJson }).notify(); const app = new Pastel({ importMeta: import.meta, }); await app.run(); //# sourceMappingURL=cli.js.map