diff --git a/auth.js b/auth.js new file mode 100644 index 0000000..61a0439 --- /dev/null +++ b/auth.js @@ -0,0 +1,8 @@ +const { createClient } = require('@supabase/supabase-js'); + +const supabase = createClient( + 'https://rwulmnzzmieuosakijoe.supabase.co', + 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJ3dWxtbnp6bWlldW9zYWtpam9lIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDgwNTQ4NDEsImV4cCI6MjA2MzYzMDg0MX0.ZEBJ6v0-u77z1cqRJvA8WOcGRxd8fcN0vqeYJNQgd_U' +); + +module.exports.supabase = supabase; \ No newline at end of file