Skip to Content
デプロイメントMastraサーバーのデプロイ

アプリケーションをビルドし、生成された HTTP サーバーを起動します:

mastra build node .mastra/output/index.mjs

生成されたサーバーにテレメトリーを含めるには:

node --import=./.mastra/output/instrumentation.mjs .mastra/output/index.mjs