api-contract-debugger / frontend /next.config.js
keerthanas1011's picture
feat: redesigned frontend with dark theme, added multi-backend support, optimized env vars
6deccb5
raw
history blame contribute delete
144 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
};
module.exports = nextConfig;