saleor-apps-redis_apl/apps/emails-and-messages/next.config.js
Krzysztof Wolski 1af3996e39
Add emails and messages app (#236)
* Add emails and messages app
2023-03-09 09:14:29 +01:00

4 lines
88 B
JavaScript

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