@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 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(`https://app.base44.com/apps/${projectId}/editor/preview`)}`);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.1-pr.22.694211f",
3
+ "version": "0.0.1-pr.22.987c90d",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",