Skip to content

Make Workflow DevKit configuration work#1

Open
TooTallNate wants to merge 1 commit intos0urfruit:mainfrom
TooTallNate:make-it-work
Open

Make Workflow DevKit configuration work#1
TooTallNate wants to merge 1 commit intos0urfruit:mainfrom
TooTallNate:make-it-work

Conversation

@TooTallNate
Copy link

* Move React Router `vercelPreset()` to the correct place
* Install missing `@vercel/react-router` dependency
* Add function configuration for Vercel Queue compat for the Workflow DevKit endpoints
* Specify a Vercel CLI tarball URL which allows the function configuration to be applied at build time (see vercel/vercel#14494)
Copilot AI review requested due to automatic review settings December 17, 2025 23:39
@vercel
Copy link

vercel bot commented Dec 17, 2025

@TooTallNate is attempting to deploy a commit to the Contiguity Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR configures the Workflow DevKit to work properly with Vercel deployments by correcting the React Router preset placement, adding the required dependency, and configuring Vercel Queue triggers for workflow endpoints.

Key changes:

  • Moved vercelPreset() from vite.config.ts to the correct location in react-router.config.ts
  • Added missing @vercel/react-router package dependency (v1.2.4)
  • Created vercel.json with queue trigger configurations for .well-known/workflow/v1/flow and .well-known/workflow/v1/step endpoints

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
vite.config.ts Removed incorrectly placed vercelPreset() import and call; improved code formatting
react-router.config.ts Added vercelPreset() import and configured it in the presets array (correct location)
package.json Added @vercel/react-router dependency to support the Vercel preset functionality
vercel.json Created configuration file with custom CLI version and queue triggers for workflow endpoints
.gitignore Added .vercel directory to ignore list for Vercel deployment artifacts

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants