Les routes et les contrôleurs backend pour l'inscription, la connexion et la déconnexion des utilisateurs

This commit is contained in:
el 2025-05-18 00:46:52 +02:00
parent 37ffb163d7
commit f4ab9b3d15
52 changed files with 10487 additions and 0 deletions

7
frontend/next.config.ts Normal file
View file

@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;