create-mastra 0.10.2-alpha.0 → 0.10.2-alpha.2
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2196,7 +2196,8 @@ var createMastraProject = async ({
|
|
|
2196
2196
|
const depsService = new DepsService();
|
|
2197
2197
|
await depsService.addScriptsToPackageJson({
|
|
2198
2198
|
dev: "mastra dev",
|
|
2199
|
-
build: "mastra build"
|
|
2199
|
+
build: "mastra build",
|
|
2200
|
+
start: "mastra start"
|
|
2200
2201
|
});
|
|
2201
2202
|
s2.stop("Project created");
|
|
2202
2203
|
s2.start(`Installing ${pm} dependencies`);
|