mastra 0.1.37 → 0.1.38
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 +1 -1
- package/package.json +1 -1
- package/src/scripts/postinstall.js +3 -3
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
process.stdout.write('\nThank you for installing Mastra!\n');
|
|
2
|
+
process.stdout.write('Install @mastra/core in your Next.js project then run "mastra init" to get started.\n');
|
|
3
|
+
process.stdout.write('Visit https://mastra.ai/docs to read the docs.\n\n');
|