/** @type {import('next').NextConfig} */ const nextConfig = { env: { SERVER: process.env.SERVER, }, }; module.exports = nextConfig;