chore: add chrome extension codes

This commit is contained in:
Steven
2022-09-13 22:34:13 +08:00
parent dfc797fe58
commit 48fb6018c0
6 changed files with 107 additions and 1 deletions

View File

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