Files
e2b-dev--e2b/apps/reverse-proxy/next.config.js
T
2023-09-26 22:38:07 +02:00

7 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig