Skip to content

Add Vercel Services deployment - #2

Merged
roprgm merged 2 commits into
mainfrom
codex/vercel-services
Jul 13, 2026
Merged

Add Vercel Services deployment#2
roprgm merged 2 commits into
mainfrom
codex/vercel-services

Conversation

@roprgm

@roprgm roprgm commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • configure the demo as separate Vite web and Eve services in vercel.json
  • route /eve/* to Eve and all other requests to the web service
  • keep standalone local development behavior while avoiding a duplicate Eve server under Vercel Services
  • reduce deployment uploads with a root .vercelignore

Why

The demo previously combined the Eve and Vite build outputs manually. Vercel Services now supports building and routing both parts independently within one project. The ignore rules also prevent local dependencies, build artifacts, environment files, and development state from being uploaded.

Validation

  • bun run check
  • bun run build
  • Vercel Services build completed successfully
  • local Vercel routing returned 200 for / and /eve/v1/health
  • vercel deploy --dry reduced the upload from 1,569 files (24.5 MB) to 47 files (84.8 KB)

@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eve-devtools Ready Ready Preview, Comment Jul 13, 2026 5:02am

Request Review

@roprgm
roprgm marked this pull request as ready for review July 13, 2026 05:38
@roprgm
roprgm merged commit 89fc4b4 into main Jul 13, 2026
1 check passed
@roprgm
roprgm deleted the codex/vercel-services branch July 13, 2026 06:53
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.

1 participant