@base44-preview/cli 0.0.3-pr.20.36e35aa → 0.0.3-pr.20.51d122c
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
|
@@ -24355,7 +24355,7 @@ async function deployAction() {
|
|
|
24355
24355
|
M.success(`Site deployed to: ${result.app_url}`);
|
|
24356
24356
|
}
|
|
24357
24357
|
const siteDeployCommand = new Command("site").description("Manage site deployments").addCommand(new Command("deploy").description("Deploy built site files to Base44 hosting").action(async () => {
|
|
24358
|
-
await runCommand(deployAction
|
|
24358
|
+
await runCommand(deployAction);
|
|
24359
24359
|
}));
|
|
24360
24360
|
|
|
24361
24361
|
//#endregion
|
package/package.json
CHANGED