Skip to content

Commit 2ddf236

Browse files
committed
fix:Incorrect message when starting Storefront project #168
1 parent 79c980c commit 2ddf236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)