gitlab-org--gitlab-foss/app/assets/javascripts/pages/ide/index.js
Paul Slaughter d9bb488a1e Refactor IDE index to support EE specific code
**Why?**

- The web terminal feature is EE specific and will need to inject
  some specific options / functions into certain components.
2018-09-24 17:01:40 -05:00

3 lines
53 B
JavaScript

import { startIde } from '~/ide/index';
startIde();