Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser 04f4bc04e9
fix zellij layout 2025-03-23 11:56:29 -05:00
jolheiser 19b2f55a1a
add air 2025-03-23 11:43:47 -05:00
3 changed files with 28 additions and 9 deletions

24
.air.toml 100644
View File

@ -0,0 +1,24 @@
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
bin = "./ugitd"
cmd = "go build ./cmd/ugitd"
delay = 1000
exclude_file = ["internal/html/tailwind.go"]
exclude_regex = ["_test.go"]
exclude_unchanged = true
include_ext = ["go"]
pre_cmd = ["go generate ./..."]
[misc]
clean_on_exit = true
[proxy]
app_port = 8449
enabled = true
proxy_port = 8450
[screen]
clear_on_rebuild = true

View File

@ -5,19 +5,13 @@ layout {
command "nix"
args "develop"
size "90%"
start_suspended true
}
pane split_direction="vertical" {
pane {
name "run"
command "go"
args "run" "./cmd/ugitd"
start_suspended true
}
pane {
name "watch"
name "air"
command "nix"
args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}"
args "develop" "--command" "air"
start_suspended true
}
}
}

View File

@ -45,6 +45,7 @@
nativeBuildInputs = with pkgs; [
go
gopls
air
tctp.${system}
tctpl.${system}
vscode-langservers-extracted