chore: Add back debug backend (#2244)

This commit is contained in:
Zoltán Bedi
2026-01-26 17:04:45 +01:00
committed by GitHub
parent 88ec24c94c
commit 3edec69265
13 changed files with 130 additions and 36 deletions

View File

@@ -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"]
]