Remove `experimental: { serverActions: true } from examples as it is stable in next 14. (#57598)

Co-authored-by: Jiachi Liu <inbox@huozhi.im>
This commit is contained in:
vinay 2023-10-31 17:31:26 +05:30 committed by GitHub
parent 033ba46f56
commit 240730f3ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 15 deletions

View file

@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
}
const nextConfig = {}
module.exports = nextConfig

View file

@ -1,7 +1,3 @@
const nextConfig = {
experimental: {
serverActions: true,
},
}
const nextConfig = {}
module.exports = nextConfig

View file

@ -1,5 +1 @@
module.exports = {
experimental: {
serverActions: true,
},
}
module.exports = {}