main
jolheiser 2025-03-23 11:31:42 -05:00
parent 3b4c4dcc06
commit 19b2f55a1a
No known key found for this signature in database
2 changed files with 25 additions and 0 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

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