Skip to content

Commit

Permalink
Remove experimental serverActions from
Browse files Browse the repository at this point in the history
next.config.js
gramliu committed Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2307430 commit 2b88520
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
@@ -6,9 +6,6 @@ module.exports = million.next(
{
reactStrictMode: true,
transpilePackages: ["@ui"],
experimental: {
serverActions: true,
},
},
{ auto: { rsc: true } }
);

0 comments on commit 2b88520

Please sign in to comment.