Skip to content

Commit

Permalink
feat/#43/빌드 시 eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sukjuhong committed Jan 8, 2025
1 parent b26cdd1 commit 218bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const nextConfig = {
},
output: "standalone",
eslint: {
ignoreDuringBuilds: false,
ignoreDuringBuilds: true,
},
// 리프레시 토큰을 요청에 실어서 보내기 위함. 도메인이 달라서 안 실어짐
rewrites() {
Expand Down

0 comments on commit 218bd69

Please sign in to comment.