We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23afd3 commit 50765f8Copy full SHA for 50765f8
src/index.ts
@@ -4,6 +4,9 @@ if (process.env.NODE_ENV !== 'production') {
4
require('@dotenvx/dotenvx').config();
5
}
6
7
+console.log('Starting Podverse Api...');
8
+console.log('Api Environment Variables:', JSON.stringify(process.env));
9
+
10
import { logger } from 'podverse-helpers';
11
import { AppDataSourceRead, AppDataSourceReadWrite } from "podverse-orm";
12
import { startApp } from "./app";
0 commit comments