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