create-mastra 1.6.3-alpha.2 → 1.6.3
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/CHANGELOG.md +2 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2637,7 +2637,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2637
2637
|
};
|
|
2638
2638
|
|
|
2639
2639
|
var package_default = {
|
|
2640
|
-
version: "1.6.3
|
|
2640
|
+
version: "1.6.3"};
|
|
2641
2641
|
var logger = createLogger(false);
|
|
2642
2642
|
function createLogger(debug = false) {
|
|
2643
2643
|
return new PinoLogger({
|
|
@@ -2966,8 +2966,8 @@ Warning: Failed to create agent guide files: ${error instanceof Error ? error.me
|
|
|
2966
2966
|
Vt(`
|
|
2967
2967
|
${color.green("Mastra initialized successfully!")}
|
|
2968
2968
|
|
|
2969
|
-
|
|
2970
|
-
|
|
2969
|
+
Rename ${color.cyan(".env.example")} to ${color.cyan(".env")}
|
|
2970
|
+
and add your ${color.cyan(key)}
|
|
2971
2971
|
`);
|
|
2972
2972
|
} else {
|
|
2973
2973
|
Vt(`
|