Files
Michess/client/next.config.js
Nathaniel Tampus 862cada547 switch to next.js
- init next app
- add daisyUI
2023-02-13 23:12:16 +08:00

7 lines
121 B
JavaScript

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