StationPlayer 포터블 패키지 — 웹서버 없이 로컬 단독 실행

- server/src/demo.ts: 경량 서버 엔트리 — 정적 클라이언트 + 필수 API 2종만
  (/api/elevation DEM 프록시, /api/tile 지도 타일 프록시). 영상은 브라우저
  폴더 선택(로컬 파일)이라 업로드/HLS/DB(네이티브 모듈) 불필요
- scripts/build-portable.sh: esbuild 단일 번들(--minify, 소스 비공개) + client
  복사 + 호스트 node.exe 동봉 + StationPlayer.bat/README(CRLF) 생성
  → dist-portable/StationPlayer-Portable (약 103MB, 더블클릭 실행)
- .gitignore: dist-portable/ 제외

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 16:26:28 +09:00
co-authored by Claude Fable 5
parent ca591ce58c
commit f6a9b62dc3
3 changed files with 124 additions and 0 deletions
+1
View File
@@ -34,3 +34,4 @@ npm-debug.log*
# OS/에디터
.DS_Store
Thumbs.db
dist-portable/