wip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 34s

This commit is contained in:
2026-03-26 09:37:54 +03:00
parent 107e454589
commit 19a9f44d3a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
VITE_API_URL=https://chat.madsky.ru VITE_API_URL=https://chat.madsky.ru
VITE_WS_URL=ws://localhost:3000 VITE_WS_URL=ws://chat.madsky.ru

View File

@@ -32,7 +32,7 @@ export enum COMMAND {
} }
export const useSocketsStore = defineStore('sockets', () => { export const useSocketsStore = defineStore('sockets', () => {
const url = import.meta.env.WS_URL + '/ws' const url = import.meta.env.VITE_WS_URL + '/ws'
const authStore = useAuthStore() const authStore = useAuthStore()
const chatsStore = useChatsStore() const chatsStore = useChatsStore()