mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-04-29 12:35:01 +08:00
Add fork of 'ekg' console for local development
These are assets forked from https://github.com/tibbe/ekg at revision fe5e5a1e67 Only monitor.js was modified slightly to take a local port from the URL fragment. I think we should feel free to continue modifying this, or replace with our own tooling later on.
This commit is contained in:
@@ -162,7 +162,9 @@ if [ "$MODE" = "graphql-engine" ]; then
|
||||
echo_pretty "Useful endpoints when compiling with 'graphql-engine:developer' and running with '+RTS -T'"
|
||||
echo_pretty " http://127.0.0.1:$HASURA_GRAPHQL_SERVER_PORT/dev/subscriptions"
|
||||
echo_pretty " http://127.0.0.1:$HASURA_GRAPHQL_SERVER_PORT/dev/plan_cache"
|
||||
echo_pretty " http://127.0.0.1:$HASURA_GRAPHQL_SERVER_PORT/dev/ekg"
|
||||
echo_pretty ""
|
||||
echo_pretty "To view realtime GC stats and other info open in your browser:"
|
||||
echo_pretty " file://$PROJECT_ROOT/scripts/ekg/ekg.html#$HASURA_GRAPHQL_SERVER_PORT"
|
||||
echo_pretty ""
|
||||
echo_pretty "▼▼▼ additional graphql-engine logs will appear below: ▼▼▼"
|
||||
} &
|
||||
|
||||
Reference in New Issue
Block a user