/
kochkatech
/
CorpGame
Обзор
Документация
Войти
/
kochkatech
/
CorpGame
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
master
start.bat
13 строк
573 B
kochkareal
feat(devops): свод к одному процессу Node на SQLite, портативная сборка без Docker; аудит безопасности
06 авг 2026, 15:06
06 авг 2026, 15:06
3266bcd
Код
Авторство
О чём код?
@echo off rem Thin launcher only - keep this file plain ASCII. All logic and Russian text rem live in start.ps1: PowerShell renders Cyrillic in the console reliably, rem while raw cmd.exe echo of non-ASCII text is flaky across Windows builds rem and codepages (this bit us before - words were getting split into rem nonsense "commands"). Do not add Cyrillic text directly to this file. cd /d "%~dp0" powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\start.ps1" if errorlevel 1 ( echo. echo Something went wrong - see the messages above. pause )