Commit 710d1b30 authored by Steven's avatar Steven

chore: update dev mode

parent 6e901fc9
...@@ -2,7 +2,7 @@ root = "." ...@@ -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"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment