Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/framework / src / client / index.ts
Size: Mime:
import { config } from '@skava/di'
import './SIDE_EFFECT_GLOBAL_VERSIONS'

if (config.has('bootstrap')) {
  const bootstrap = config.get('bootstrap')
  bootstrap()
}

export * from './apolloClient'
export * from './renderApp'