chore(script): update run script path

Change the go run command to use the
relative path ./cmd instead of the full
package path ./cmd/main.go.
This commit is contained in:
2026-04-30 12:43:19 +03:00
parent 877ac90574
commit b0bdf798a9

2
run.sh
View File

@@ -39,4 +39,4 @@ if [ "${1:-}" = "--docker" ]; then
exit 0 exit 0
fi fi
go run ./cmd/main.go run go run ./cmd run