mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
prettier updates
This commit is contained in:
@@ -2,9 +2,7 @@ import { PUBLIC_APPWRITE_PROJECT_INIT_ID } from '$env/static/public';
|
||||
import { Client, Account } from '@appwrite.io/console';
|
||||
|
||||
const client = new Client();
|
||||
client
|
||||
.setEndpoint('https://cloud.appwrite.io/v1')
|
||||
.setProject(PUBLIC_APPWRITE_PROJECT_INIT_ID);
|
||||
client.setEndpoint('https://cloud.appwrite.io/v1').setProject(PUBLIC_APPWRITE_PROJECT_INIT_ID);
|
||||
|
||||
export const appwriteInit = {
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user