fix
This commit is contained in:
@@ -3,7 +3,7 @@ import PartySocket from 'partysocket';
|
|||||||
import { GameState } from '../types';
|
import { GameState } from '../types';
|
||||||
import { useAuth, useUser } from '@clerk/clerk-react';
|
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() {
|
export function usePartyKit() {
|
||||||
const { getToken, isLoaded, isSignedIn } = useAuth();
|
const { getToken, isLoaded, isSignedIn } = useAuth();
|
||||||
|
|||||||
Reference in New Issue
Block a user