diff --git a/backend/.air.toml b/backend/.air.toml new file mode 100644 index 00000000..061d6347 --- /dev/null +++ b/backend/.air.toml @@ -0,0 +1,12 @@ +root = "." +tmp_dir = ".bin" + +[build] + bin = "./.bin/pocket-id" + cmd = "CGO_ENABLED=0 go build -o ./.bin/pocket-id ./cmd" + exclude_dir = ["resources", ".bin", "data"] + exclude_regex = [".*_test\\.go"] + stop_on_error = true + +[misc] + clean_on_exit = true \ No newline at end of file