mirror of
https://github.com/go-task/task.git
synced 2025-01-08 04:04:08 +02:00
12 lines
311 B
JavaScript
12 lines
311 B
JavaScript
|
const GITHUB_URL = 'https://github.com/go-task/task';
|
||
|
const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
||
|
const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
||
|
const CHINESE_URL = 'https://task-zh.readthedocs.io/zh_CN/latest/';
|
||
|
|
||
|
module.exports = {
|
||
|
GITHUB_URL,
|
||
|
TWITTER_URL,
|
||
|
DISCORD_URL,
|
||
|
CHINESE_URL
|
||
|
};
|