From 4f5da66695579c4c92bdcc4985f521c4d99105c7 Mon Sep 17 00:00:00 2001 From: hxrxchang Date: Tue, 29 Oct 2024 14:17:37 +0900 Subject: [PATCH] docs: remove path(/dev.html) from local development GraphiQL URL --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f8670047823..3c681243c01 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -92,7 +92,7 @@ Then, you can run these commands: - `yarn dev-graphiql` — which will launch `webpack` dev server for graphiql from the root -> The GraphiQL UI is available at http://localhost:8080/dev.html +> The GraphiQL UI is available at http://localhost:8080 ### Developing Monaco GraphQL