chore: fix frontend build

This commit is contained in:
Steven
2023-08-24 06:58:52 +08:00
parent f5817c575c
commit efc3815edf
14 changed files with 30 additions and 19 deletions

View File

@ -5,7 +5,7 @@ tmp_dir = ".air"
bin = "./.air/slash --mode dev"
cmd = "go build -o ./.air/slash ./cmd/slash/main.go"
delay = 1000
exclude_dir = [".air", "web", "extension", "frontend", "build"]
exclude_dir = [".air", "frontend", "build"]
exclude_file = []
exclude_regex = []
exclude_unchanged = false