mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
import {
|
|
getAppId,
|
|
} from './constants';
|
|
|
|
export default {
|
|
workspace: getAppId() === 'com.insomnia.app' ? 'Workspace' : 'Document',
|
|
};
|