async-graphql / examples

217 stars 54 forks source link

fix: use correct start scripts for federations #73

Closed xoac closed 9 months ago

xoac commented 10 months ago
  1. The start.sh scripts is now in correct folder
  2. cleanup functions try kill all PIDs (it didn't worked if one of process exited on it's own - for example when address was in use).
urkle commented 9 months ago

@xoac we also need to update the README.md files to reference port 4000 instead of port 3000 as rover starts the router on port 4000 now.