This commit is contained in:
MDeghaud67
2023-05-09 11:38:55 +02:00
parent b995e34426
commit a250d5de8f
72 changed files with 549 additions and 573 deletions

View File

@ -1,7 +0,0 @@
import PocketBase from 'pocketbase';
const pb = new PocketBase(process.env.PB_URL);
const authData = await pb.collection('users').authWithPassword('michel.deghaud@gmail.com', 'Kimbomaye67');
export default pb;