7c2718ff9a95c7f9cb7b8ff54f4ee7ebcdfa8af3
All checks were successful
SP Builds / build (push) Successful in 14m6s
Сборка и установка
Создать 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%