Added logic to handle custom scripts from workspaces

This commit is contained in:
2021-07-24 17:24:01 +02:00
parent d5b2d3605b
commit be6838f97b
9 changed files with 71 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
"Projects": {
"cpl": "src/cpl/cpl.json",
"cpl_cli": "src/cpl_cli/cpl_cli.json"
},
"Scripts": {
"hello-world": "python3 scripts/hello_world.py"
}
}
}