initial commit
This commit is contained in:
9
src/utils/appwrite.util.ts
Normal file
9
src/utils/appwrite.util.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Appwrite } from "appwrite";
|
||||
|
||||
// SDK for client side (browser)
|
||||
const aw = new Appwrite();
|
||||
|
||||
aw.setEndpoint("http://localhost:86/v1")
|
||||
.setProject("pingvin-share");
|
||||
|
||||
export default aw;
|
||||
Reference in New Issue
Block a user