import * as storage from './storage'; import * as server from './server'; storage.startup(); server.startup();