rsnext/examples/with-mysql/next.config.js
Lee Robinson fe312ed4bd
Update MySQL example. (#34784)
Changes from https://github.com/planetscale/nextjs-starter.

Realized the current example was not only out of date, but the demo was broken. Will update the demo site post-merge here 👍
2022-02-25 03:41:41 +00:00

3 lines
46 B
JavaScript

module.exports = {
reactStrictMode: true,
}