Skip to content

Commit

Permalink
[chore] reinstalled dependencies using pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
deenasun committed Oct 5, 2024
1 parent 6d14884 commit 9785d86
Show file tree
Hide file tree
Showing 3 changed files with 1,005 additions and 7,450 deletions.
7 changes: 6 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
compiler: {
// Enables the styled-components SWC transform
styledComponents: true,
},
};

export default nextConfig;
Loading

0 comments on commit 9785d86

Please sign in to comment.