Skip to content

Commit

Permalink
Update next.config.js to remove experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Oct 27, 2023
1 parent 7938ed4 commit bbb0b71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/inngest/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
}
const nextConfig = {}

module.exports = nextConfig

0 comments on commit bbb0b71

Please sign in to comment.