Skip to content

Conversation

@shohidulbari
Copy link
Contributor

@shohidulbari shohidulbari commented Nov 7, 2025

Description
Live reload for dev environment

This PR fixes #7185

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: shohidulbari <shohidulbari18@gmail.com>
@netlify
Copy link

netlify bot commented Nov 7, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 4792ab9
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/690e5ae08d631f0008996616
😎 Deploy Preview https://deploy-preview-7186--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: shohidulbari <shohidulbari18@gmail.com>
@github-actions github-actions bot added kind/documentation Improvements or additions to documentation dependencies labels Nov 7, 2025
build-all: build build-launcher ## Build both server and launcher

build-dev: ## Run LocalAI in dev mode with live reload
@command -v air >/dev/null 2>&1 || go install github.com/air-verse/air@latest
Copy link
Owner

Choose a reason for hiding this comment

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

nice! didn't know about air, sounds pretty nice to work with.

@mudler mudler merged commit 5ef16b5 into mudler:master Nov 7, 2025
25 checks passed
@mudler mudler removed kind/documentation Improvements or additions to documentation dependencies labels Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Live reload makefile target for dev environment

2 participants