build: added CA startup entrypoint

This commit is contained in:
2024-04-22 19:33:01 +02:00
parent ce4d57c597
commit b9d471361a

View File

@@ -36,6 +36,9 @@ dev = [
[project.entry-points."bec"]
plugin_bec = "pxiii_bec"
[project.entry-points."bec.deployment.device_server"]
plugin_ds_startup = "csaxs_bec.deployment.device_server.startup:run"
[project.entry-points."bec.scans"]
plugin_scans = "pxiii_bec.scans"