dashboard
repositories
filestore
activity
search
login
o3hb
/
sales-crm
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
完善研发治理与员工改密最小闭环
huangning
2026-07-18
679e8bd227bed42ceb86e9268ad4a585a0e12b2c
[o3hb/sales-crm.git]
/
deploy
/
start_crm_linux.sh
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
export PORT="${PORT:-8090}"
echo "Starting Sales CRM on port ${PORT}"
node work/crm_full_server.js