build(dev): use air for backend live reload
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-05-02 15:39:28 -04:00
parent a865457bbf
commit 64aa000323
6 changed files with 22 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
air
go
golangci-lint
gopls