mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
📦 build: add operator workspace package
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user