Files
Tat Dat Duong 2b729b47c2 Add CLI
2025-01-21 02:53:12 +01:00

10 lines
363 B
PowerShell

Set-PSDebug -Trace 1
$ErrorActionPreference = "Stop"
pnpm run build
Remove-Item -Path "tests/graphs/.langgraph_api" -Recurse -Force -ErrorAction SilentlyContinue
npx -y concurrently -n "server,test" -k -s "command-1" `
"node dist/cli/cli.mjs dev --no-browser --config ./tests/graphs/langgraph.json" `
"npx -y wait-port -t 3000 localhost:9123 && vitest run"