This commit is contained in:
2025-12-24 06:29:44 +06:00
parent bcd457e2d6
commit 4f91309f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,9 +68,9 @@ export const useSignaling = createSharedComposable(() => {
// socket.value = io(`http://localhost:4000/webrtc`, { // socket.value = io(`http://localhost:4000/webrtc`, {
// path: `/chad/ws`, // path: `/chad/ws`,
// transports: ['websocket'],
socket.value = io(`${uri}/webrtc`, { socket.value = io(`${uri}/webrtc`, {
path: `${pathname}/ws`, path: `${pathname}/ws`,
transports: ['websocket'],
withCredentials: true, withCredentials: true,
auth: { auth: {
userId: me.value.id, userId: me.value.id,

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "chad", "productName": "chad",
"version": "0.2.10", "version": "0.2.11",
"identifier": "xyz.koptilnya.chad", "identifier": "xyz.koptilnya.chad",
"build": { "build": {
"frontendDist": "../.output/public", "frontendDist": "../.output/public",