Create AppwriteConfig auth file

This commit is contained in:
Ray 2024-07-23 03:52:21 +00:00 committed by GitHub
parent 52ba2a903b
commit c4946e0045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
export const AppwriteConfig = new Client();
client
.setEndpoint('https://cloud.appwrite.io/v1')
.setProject('669e8e55003279c5ebdd');