chore: fix env init

This commit is contained in:
Steven
2024-07-27 23:08:22 +08:00
parent 8fd5365ac1
commit 7564c40c8d
3 changed files with 32 additions and 44 deletions

View File

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