@base44-preview/cli 0.0.4-pr.53.744d374 → 0.0.4-pr.53.87c3b5f
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
|
@@ -24401,7 +24401,7 @@ async function create() {
|
|
|
24401
24401
|
template
|
|
24402
24402
|
});
|
|
24403
24403
|
}, {
|
|
24404
|
-
successMessage:
|
|
24404
|
+
successMessage: source_default.bold("Project created successfully!"),
|
|
24405
24405
|
errorMessage: "Failed to create project"
|
|
24406
24406
|
});
|
|
24407
24407
|
const dashboardUrl = `${getBase44ApiUrl()}/apps/${projectId}/editor/preview`;
|
package/package.json
CHANGED