Remove bundled Live2D demo assets

This commit is contained in:
Yun Chan 2026-06-26 15:09:32 +09:00
parent a3483067ed
commit 435cbafbc5
52 changed files with 13 additions and 39568 deletions

View file

@ -3,8 +3,6 @@
interface ImportMetaEnv {
/** API 베이스 URL. 기본 "/api" (vite proxy / nginx 가 백엔드로 라우팅). */
readonly VITE_API_BASE?: string;
/** 선택 Cubism Core JS URL. 기본 /live2d/live2dcubismcore.min.js. */
readonly VITE_LIVE2D_CUBISM_CORE?: string;
}
interface ImportMeta {