From 1e08aba32a788899a0010e9101778cfe3891b241 Mon Sep 17 00:00:00 2001 From: bparees Date: Wed, 6 Aug 2025 17:07:51 -0400 Subject: [PATCH] Fix application port in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0355f..537a242 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ cd lightspeed-reference-ui npm install && npm run start:dev ``` -The application will be available at `http://localhost:8080` +The application will be available at `http://localhost:9000` ## 📋 Development Scripts