···88 if [[ ! -f {{testConfig}} ]]; then go run ./cmd/lasad/ gen-config -c {{testConfig}}; fi
99 go run ./cmd/lasad/ -c {{testConfig}} -v
10101111+dev-docker:
1212+ {{docker}} compose up -d
1313+1114valkey:
1215 {{docker}} run --rm --name {{valkey_container}} -p 6379:6379 -d docker.io/valkey/valkey:alpine
1316