Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] src/app/api/upload/route.ts파일에서 build에러 나는 부분 해결 #46

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

1lsang
Copy link
Contributor

@1lsang 1lsang commented Nov 5, 2024

Summary

build과정에서 src/app/api/upload/route.ts 파일에서 발생한 문제를 해결합니다.

  • 추가로 build error가 나는 부분을 수정했습니다.

Description

  • api response type 설정을 변경했습니다.
  • dynamic을 활용해서 export default를 하는 경우에 named export 사용시 build 에러가 발생하여 해당 부분을 함께 수정했습니다.

Copy link
Collaborator

@yugenius0213 yugenius0213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ~

Copy link
Member

@falconlee236 falconlee236 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다 LGTM ✔️

@falconlee236 falconlee236 added the fix Something isn't working label Nov 6, 2024
@falconlee236 falconlee236 added this to the 1.0.0 milestone Nov 6, 2024
@falconlee236 falconlee236 merged commit 7caeea1 into GDSC-CAU:main Nov 6, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] src/app/api/upload/route.ts파일에서 build에러 나는 부분 해결
3 participants