diff --git a/examples/with-app-router-context/next.config.js b/examples/with-app-router-context/next.config.js index 6af66f47..8395858e 100644 --- a/examples/with-app-router-context/next.config.js +++ b/examples/with-app-router-context/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { + serverComponentsExternalPackages: ['next-runtime-env'], // This is optional incase you want to make some private env vars publicly // available. instrumentationHook: true,