From bbb0b713d82c5c6bf26707888262d29d6439731f Mon Sep 17 00:00:00 2001 From: Joel Hooks Date: Thu, 26 Oct 2023 19:57:58 -0700 Subject: [PATCH] Update next.config.js to remove experimental --- examples/inngest/next.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/inngest/next.config.js b/examples/inngest/next.config.js index 950e2f42ec32e..767719fc4fba5 100755 --- a/examples/inngest/next.config.js +++ b/examples/inngest/next.config.js @@ -1,8 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - experimental: { - serverActions: true, - }, -} +const nextConfig = {} module.exports = nextConfig