feat: add security related settings

This commit is contained in:
Steven
2024-08-28 23:46:06 +08:00
parent 4e5810e205
commit 1167df29d8
16 changed files with 377 additions and 359 deletions

View File

@@ -2,7 +2,7 @@ root = "."
tmp_dir = ".air"
[build]
bin = "./.air/memos --mode dev --public true"
bin = "./.air/memos --mode dev"
cmd = "go build -o ./.air/memos ./bin/memos/main.go"
delay = 1000
exclude_dir = [".air", "web", "build"]