You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, this is actually what has been implemented. But you're right, -S actually requires -w - without -w, Grizzly will be started with no resources, which is what you are seeing.
Grizzly Version
v0.4.7
Expected Behavior
It should work to run
grr serve -S '<some command>' .
without having to activate watch mode.Actual Behavior
No dashboards are loaded in Grizzly UI. If I add
-w
it works (even without touching any other files).Steps to Reproduce
git clone https://github.com/grafana/grafana-foundation-sdk
cd grafana-foundation-sdk/examples/typescript/red-method
npm install
grr serve -S 'npm run -s dev' .
No dashboards are available:
If I enable watch mode (
-w
) in the command, the dashboard appears:grr serve -w -S 'npm run -s dev' .
:The text was updated successfully, but these errors were encountered: