Skip to content

Commit 5b127ca

Browse files
committed
fix:Incorrect message when starting Storefront project #168
Signed-off-by: m5ingh <[email protected]>
1 parent 79c980c commit 5b127ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/develop-storefront.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import checkBeforeDevelop from "../utils/checkBeforeDevelop.js";
1010
*/
1111
export default async function developStorefront(options) {
1212
if (!await checkBeforeDevelop("storefront")) return;
13-
Logger.info("Starting Open Commerce Admin Application Server in dev mode", { options });
13+
Logger.info("Starting Open Commerce Storefront Application Server in dev mode", { options });
1414
const storefront = spawn("yarn", ["run", "start:dev"]);
1515
storefront.stdout.on("data", (data) => {
1616
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)