b68/packages/dash/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2023-01-08 17:36:11 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig