This commit is contained in:
Karli
2025-11-11 23:18:45 +02:00
parent 0878b5d1bd
commit 269b4c3e27
8 changed files with 445 additions and 370 deletions

View File

@@ -26,8 +26,8 @@ export function getServiceRoleKey() {
*/
export function warnServiceRoleKeyUsage() {
if (process.env.NODE_ENV !== 'production') {
console.warn(
`[Dev Only] This is a simple warning to let you know you are using the Supabase Service Role. Make sure it's the right call.`,
);
// console.warn(
// `[Dev Only] This is a simple warning to let you know you are using the Supabase Service Role. Make sure it's the right call.`,
// );
}
}