Skip to content

Commit

Permalink
removes declaration of server-actions
Browse files Browse the repository at this point in the history
Now that they are enabled by default in nextjs 14.
  • Loading branch information
ships committed May 7, 2024
1 parent 7e8e7cf commit 8133f0a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/next.docker.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const baseConfig = {
experimental: {
serverActions: true,
instrumentationHook: true,
},
};
Expand Down
1 change: 0 additions & 1 deletion integrations/evaluations/next.docker.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const baseConfig = {
basePath: "/intg/evaluations",
assetPrefix: "/intg/evaluations",
experimental: {
serverActions: true,
instrumentationHook: true,
},
};
Expand Down
1 change: 0 additions & 1 deletion integrations/submissions/next.docker.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const baseConfig = {
basePath: "/intg/submissions",
assetPrefix: "/intg/submissions",
experimental: {
serverActions: true,
instrumentationHook: true,
},
};
Expand Down
1 change: 0 additions & 1 deletion jobs/next.docker.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const baseConfig = {
experimental: {
serverActions: true,
instrumentationHook: true,
},
};
Expand Down

0 comments on commit 8133f0a

Please sign in to comment.