Skip to content

Commit 20ace8a

Browse files
authored
use 0.0.0.0 as host for mastra example since default changed (#287)
1 parent fb6338d commit 20ace8a

File tree

1 file changed

+1
-0
lines changed
  • typescript-sdk/integrations/mastra/example/src/mastra

1 file changed

+1
-0
lines changed

typescript-sdk/integrations/mastra/example/src/mastra/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { toolBasedGenerativeUIAgent } from "./agents/tool-based-generative-ui";
88
export const mastra = new Mastra({
99
server: {
1010
port: process.env.PORT ? parseInt(process.env.PORT) : 4111,
11+
host: "0.0.0.0",
1112
},
1213
agents: { agentic_chat: agenticChatAgent, tool_based_generative_ui: toolBasedGenerativeUIAgent },
1314
storage: new LibSQLStore({

0 commit comments

Comments
 (0)