freego_api/ui/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2022-03-05 09:22:59 -05:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig