chore: Add back debug backend (#2244)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# see https://github.com/unknwon/bra/blob/master/templates/default.bra.toml for more configuration options.
|
||||
[run]
|
||||
init_cmds = [
|
||||
["mage", "-v", "build:backend"],
|
||||
["mage", "-v", "build:debug"],
|
||||
["mage", "-v" , "reloadPlugin"]
|
||||
]
|
||||
watch_all = true
|
||||
@@ -17,6 +17,6 @@ watch_dirs = [
|
||||
watch_exts = [".go", ".json"]
|
||||
build_delay = 2000
|
||||
cmds = [
|
||||
["mage", "-v", "build:backend"],
|
||||
["mage", "-v", "build:debug"],
|
||||
["mage", "-v" , "reloadPlugin"]
|
||||
]
|
||||
Reference in New Issue
Block a user