Skip to content

Commit 50765f8

Browse files
committed
fix: add startup logs for Podverse API and environment variables in index.ts
1 parent f23afd3 commit 50765f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ if (process.env.NODE_ENV !== 'production') {
44
require('@dotenvx/dotenvx').config();
55
}
66

7+
console.log('Starting Podverse Api...');
8+
console.log('Api Environment Variables:', JSON.stringify(process.env));
9+
710
import { logger } from 'podverse-helpers';
811
import { AppDataSourceRead, AppDataSourceReadWrite } from "podverse-orm";
912
import { startApp } from "./app";

0 commit comments

Comments
 (0)