feat: added signin/signup components, fixed env vars, added supabase/… #21
Annotations
10 errors
src/components/SignIn.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
src/components/SignIn.vue#L9
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
|
src/components/SignUp.vue#L9
Property 'user' does not exist on type 'AuthResponse'.
|
src/components/SignUp.vue#L9
Property 'user' does not exist on type '{ data: { user: User | null; session: Session | null; }; error: null; }'.
|
src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_URL'. Did you mean 'supabase'?
|
src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_ANON_KEY'.
|
src/supabase/functions/checkSubscription/index.ts#L3
Cannot find name 'STRIPE_SECRET_KEY'.
|
src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'req' implicitly has an 'any' type.
|
src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'res' implicitly has an 'any' type.
|
src/supabase/functions/stripeWebhook/index.ts#L1
Parameter 'req' implicitly has an 'any' type.
|
The logs for this run have expired and are no longer available.
Loading