1
0
forked from baron/baron-sso

fix(web): upgrade vite and restore devfront build

- switch adminfront and devfront to vite 8
- fix devfront TypeScript baseline build errors
- require Node.js 24 LTS or newer in package metadata and docs

Co-Authored-By: First Fluke <our.first.fluke@gmail.com>
This commit is contained in:
Lectom C Han
2026-03-30 18:20:46 +09:00
parent d2a4770967
commit e4680b0fe8
11 changed files with 1374 additions and 417 deletions

View File

@@ -5,9 +5,9 @@
## 1. 준비 사항
테스트를 실행하기 위해 다음 도구들이 설치되어 있어야 합니다.
- **Docker & Docker Compose** (백엔드 인프라 의존성용)
- **Go 1.22+**
- **Go 1.25+**
- **Flutter SDK**
- **Node.js 20+**
- **Node.js 24 LTS+**
---