supabase-plus 0.8.9

An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI
1
2
3
4
5
6
7
8
9
10
11
#[cfg(not(feature = "default"))]
pub use promptuity;

#[cfg(feature = "default")]
pub use dsplce_co_promptuity as promptuity;

#[cfg(not(feature = "default"))]
pub use throbberous;

#[cfg(feature = "default")]
pub use dsplce_co_throbberous as throbberous;