added vercel to the outputs key

This commit is contained in:
Nate Kelley 2025-09-15 13:51:26 -06:00
parent c103a5c154
commit d21935613e
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
3 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,6 @@ export const useSignOut = () => {
}
} catch (error) {
console.error('Error signing out', error);
openErrorMessage('Error signing out');
} finally {
navigate({ to: '/auth/login' });
}

View File

@ -35,6 +35,9 @@ const handleOAuthSignIn = async (
},
});
console.log('data-signInWithOAuth', data);
console.log('url-signInWithOAuth', data.url);
if (error) {
console.error('error-signInWithOAuth', error);
return { success: false, error: error.message };

View File

@ -14,7 +14,7 @@
"tsconfig.json",
"package.json"
],
"outputs": [".output/**"]
"outputs": [".output/**", ".vercel/**"]
},
"test": {
"inputs": [