/** @type {import('next').NextConfig} */ const nextConfig = { env: { API_URL: 'http://localhost:8081' } } module.exports = nextConfig