py_to_uxf/cpl-workspace.json

12 lines
310 B
JSON
Raw Normal View History

2022-01-15 23:32:39 +01:00
{
"WorkspaceSettings": {
"DefaultProject": "py_to_uxf",
"Projects": {
"py_to_uxf": "src/py_to_uxf/py_to_uxf.json"
},
2022-01-16 00:02:27 +01:00
"Scripts": {
"build-start": "cpl build; cd dist/py_to_uxf/build/py_to_uxf; echo \"Starting:\"; bash py_to_uxf --path ./",
"bs": "cpl build-start"
}
2022-01-15 23:32:39 +01:00
}
}