mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
Update core:start cli command to watch theme changes again (#15856)
This commit is contained in:
parent
2a0122dfbc
commit
312ce88e25
@ -16,7 +16,7 @@ program
|
||||
.description('Starts Grafana front-end in development mode with watch enabled')
|
||||
.action(async cmd => {
|
||||
await execTask(startTask)({
|
||||
watchThemes: cmd.theme,
|
||||
watchThemes: cmd.watchTheme,
|
||||
hot: cmd.hot,
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user