Skip to content

Conversation

dario-piotrowicz
Copy link
Member

@dario-piotrowicz dario-piotrowicz commented Oct 1, 2025

First iteration on https://jira.cfdata.org/browse/DEVX-2211 (to be updated when the Tanstack CLI does eventually hopefully include a Cloudflare add-on)


Copy link

changeset-bot bot commented Oct 1, 2025

🦋 Changeset detected

Latest commit: 18f705b

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

Copy link

pkg-pr-new bot commented Oct 1, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@10842

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@10842

miniflare

npm i https://pkg.pr.new/miniflare@10842

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@10842

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@10842

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@10842

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@10842

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@10842

wrangler

npm i https://pkg.pr.new/wrangler@10842

commit: 18f705b

@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2211/c3-tanstack-start branch from e82058f to 7eab915 Compare October 1, 2025 22:10
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2211/c3-tanstack-start branch from 7eab915 to 3ee5cd5 Compare October 1, 2025 22:59
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review October 2, 2025 08:39
@dario-piotrowicz dario-piotrowicz requested a review from a team as a code owner October 2, 2025 08:39
await retry(
{ times: 300, sleepMs: 5000 },
async () => await fetch(`http://127.0.0.1:${port}${verifyPreview.route}`),
async () => await fetch(`http://localhost:${port}${verifyPreview.route}`),
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: this and the other url below have been updated because the Vite server does not serve by default 127.0.0.1

Comment on lines +20 to +21
"--framework",
"react",
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not really necessary, I've added it just in case (since we haven't tested the solid tanstack implementation) 🙂

@dario-piotrowicz dario-piotrowicz marked this pull request as draft October 2, 2025 17:11
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2211/c3-tanstack-start branch from 3ee5cd5 to 5a5f2d9 Compare October 16, 2025 10:34
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2211/c3-tanstack-start branch from 4c7d2e4 to 18f705b Compare October 16, 2025 11:28
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review October 16, 2025 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

1 participant