1 import { loadConfiguration } from './config/ConfigManager' 2 3 loadConfiguration().then( () => { 4 return import( './Server' ) 5 } )