chore(dev): add gateway serve recipes #231
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/dev-gateway-8090-recipe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
just serveto build the packagedar-cliartifact and run the embedded OCI gateway on0.0.0.0:8090just watchfor a Bacon-driven cargo bare-mode rebuild/restart loopbacon.tomlguidance and add thegateway-devBacon jobVerification
just --listbacon --list-jobsjust --dry-run servenix build --no-link .#ar-cliThis PR introduces new
justcommands for serving and watching the gateway, along with updates to thebacon.tomlfor development guidance. The changes appear safe to merge, enhancing the development workflow with clear instructions and automation.Walkthrough
servecommand to build and run the gateway on0.0.0.0:8090.watchcommand for a Bacon-driven rebuild/restart loop.just serveandjust watch.gateway-devjob for local cargo development with a bare-mode restart loop.