STAM 327eb7feac
april update pack - part 2
TC Agents fix
GLR agents fix
2025-04-15 00:45:18 +03:00

13 lines
347 B
Bash
Executable File

#!/bin/bash
echo "============================================="
echo node $(node --version)
echo npm $(npm --version)
echo npm $(pnpm --version)
echo yarn $(yarn --version)
echo "============================================="
echo "[nodejs] Electron Release Server is Starting up"
echo "============================================="
npm start