Files
talemate/start-frontend.sh
veguAI fbbebf9743 Pnpm migration (#34)
migrate to pnpm
2026-05-14 23:59:45 +03:00

9 lines
292 B
Bash
Executable File

#!/bin/bash
# use the portable Node.js provisioned by install.sh (falls back to system Node)
source install-utils/node-env.sh
activate_embedded_node
cd talemate_frontend
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
corepack pnpm run serve --host 0.0.0.0 --port "${TALEMATE_FRONTEND_PORT:-8082}"