Skip to content

Conversation

@claylevering
Copy link

@claylevering claylevering commented Dec 16, 2025

Hi team! Weird Nuxt user here who is even weirder using fully qualified wildcard certs in local dev (don't ask). While I could get away with just submitting a PR to update the documentation to recommend this (which does work):

WORKFLOW_LOCAL_BASE_URL=https://dev.localdomain.com:3000 pnpm exec nuxt dev

I figured what the hell and let Cursor do some magic. This SHOULD allow users in the Nitro / Vite / Nuxt groups to support non-default http://localhost:3000 URLs. I say SHOULD because I haven't tried building / running the package locally. Sure hope the GH Actions work well!

Summary from Cursor / Copilot:

Allows configuring the local world queue origin using Nitro's runtime config.

This enables users to specify custom domains, ports, or environments via runtime config, especially useful in Nuxt / Vite applications.

It adds a Nitro plugin that maps runtime config to the WORKFLOW_LOCAL_BASE_URL environment variable.

Also, improves local world config to prioritize the WORKFLOW_LOCAL_BASE_URL environment variable.

Allows configuring the local world queue origin using Nitro's runtime config.

This enables users to specify custom domains, ports, or environments via runtime config, especially useful in Nuxt applications.

It adds a Nitro plugin that maps runtime config to the `WORKFLOW_LOCAL_BASE_URL` environment variable.

Also, improves local world config to prioritize the `WORKFLOW_LOCAL_BASE_URL` environment variable.
@changeset-bot
Copy link

changeset-bot bot commented Dec 16, 2025

🦋 Changeset detected

Latest commit: 5cc4824

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

This PR includes changesets to release 14 packages
Name Type
@workflow/nitro Patch
@workflow/nuxt Patch
@workflow/world-local Patch
workflow Patch
@workflow/cli Patch
@workflow/core Patch
@workflow/world-postgres Patch
@workflow/ai Patch
@workflow/world-testing Patch
@workflow/builders Patch
@workflow/next Patch
@workflow/web-shared Patch
@workflow/astro Patch
@workflow/sveltekit Patch

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

@vercel
Copy link
Contributor

vercel bot commented Dec 16, 2025

@claylevering is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Moves Nuxt runtime config documentation to the local world deployment guide and removes the duplicate from getting started as it is an advanced topic.  Great feedback from @adriandlam

This change centralizes the information and avoids repetition.
@claylevering
Copy link
Author

@adriandlam - Thanks for the feedback and good call. Shifted it to the world-local advanced docs and cleaned up the language / any's

@adriandlam
Copy link
Contributor

looks good to me but also it seems the nuxt app inside workbench is failing to build

Co-authored-by: Adrian <me@adriandlam.com>
@claylevering
Copy link
Author

looks good to me but also it seems the nuxt app inside workbench is failing to build

Checked the logs - unsure if I'm supposed to be providing tokens to run these automations?

@adriandlam
Copy link
Contributor

adriandlam commented Dec 16, 2025

looks good to me but also it seems the nuxt app inside workbench is failing to build

Checked the logs - unsure if I'm supposed to be providing tokens to run these automations?

ah can you see the logs in #633? they're the tests for your PR. it also fails to build locally

@claylevering
Copy link
Author

No - unfortunately I can't - I'll see if I can figure out how to run the tests locally to check things out. You can also find me at my email addy or DM me @claxbuilds

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.

2 participants