We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c980c commit 5b127caCopy full SHA for 5b127ca
commands/develop-storefront.js
@@ -10,7 +10,7 @@ import checkBeforeDevelop from "../utils/checkBeforeDevelop.js";
10
*/
11
export default async function developStorefront(options) {
12
if (!await checkBeforeDevelop("storefront")) return;
13
- Logger.info("Starting Open Commerce Admin Application Server in dev mode", { options });
+ Logger.info("Starting Open Commerce Storefront Application Server in dev mode", { options });
14
const storefront = spawn("yarn", ["run", "start:dev"]);
15
storefront.stdout.on("data", (data) => {
16
// eslint-disable-next-line no-console
0 commit comments