@base44-preview/cli 0.0.55-pr.545.19bb665 → 0.0.55-pr.545.2316f63
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
|
@@ -257380,7 +257380,7 @@ async function devAction({ log }, options8) {
|
|
|
257380
257380
|
return { functions, entities, project: project3 };
|
|
257381
257381
|
}
|
|
257382
257382
|
});
|
|
257383
|
-
const outroMessage = serveCommand ? "Open your app
|
|
257383
|
+
const outroMessage = serveCommand ? "Open your app at the URL printed by the frontend dev server (tagged [frontend] above)." : `Dev server is available at ${theme.colors.links(localServerUrl(resolvedPort))}`;
|
|
257384
257384
|
return { outroMessage };
|
|
257385
257385
|
}
|
|
257386
257386
|
function getDevCommand() {
|
|
@@ -261850,4 +261850,4 @@ export {
|
|
|
261850
261850
|
CLIExitError
|
|
261851
261851
|
};
|
|
261852
261852
|
|
|
261853
|
-
//# debugId=
|
|
261853
|
+
//# debugId=08A729F2F9313D7964756E2164756E21
|