We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a81a5 commit 035192cCopy full SHA for 035192c
typescript-sdk/apps/dojo/scripts/run-dojo-everything.js
@@ -72,7 +72,7 @@ const langgraphFastapi = {
72
// Langgraph (Platform {python})
73
const langgraphPlatformPython = {
74
command: 'pnpx @langchain/langgraph-cli@latest dev --no-browser --port 8005',
75
- name: 'LG Platform',
+ name: 'LG Platform Py',
76
cwd: path.join(integrationsRoot, 'langgraph/examples/python'),
77
env: {PORT: 8005},
78
}
@@ -181,6 +181,8 @@ async function main() {
181
printDryRunServices(procs);
182
183
184
+ console.log('Starting services: ', procs.map(p => p.name).join(', '));
185
+
186
const {result} = concurrently(procs);
187
188
result.then(() => process.exit(0)).catch((err) => {
0 commit comments