Auth0 Initial Code

This commit is contained in:
2025-04-12 13:45:49 -04:00
parent 94c2d58a73
commit 81196071b4
10 changed files with 95 additions and 63 deletions

View File

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