chore: update dev mode

This commit is contained in:
Steven 2024-08-16 08:08:26 +08:00
parent 6e901fc940
commit 710d1b304e

View File

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