Files
service-admin-panel/next.config.js
T
2024-08-20 13:55:26 +01:00

9 lines
143 B
JavaScript

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