Skip to content

feat(cloudflare): throw on stackblitz#15636

Merged
florian-lefebvre merged 1 commit into
mainfrom
feat/cf-stackblitz
Feb 24, 2026
Merged

feat(cloudflare): throw on stackblitz#15636
florian-lefebvre merged 1 commit into
mainfrom
feat/cf-stackblitz

Conversation

@florian-lefebvre
Copy link
Copy Markdown
Member

Changes

Testing

N/A

Docs

Changeset + issue template

@florian-lefebvre florian-lefebvre self-assigned this Feb 24, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 24, 2026

🦋 Changeset detected

Latest commit: 11a9cfe

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

@github-actions github-actions Bot added the pkg: integration Related to any renderer integration (scope) label Feb 24, 2026
name: '@astrojs/cloudflare',
hooks: {
'astro:config:setup': ({ command, config, updateConfig, logger, addWatchFile }) => {
if (!!process.versions.webcontainer) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Are there any docs for this? I found various references to it on GitHub but no documentation.

I noticed std-env also check process.env.SHELL but no idea what matters where.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah not documented AFAIK, the info comes from Stackblitz team directly

@florian-lefebvre florian-lefebvre merged commit 5ecd04c into main Feb 24, 2026
21 checks passed
@florian-lefebvre florian-lefebvre deleted the feat/cf-stackblitz branch February 24, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants