Environment
- Deploy method:
built from sources
- Olake-UI version: latest
- OS: macOS Sequoia 15.6.1
- Cloud Provider: local
- Docker Params (if deployed with docker): none
Description
The command in the Makefile , start-temporal-server fails as there is no path under server directory named cmd. (path called : ./cmd/temporal-worker/main.go refer here)
Steps to reproduce
run make start-temporal-server as written in the CONTRIBUTOR guidelines.
Expected behavior
The path should be correct.
Actual behavior
Output:
stat ./cmd/temporal-worker/main.go: no such file or directory
make: *** [start-temporal-server] Error 1

Environment
built from sourcesDescription
The command in the
Makefile,start-temporal-serverfails as there is no path underserverdirectory namedcmd. (path called :./cmd/temporal-worker/main.gorefer here)Steps to reproduce
run
make start-temporal-serveras written in the CONTRIBUTOR guidelines.Expected behavior
The path should be correct.
Actual behavior
Output: