@base44-preview/cli 0.0.11-pr.82.5adefb8 → 0.0.11-pr.82.893c777
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
|
@@ -38892,7 +38892,7 @@ async function openDashboard() {
|
|
|
38892
38892
|
return { outroMessage: `Dashboard opened at ${dashboardUrl}` };
|
|
38893
38893
|
}
|
|
38894
38894
|
const dashboardCommand = new Command("dashboard").description("Open the app dashboard in your browser").action(async () => {
|
|
38895
|
-
await runCommand(openDashboard
|
|
38895
|
+
await runCommand(openDashboard);
|
|
38896
38896
|
});
|
|
38897
38897
|
|
|
38898
38898
|
//#endregion
|
package/package.json
CHANGED