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