Skip to content

Commit

Permalink
Prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaaa committed Nov 6, 2024
1 parent 1ca63b8 commit e4a3bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const nextConfig = {
serverActions: true,
},
eslint: {
ignoreDuringBuilds: true
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true
}
ignoreBuildErrors: true,
},
};

export default nextConfig;

0 comments on commit e4a3bf9

Please sign in to comment.