6a0a97798d38f872d6f3a6c087e6c967d8a6e30b
All checks were successful
SP Builds / build (push) Successful in 5m34s
Reviewed-on: #14
Сборка и установка
Создать 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%