saleor-apps-redis_apl/apps/emails-and-messages/next.config.js
2023-03-07 22:03:58 +01:00

4 lines
88 B
JavaScript

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