switch to next.js

- init next app
- add daisyUI
This commit is contained in:
Nathaniel Tampus
2023-02-13 23:12:16 +08:00
parent 209ebbfd9d
commit 862cada547
26 changed files with 132 additions and 246 deletions

6
client/next.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true
};
module.exports = nextConfig;