RoyceDa a9e2dbc24a
Some checks failed
Build Windows / build (push) Failing after 36s
Увеличение версии Node в Workflow
2026-02-17 19:32:11 +02:00
2026-02-17 18:30:47 +02:00
2026-01-30 04:18:21 +00:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00
2026-02-17 19:27:09 +02:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00
2026-01-30 05:01:05 +02:00

Сборка и установка

Создать 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
Настольное приложение Rosetta на macOs, Windows, Linux
Readme 27 MiB
Languages
TypeScript 97.9%
CSS 1.6%
HTML 0.3%
Shell 0.2%