proper ci cd
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-11-30 01:23:51 +05:30
parent 55aac72bd2
commit 5b49e5d584
3 changed files with 75 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ export function NakamaProvider({ children }: { children: React.ReactNode }) {
const newSession = await getSession(username);
setSession(newSession);
// create a socket (new Nakama 3.x signature)
const s = client.createSocket(
import.meta.env.VITE_WS_SSL === "true",
undefined