refactor(monorepo): rename operator api runtime
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"ai-workflow-skill/packages/operator-api/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Exit(server.Execute(os.Args[1:], os.Stderr))
|
||||
}
|
||||
Reference in New Issue
Block a user