Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Add confirmation support. #54

Merged
merged 3 commits into from
Dec 18, 2023
Merged

Add confirmation support. #54

merged 3 commits into from
Dec 18, 2023

Conversation

ricklamers
Copy link
Collaborator

@ricklamers ricklamers commented Dec 18, 2023

Also added basic utility scripts for running both servers during development with a single command.

Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openassistants-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 10:14pm

Copy link

render bot commented Dec 18, 2023

scripts/run.sh Outdated

(
cd examples/fast-api-server
poetry run ./run.sh
Copy link
Collaborator

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

Copy link
Collaborator Author

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?

Copy link
Collaborator

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
Comment on lines 22 to 23
@(cd examples/fast-api-server && poetry run ./run.sh) &
@(cd examples/next && yarn dev) &
Copy link
Contributor

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call

@ricklamers ricklamers merged commit 238e928 into main Dec 18, 2023
3 checks passed
@ricklamers ricklamers deleted the rick/add-confirm-support branch December 18, 2023 22:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants