| 
														
															@@ -3,7 +3,9 @@ import * as dotenv from 'dotenv' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { AppModule } from './app.module' 
														 | 
														
														 | 
														
															 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() { 
														 | 
														
														 | 
														
															 async function bootstrap() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const app = await NestFactory.create(AppModule) 
														 | 
														
														 | 
														
															   const app = await NestFactory.create(AppModule) 
														 |