Added tester React frontend, changed DTOs and User and UserRepository to fit around specialize USER key

This commit is contained in:
2025-01-04 13:37:11 -05:00
parent fdbbcc8386
commit 3eba8eed73
33 changed files with 6839 additions and 10 deletions

View File

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