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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -21,7 +21,7 @@ vite.config.ts
|
||||
public/storage
|
||||
public/hot
|
||||
public/mix-manifest.json
|
||||
public/build/
|
||||
# public/build/ - 서버 배포를 위해 빌드 결과물 커밋 필요
|
||||
|
||||
/storage/pail/
|
||||
public/js/*.map
|
||||
|
||||
Reference in New Issue
Block a user