stylist
/
frontend
/
next.config.js
next.config.js
Raw
/** @type {import('next').NextConfig} */
const
nextConfig
=
{
}
;
module
.
exports
=
nextConfig
;