|
@@ -3,7 +3,9 @@ import * as dotenv from 'dotenv'
|
|
|
|
|
|
import { AppModule } from './app.module'
|
|
|
|
|
|
-dotenv.config({ path: ['.env.local', '.env'] }).parsed
|
|
|
+const res = dotenv.config({ path: ['.env.local', '.env'] }).parsed
|
|
|
+
|
|
|
+console.log(res)
|
|
|
|
|
|
async function bootstrap() {
|
|
|
const app = await NestFactory.create(AppModule)
|