mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-19 01:23:09 +00:00
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
export const KEY_EDIT = 'edit';
|
|
export const KEY_WEB_IDE = 'webide';
|
|
export const KEY_GITPOD = 'gitpod';
|
|
export const KEY_PIPELINE_EDITOR = 'pipeline_editor';
|