Create AppwriteConfig auth file
This commit is contained in:
parent
52ba2a903b
commit
c4946e0045
|
@ -0,0 +1,5 @@
|
|||
export const AppwriteConfig = new Client();
|
||||
|
||||
client
|
||||
.setEndpoint('https://cloud.appwrite.io/v1')
|
||||
.setProject('669e8e55003279c5ebdd');
|
Loading…
Reference in New Issue