Skip to content

Commit 035192c

Browse files
committed
small debug cleanup
1 parent 76a81a5 commit 035192c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typescript-sdk/apps/dojo/scripts/run-dojo-everything.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const langgraphFastapi = {
7272
// Langgraph (Platform {python})
7373
const langgraphPlatformPython = {
7474
command: 'pnpx @langchain/langgraph-cli@latest dev --no-browser --port 8005',
75-
name: 'LG Platform',
75+
name: 'LG Platform Py',
7676
cwd: path.join(integrationsRoot, 'langgraph/examples/python'),
7777
env: {PORT: 8005},
7878
}
@@ -181,6 +181,8 @@ async function main() {
181181
printDryRunServices(procs);
182182
}
183183

184+
console.log('Starting services: ', procs.map(p => p.name).join(', '));
185+
184186
const {result} = concurrently(procs);
185187

186188
result.then(() => process.exit(0)).catch((err) => {

0 commit comments

Comments
 (0)