sh_discord_bot/cpl-workspace.json

21 lines
818 B
JSON

{
"WorkspaceSettings": {
"DefaultProject": "bot",
"Projects": {
"bot": "src/bot/bot.json",
"bot-core": "src/bot_core/bot-core.json",
"bot-data": "src/bot_data/bot-data.json",
"database": "src/modules/database/database.json",
"base": "src/modules/base/base.json",
"permission": "src/modules/permission/permission.json",
"boot-log": "src/modules/boot_log/boot-log.json"
},
"Scripts": {
"ba": "cpl build-all",
"build-all": "cpl build-bot; cpl build-bot-core; cpl build-bot-data;",
"build-bot": "echo 'Build bot'; cd ./src/bot; cpl build; cd ../../;",
"build-bot-core": "echo 'Build bot-core'; cd ./src/bot_core; cpl build; cd ../../;",
"build-bot-data": "echo 'Build bot-data'; cd ./src/bot_data; cpl build; cd ../../;"
}
}
}