base44 0.0.18 → 0.0.19
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38195,7 +38195,7 @@ async function executeCreate({ template, name: rawName, description, projectPath
|
|
|
38195
38195
|
"-y"
|
|
38196
38196
|
], {
|
|
38197
38197
|
cwd: resolvedPath,
|
|
38198
|
-
|
|
38198
|
+
shell: true
|
|
38199
38199
|
});
|
|
38200
38200
|
}, {
|
|
38201
38201
|
successMessage: theme.colors.base44Orange("AI agent skills added successfully"),
|
|
@@ -38932,7 +38932,7 @@ const siteDeployCommand = new Command("site").description("Manage site deploymen
|
|
|
38932
38932
|
|
|
38933
38933
|
//#endregion
|
|
38934
38934
|
//#region package.json
|
|
38935
|
-
var version = "0.0.
|
|
38935
|
+
var version = "0.0.19";
|
|
38936
38936
|
|
|
38937
38937
|
//#endregion
|
|
38938
38938
|
//#region src/cli/program.ts
|