초기 PM 소스 전체 업로드

This commit is contained in:
koj729
2026-06-12 17:14:03 +09:00
commit 4e33c9a02a
1769 changed files with 377797 additions and 0 deletions

8
start_pm_server.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
title PM ver4 Server Runner
echo ==============================================
echo PROJECT MASTER ver 4.0 로컬 웹서버 기동 중...
echo ==============================================
cd /d "D:\40. 개발소스\04. PM\pm_ver4\trunk\PM_ver4"
npm run start
pause