feat: 자산 관리 가이드 추가 및 테이블 스타일 개선

This commit is contained in:
2026-04-22 16:32:57 +09:00
parent fca9f5caf8
commit fdc29b23c1
22 changed files with 1309 additions and 131 deletions

View File

@@ -1,24 +1,4 @@
@echo off
chcp 65001 >nul
title HM ITAM 서버
echo ============================================
echo HM ITAM 개발 서버 시작
echo ============================================
echo.
cd /d "%~dp0"
:: node_modules 존재 여부 확인
if not exist "node_modules" (
echo [INFO] node_modules가 없습니다. 패키지를 설치합니다...
echo.
call npm install
echo.
)
echo [INFO] 개발 서버를 시작합니다...
echo [INFO] 종료하려면 stop_server.bat을 실행하거나 이 창에서 Ctrl+C를 누르세요.
echo.
npm run dev
powershell -ExecutionPolicy Bypass -File "%~dp0start_server.ps1"