added client for frontend

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-11 11:57:23 +05:30
padre b48a9f24b6
commit 5927e494fd
Se han modificado 18 ficheros con 7579 adiciones y 0 borrados

6
client/next.config.js Archivo normal
Ver fichero

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