fix public api

This commit is contained in:
2025-08-06 20:04:33 -07:00
parent 08753d36b4
commit 8a0cd50b68

View File

@@ -25,6 +25,7 @@ func main() {
app := cmds.NewApp()
app.Commands = []*cli.Command{
cmds.NewServeCommand(),
cmds.NewApiCommand(),
}
if err := app.Run(os.Args); err != nil {