📦 build: add operator workspace package

This commit is contained in:
2026-08-13 02:33:35 +07:00
parent f3e303ed18
commit cb6e046344
3 changed files with 13 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "@minikura/operator",
"private": true,
"scripts": {
"dev": "go run ./cmd --leader-elect=false",
"build": "go build -o bin/operator ./cmd",
"test": "go test ./... -race"
}
}