d23ca97be91bd81d5f83f4eef1bebd8b94030385
Some checks failed
Linux Kernel Build / build (x64, x86_64) (push) Has been cancelled
Linux Kernel Build / build (arm64, arm64) (push) Has been cancelled
MacOS Kernel Build / build (x64) (push) Has been cancelled
MacOS Kernel Build / build (arm64) (push) Has been cancelled
SP Builds / build (push) Has been cancelled
Windows Kernel Build / build (push) Has been cancelled
Сборка и установка
Создать app/servers.ts
export const SERVERS = [
//'wss://cdn.rosetta-im.com', //main
//'ws://10.211.55.2:3000',
'ws://10.211.55.2:8881'
];
export function selectServer(): string {
const idx = Math.floor(Math.random() * SERVERS.length);
return SERVERS[idx];
}
npm install # Установить зависимости
npm run dev # Запустить в режиме разработки
Description
Languages
TypeScript
96.8%
CSS
1.4%
PowerShell
1.4%
HTML
0.2%
Shell
0.1%