create-mastra 1.9.4-alpha.2 → 1.9.4-alpha.4
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 +4 -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
|
@@ -15317,7 +15317,7 @@ This is a **Mastra** project written in TypeScript. Mastra is a framework for bu
|
|
|
15317
15317
|
|
|
15318
15318
|
\`\`\`bash
|
|
15319
15319
|
npm run dev # Start Mastra Studio at localhost:4111 (long-running, use a separate terminal)
|
|
15320
|
-
npm run build # Build a production-ready server
|
|
15320
|
+
npm run build # Build a production-ready server (use a separate terminal)
|
|
15321
15321
|
\`\`\`
|
|
15322
15322
|
|
|
15323
15323
|
## Project Structure
|
|
@@ -15789,7 +15789,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15789
15789
|
};
|
|
15790
15790
|
|
|
15791
15791
|
var package_default = {
|
|
15792
|
-
version: "1.9.4-alpha.
|
|
15792
|
+
version: "1.9.4-alpha.4"};
|
|
15793
15793
|
var logger = createLogger(false);
|
|
15794
15794
|
function createLogger(debug = false) {
|
|
15795
15795
|
return new PinoLogger({
|