The wanix dev server (dev/server.go) to become a subcommand of the wanix CLI. Should be able to move into command as-is, but needs to detect the working directory is in the wanix repo. It will fail otherwise. make dev will build the binary if not built and then run wanix dev.
The wanix dev server (dev/server.go) to become a subcommand of the wanix CLI. Should be able to move into command as-is, but needs to detect the working directory is in the wanix repo. It will fail otherwise.
make dev
will build the binary if not built and then runwanix dev
.