-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your Render PR Server URL is https://openassistants-fast-api-server-pr-54.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cm0bfuta73kc73cqe0p0. |
scripts/run.sh
Outdated
|
||
( | ||
cd examples/fast-api-server | ||
poetry run ./run.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a comment to slack about this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about in the Makefile instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont have strong opinions either way. Happy to ship and revisit later if it becomes a problem
Makefile
Outdated
@(cd examples/fast-api-server && poetry run ./run.sh) & | ||
@(cd examples/next && yarn dev) & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
break out as separate tasks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call
Also added basic utility scripts for running both servers during development with a single command.