Files
kurir_server_admin/next.config.js
2022-04-15 13:59:42 +08:00

7 lines
118 B
JavaScript

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