Adding gitpod setup

This commit is contained in:
julien Lengrand-Lambert
2022-07-03 20:13:18 +00:00
parent 77c02b8570
commit 0407cc4a61
3 changed files with 23 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
import { LitElement, html, css } from 'lit';
import { createClient } from '@supabase/supabase-js'
const logo = new URL('../assets/open-wc-logo.svg', import.meta.url).href;
@@ -57,6 +58,8 @@ export class SupabaseFail extends LitElement {
constructor() {
super();
this.title = 'My app';
const supabase = createClient(SUPABASE_CONFIG.authDomain, SUPABASE_CONFIG.apiKey);
console.log(supabase);
}
render() {