create-mastra 1.3.16 → 1.3.17-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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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.3.
|
|
2640
|
+
version: "1.3.17-alpha.2"};
|
|
2641
2641
|
var logger = createLogger(false);
|
|
2642
2642
|
function createLogger(debug = false) {
|
|
2643
2643
|
return new PinoLogger({
|
|
@@ -3048,7 +3048,7 @@ Start the development server:
|
|
|
3048
3048
|
${packageManager} run dev
|
|
3049
3049
|
\`\`\`
|
|
3050
3050
|
|
|
3051
|
-
Open [http://localhost:4111](http://localhost:4111) in your browser to access [Mastra Studio](https://mastra.ai/docs/
|
|
3051
|
+
Open [http://localhost:4111](http://localhost:4111) in your browser to access [Mastra Studio](https://mastra.ai/docs/studio/overview). It provides an interactive UI for building and testing your agents, along with a REST API that exposes your Mastra application as a local service. This lets you start building without worrying about integration right away.
|
|
3052
3052
|
|
|
3053
3053
|
You can start editing files inside the \`src/mastra\` directory. The development server will automatically reload whenever you make changes.
|
|
3054
3054
|
|