Improved project file structure

This commit is contained in:
2022-09-18 10:59:29 +02:00
parent e94ed0b7f0
commit 2dfa2dd68f
143 changed files with 0 additions and 112 deletions

View File

@@ -0,0 +1,10 @@
{
"WorkspaceSettings": {
"DefaultProject": "discord-bot",
"Projects": {
"discord-bot": "src/discord_bot/discord-bot.json",
"hello-world": "src/modules/hello_world/hello-world.json"
},
"Scripts": {}
}
}