-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add make-agent flow to dev #8
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
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.
LGTM, however this means the serverUrl won't be populated for production deployments? Would be good to have a fallback either a dynamic deployment url or just the hardcoded url it was before
PR Type
enhancement, dependencies
Description
make-agent
as a new dependency inpackage.json
.dev
script inpackage.json
to includemake-agent
running on port 3000.pnpm-lock.yaml
to includemake-agent
and its related dependencies.Changes walkthrough 📝
package.json
Add `make-agent` dependency and update `dev` script
package.json
make-agent
to dependencies.dev
script to includemake-agent
with port 3000.pnpm-lock.yaml
Update `pnpm-lock.yaml` with `make-agent` dependencies
pnpm-lock.yaml
make-agent
and its dependencies.make-agent
.