mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-03 23:16:31 +01:00 
			
		
		
		
	No need for extension
This commit is contained in:
		
							parent
							
								
									f178d3edd8
								
							
						
					
					
						commit
						160569003c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								app.js
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								app.js
									
										
									
									
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/usr/bin/env node
 | 
					#!/usr/bin/env node
 | 
				
			||||||
/* eslint unicorn/no-process-exit: 0 */
 | 
					/* eslint unicorn/no-process-exit: 0 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const config = require('./application/config.js')
 | 
					const config = require('./application/config')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Until node 11 adds flatmap, we use this:
 | 
					// Until node 11 adds flatmap, we use this:
 | 
				
			||||||
require('array.prototype.flatmap').shim()
 | 
					require('array.prototype.flatmap').shim()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue