Skip to content

chore: remove repo-level vercel.json - #14

Merged
matt-rolley merged 2 commits into
mainfrom
chore/remove-vercel-json
Apr 21, 2026
Merged

matt-rolley merged 2 commits into
mainfrom
chore/remove-vercel-json

Conversation

@matt-rolley

Copy link
Copy Markdown
Contributor

Summary

Removes `vercel.json` so Vercel projects can be configured independently via their dashboard, each with their own root directory. The repo-level file was making it impossible to run two Vercel projects (one for docs, one for the playground) without them colliding.

Follow-up (Vercel UI)

After merge, set up the two projects in the Vercel dashboard:

Docs project

  • Root directory: `docs`
  • Build command: `pnpm --filter nuxt-c15t-docs build` (override auto-detection)
  • Output: `docs/.vitepress/dist`

Playground project

  • Root directory: `playground`
  • Install command: `pnpm install && pnpm run dev:prepare` (pre-stubs the module so `../src/module` resolves)
  • Build command auto-detected by Vercel (`nuxt build`)
  • Output auto-detected (`playground/.output`)

Both deploy on push to `main`.

Configuring Vercel per-project via the dashboard instead. This lets us
run two independent projects from the same repo — one for docs, one
for the playground — each with its own root directory and build
settings, without a shared config file getting in the way.
@vercel

vercel Bot commented Apr 21, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nuxt-c15t Ready Ready Preview, Comment Apr 21, 2026 8:54am

Request Review

@matt-rolley
matt-rolley merged commit 65b8971 into main Apr 21, 2026
3 checks passed

This branch was successfully deployed

1 active deployment
Preview — 7e11fc87 Deployed Apr 21, 2026 by vercel[bot]
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