noisecanceller / frontend /next.config.mjs
raghu2's picture
Add frontend source code
51c751b
Raw
History Blame Contribute Delete
121 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
export default nextConfig;