mirror of
https://github.com/pommee/goaway.git
synced 2026-05-12 12:28:40 -05:00
chore: ignore client dir when using air
This commit is contained in:
@@ -14,15 +14,7 @@ args_bin = [
|
||||
"--ansi=true",
|
||||
]
|
||||
cmd = 'go build -o goaway -ldflags="-X main.version=0.0.0 -X main.commit=ead2d7830add26d53ecab3c907a290f0cdc1e078 -X main.date=2025-04-11T13:37:56Z" -o ./tmp/goaway .'
|
||||
exclude_dir = [
|
||||
"assets",
|
||||
"tmp",
|
||||
"vendor",
|
||||
"client/dist",
|
||||
"client/node_modules",
|
||||
"test",
|
||||
"resources",
|
||||
]
|
||||
exclude_dir = ["assets", "tmp", "vendor", "client", "test", "resources"]
|
||||
include_ext = ["go", "tpl", "tmpl", "html", "css", "js", "jsx", "ts", "tsx"]
|
||||
|
||||
[color]
|
||||
|
||||
Reference in New Issue
Block a user