mirror of
https://github.com/stoatchat/service-admin-panel.git
synced 2026-07-01 21:44:47 -04:00
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
reactCompiler: true,
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|