-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some minor changes for running oncall via
grafana/irm
tilt setup (#…
…4927) Related to the changes under `./packages/grafana-oncall-app` in grafana/irm#45
- Loading branch information
1 parent
1ac0ae6
commit 6fc342d
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# default configuration created by the `mage watch` command. | ||
# this file can be edited and should be checked into source control. | ||
# see https://github.com/unknwon/bra/blob/master/templates/default.bra.toml for more configuration options. | ||
[run] | ||
init_cmds = [ | ||
["mage", "-v", "build:debug"], | ||
["mage", "-v" , "reloadPlugin"] | ||
] | ||
watch_all = true | ||
follow_symlinks = false | ||
ignore = [".git", "node_modules", "dist"] | ||
ignore_files = ["mage_output_file.go"] | ||
watch_dirs = [ | ||
"pkg", | ||
# "src", | ||
] | ||
watch_exts = [".go", ".json"] | ||
build_delay = 2000 | ||
cmds = [ | ||
["mage", "-v", "build:debug"], | ||
["mage", "-v" , "reloadPlugin"] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters