Skip to content

Commit

Permalink
style(config): Improve code formatting in config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 14, 2024
1 parent e6ee422 commit 7338a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if (process.env.APP_ENV === 'production') {
dotenv.config({ path: path.resolve(path.join(process.cwd(), '..', '..', '..', '.env')) });
console.log('xxxxxxxxxxxxxx');
console.log(path.resolve(path.join(process.cwd(), '..', '..', '..', '.env')));
console.log(process.env);
console.log('xxxxxxxxxxxxxx');
} else {
dotenv.config({ path: path.resolve(path.join(process.cwd(), '.env')) });
Expand Down

0 comments on commit 7338a2a

Please sign in to comment.