This commit is contained in:
2025-08-04 01:04:58 +05:30
parent aef3c199f5
commit 088138bc66

View File

@@ -3,7 +3,7 @@ import PartySocket from 'partysocket';
import { GameState } from '../types';
import { useAuth, useUser } from '@clerk/clerk-react';
const PARTY_HOST = import.meta.env.DEV ? 'localhost:1999' : 'bozo-clicker.your-username.partykit.dev';
const PARTY_HOST = import.meta.env.DEV ? 'localhost:1999' : 'bozo-clicker.arjunindia.partykit.dev';
export function usePartyKit() {
const { getToken, isLoaded, isSignedIn } = useAuth();