Add the nodejs_als flag for the svelte template#9940
Add the nodejs_als flag for the svelte template#9940petebacondarwin merged 1 commit intocloudflare:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 9e07693 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
penalosa
left a comment
There was a problem hiding this comment.
This looks good, but could you fill out the rest of the PR template?
|
@penalosa does this need a wrangler v3 backport ? |
|
@stof No, since it's a create-cloudflare change |
Recent sveltekit versions rely on `node:async_hooks` to access `AsyncLocalStorage`
|
@penalosa I filled the PR template, and I also applied the same fix for the sibling template targeting Cloudflare Pages instead of Cloudflare Workers. |
|
@stof great, thank you! I'll get this merged tomorrow for release later this week |
|
Congratulations @stof, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cme6syb84020608l5nh6b4izr This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Recent sveltekit versions rely on
node:async_hooksto accessAsyncLocalStorageSee sveltejs/kit#13668 for the report.
create-cloudflare