mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Update to .air.toml to exclude ui instead of fe directory.
This commit is contained in:
parent
7da4cf0ad1
commit
782dacb822
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ bin = "tmp/main.exe"
|
|||
[build]
|
||||
cmd = "go build -o ./tmp/main.exe main.go"
|
||||
include_ext = ["go"]
|
||||
exclude_dir = ["fe", "panels", "builds"]
|
||||
exclude_dir = ["ui", "panels", "builds"]
|
||||
|
||||
# Restart on file changes
|
||||
[log]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue