모노레포로 구성된 레포지토리를 Vercel에 Import
빌드 커맨드 수정

루트 디렉토리 수정

빌드 에러
모노레포는 packages 폴더에 패키지가 들어있으므로, 빌드 명령어를 수정해야 한다.
→ 각 레포지토리에 해당하는 빌드 명령어로 수정한다.

→ Root Directory도 최상단으로 수정한다.

Output 에러

Error: No Output Directory named "public" found after the Build completed. You can configure the Output Directory in your Project Settings.
Learn More: https://vercel.link/missing-public-directory
→ Output Directory를 NextJS의 public폴더가 있는 위치로 수정한다.

Not Found 에러

→ Framework를 지정 안해서 그런 듯??
Framework를 NextJS로만 설정하면 또 에러 뜸
⇒ 그래서 수정의 수정


→ 굿!