feat: init project

This commit is contained in:
Steven
2022-09-11 16:38:06 +08:00
commit 5f48be3b7a
48 changed files with 4585 additions and 0 deletions

13
scripts/.air.toml Normal file
View File

@ -0,0 +1,13 @@
root = "."
tmp_dir = ".air"
[build]
bin = "./.air/corgi"
cmd = "go build -o ./.air/corgi ./bin/server/main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]
exclude_file = []
exclude_regex = []
exclude_unchanged = false
follow_symlink = false
full_bin = ""