@base44-preview/cli 0.0.1-pr.22.694211f → 0.0.1-pr.22.987c90d
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 +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -19283,7 +19283,7 @@ async function create() {
|
|
|
19283
19283
|
errorMessage: "Failed to create project"
|
|
19284
19284
|
});
|
|
19285
19285
|
M.success(`Project ${source_default.bold(name)} has been initialized!`);
|
|
19286
|
-
M.success(`Dashboard link:\n${source_default.bold(
|
|
19286
|
+
M.success(`Dashboard link:\n${source_default.bold(`${getBase44ApiUrl()}/apps/${projectId}/editor/preview`)}`);
|
|
19287
19287
|
}
|
|
19288
19288
|
const createCommand = new Command("create").description("Create a new Base44 project").action(async () => {
|
|
19289
19289
|
await runCommand(create, { fullBanner: true });
|
package/package.json
CHANGED