fix public api
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit was merged in pull request #258.
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 := cmds.NewApp()
app.Commands = []*cli.Command{ app.Commands = []*cli.Command{
cmds.NewServeCommand(), cmds.NewServeCommand(),
cmds.NewApiCommand(),
} }
if err := app.Run(os.Args); err != nil { if err := app.Run(os.Args); err != nil {