Skip to content

Conversation

@javuto
Copy link
Collaborator

@javuto javuto commented Dec 24, 2025

Exclude tools directory from air configuration to only refresh running containers with code changes

@javuto javuto requested a review from Copilot December 24, 2025 17:32
@javuto javuto added the dev env 🛠️ Dev environment related issues label Dec 24, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR optimizes the development environment by excluding the tools directory from air configuration files, preventing unnecessary container rebuilds when tool-related files change. It also fixes a minor issue in the Makefile's docker image listing command.

  • Adds "tools" to the exclude_dir list in all four air configuration files
  • Updates docker_dev_clean command to use proper formatting flag

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
deploy/docker/conf/dev/air/.air-osctrl-tls.toml Excludes tools directory from triggering TLS service rebuilds
deploy/docker/conf/dev/air/.air-osctrl-cli.toml Excludes tools directory from triggering CLI service rebuilds
deploy/docker/conf/dev/air/.air-osctrl-api.toml Excludes tools directory from triggering API service rebuilds
deploy/docker/conf/dev/air/.air-osctrl-admin.toml Excludes tools directory from triggering admin service rebuilds
Makefile Updates docker image listing to use explicit format flag

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@javuto javuto merged commit 7b5c5d8 into main Dec 24, 2025
54 checks passed
@javuto javuto deleted the dev-env-improvements branch December 24, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev env 🛠️ Dev environment related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants