yarn run dev에서 확인 후 build해서 확인하려고 했는데
eslint Error들이 막 뜨면서 이렇게 문구가 떴다.
Could not find a valid build in the '.next' directory! Try building your app with 'next build' before starting the server.
원인 :
Eslint 에러들이 해결되지 않으면서 안되는 거였다.
이 포스트 덕분이였다.
.eslintignore 파일 생성 후 *를 넣어주니 정상적으로 build가 되었다.