@base44-preview/cli 0.1.5-pr.574.218ee97 → 0.1.5-pr.574.2d7c49d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -258463,7 +258463,7 @@ async function devAction(ctx, options8) {
|
|
|
258463
258463
|
return { functions, entities, project: project2, siteUrl };
|
|
258464
258464
|
}
|
|
258465
258465
|
});
|
|
258466
|
-
const outroMessage = isServingFrontend ? "Open your app
|
|
258466
|
+
const outroMessage = isServingFrontend ? "Open your app using the frontend dev server URL" : `Dev server is available at ${theme.colors.links(localServerUrl(resolvedPort))}`;
|
|
258467
258467
|
return { outroMessage };
|
|
258468
258468
|
}
|
|
258469
258469
|
function getDevCommand() {
|
|
@@ -262968,4 +262968,4 @@ export {
|
|
|
262968
262968
|
CLIExitError
|
|
262969
262969
|
};
|
|
262970
262970
|
|
|
262971
|
-
//# debugId=
|
|
262971
|
+
//# debugId=A407F62B6CA3247464756E2164756E21
|