Skip to content

Commit

Permalink
bgfix(signup):Test for signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTchami committed Jun 4, 2024
1 parent 06dc412 commit 61489c3
Show file tree
Hide file tree
Showing 13 changed files with 14,296 additions and 11,786 deletions.
7 changes: 7 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { config } from 'dotenv';
import { resolve } from 'path';

// Load environment variables from .env file
config({ path: resolve(process.cwd(), '.env.local') });

/** @type {import('next').NextConfig} */
const nextConfig = {};
// next.config.js

export default nextConfig;
Loading

0 comments on commit 61489c3

Please sign in to comment.