We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11bda4 commit 9513a1bCopy full SHA for 9513a1b
.air.toml
@@ -5,6 +5,6 @@ tmp_dir = "tmp"
5
cmd = "go build -o tmp/main cmd/outpost/main.go"
6
bin = "tmp/main"
7
delay = 100
8
- exclude_dir = ["examples", "dist", "docs", "website", "loadtest", "internal/portal/node_modules", "internal/portal/src"]
+ exclude_dir = ["examples", "dist", "docs", "website", "loadtest", "sdks", "internal/portal/node_modules", "internal/portal/src"]
9
include_ext = ["go"]
10
include_file = ["go.mod", "go.sum", ".env"]
0 commit comments