Big Refacotr -part1

This commit is contained in:
PB
2025-10-27 14:01:25 +01:00
parent 44edb080d8
commit 5a304f11ac
46 changed files with 627 additions and 600 deletions

View File

@@ -19,8 +19,8 @@ build-local-server:
run-local-server:
- cd deploy/ && ./server
build-local-chronos:
- go build -C ${SRC_DIR} -o ../deploy/chronos cmd/chronos/main.go
build-local-scheduler:
- go build -C ${SRC_DIR} -o ../deploy/scheduler cmd/scheduler/main.go
run-local-chronos:
- cd deploy/ && ./chronos
run-local-scheduler:
- cd deploy/ && ./scheduler