Skip to content

Sync devmain - #1813

Merged
yamcodes merged 1 commit into
mainfrom
dev
Sep 5, 2026
Merged

Sync devmain#1813
yamcodes merged 1 commit into
mainfrom
dev

Conversation

@arkenv-bot

@arkenv-bot arkenv-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR is automatically maintained by the Sync PR workflow.

It tracks all commits on dev that have not yet been merged into main, keeping the two branches in sync after every push to dev.

🌍 Preview the latest dev documentation: https://arkenv-dev.vercel.app

Note

This PR is opened and managed by arkenv-bot. It is skipped by Pullfrog and other bot-aware workflows.

### Summary
This PR adds a reverse proxy rewrite in `apps/www/next.config.ts`
routing `/tanstack/:path*` requests to
`https://arkenv-v1.vercel.app/tanstack/:path*`.

### Why
The official TanStack CLI add-on for ArkEnv is deployed on the `v1`
branch at `https://arkenv-v1.vercel.app/tanstack/info.json`. Because
production docs (`https://arkenv.js.org`) are deployed from `main`
(which flows from `dev`), this rewrite allows
`https://arkenv.js.org/tanstack/info.json` to resolve immediately during
the alpha prerelease phase without URL rot or waiting for the full v1
merge.

Once merged to `dev`, this change can be synced directly to `main` via
`sync-main.yml` (Category 1 doc/infra sync).

**Blocks / Relates to:** #1811 (feat: add official TanStack CLI add-on
for ArkEnv)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
@arkenv-bot arkenv-bot Bot added the maintenance Routine tasks, tooling, and syncs label Sep 5, 2026
@changeset-bot

changeset-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3e1e9e0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added the www Improvements or additions to arkenv.js.org label Sep 5, 2026
@yamcodes
yamcodes merged commit 1d54f0f into main Sep 5, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Routine tasks, tooling, and syncs www Improvements or additions to arkenv.js.org

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant