tangled
alpha
login
or
join now
jolheiser.com
/
ugit
2
fork
atom
Mirror of https://git.jolheiser.com/ugit
2
fork
atom
overview
issues
pulls
pipelines
add air
jolheiser.com
1 year ago
19b2f55a
3b4c4dcc
+25
2 changed files
expand all
collapse all
unified
split
.air.toml
flake.nix
+24
.air.toml
···
1
1
+
root = "."
2
2
+
testdata_dir = "testdata"
3
3
+
tmp_dir = "tmp"
4
4
+
5
5
+
[build]
6
6
+
bin = "./ugitd"
7
7
+
cmd = "go build ./cmd/ugitd"
8
8
+
delay = 1000
9
9
+
exclude_file = ["internal/html/tailwind.go"]
10
10
+
exclude_regex = ["_test.go"]
11
11
+
exclude_unchanged = true
12
12
+
include_ext = ["go"]
13
13
+
pre_cmd = ["go generate ./..."]
14
14
+
15
15
+
[misc]
16
16
+
clean_on_exit = true
17
17
+
18
18
+
[proxy]
19
19
+
app_port = 8449
20
20
+
enabled = true
21
21
+
proxy_port = 8450
22
22
+
23
23
+
[screen]
24
24
+
clear_on_rebuild = true
+1
flake.nix
···
45
45
nativeBuildInputs = with pkgs; [
46
46
go
47
47
gopls
48
48
+
air
48
49
tctp.${system}
49
50
tctpl.${system}
50
51
vscode-langservers-extracted