fix(esn): build script에서 tsc 제거 (서버 전역 tsc 없음)

This commit is contained in:
DESKTOP-TKLFCPR\ython 2026-06-16 20:40:29 +09:00
parent 67e1c5eeef
commit 00fa3727d0

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --port 3014", "dev": "vite --port 3014",
"build": "tsc && vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {