mirror of
https://github.com/usememos/memos.git
synced 2025-10-30 08:17:29 +08:00
chore: update dev mode
This commit is contained in:
parent
6e901fc940
commit
710d1b304e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue