tiffank1802 commited on
Commit ·
8fc4030
1
Parent(s): 7654a1c
Use Appwrite via CDN instead of npm
Browse files- src/appwrite.js +1 -1
src/appwrite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import { Client, Databases, Query } from 'appwrite';
|
| 2 |
|
| 3 |
const client = new Client()
|
| 4 |
.setEndpoint(import.meta.env.VITE_APPWRITE_ENDPOINT)
|
|
|
|
| 1 |
+
import { Client, Databases, Query } from 'https://cdn.jsdelivr.net/npm/appwrite@14.0.1/+esm';
|
| 2 |
|
| 3 |
const client = new Client()
|
| 4 |
.setEndpoint(import.meta.env.VITE_APPWRITE_ENDPOINT)
|