mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
10 lines
204 B
TypeScript
10 lines
204 B
TypeScript
export default {
|
|
npm: 'NPM',
|
|
telemetry: 'Telemetry',
|
|
'integration-tests': 'Integration Tests',
|
|
'issue-and-pr-automation': 'Issue and PR Automation',
|
|
deployment: {
|
|
display: 'hidden',
|
|
},
|
|
};
|