fix:Vite 빌드 결과물 추가하여 서버 ViteManifestNotFoundException 해결

서버에서 @vite() 사용 시 manifest.json이 없어 500 에러 발생.
.gitignore에서 public/build/ 제외하고 빌드 결과물을 커밋하여 서버 배포.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-10 13:59:22 +09:00
parent d4ff6dae25
commit f8a276f3b0
4 changed files with 25 additions and 1 deletions

2
.gitignore vendored
View File

@@ -21,7 +21,7 @@ vite.config.ts
public/storage
public/hot
public/mix-manifest.json
public/build/
# public/build/ - 서버 배포를 위해 빌드 결과물 커밋 필요
/storage/pail/
public/js/*.map