We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d2612 commit 225a4ddCopy full SHA for 225a4dd
packages/astro/src/async-local-storage.client.ts
@@ -1,4 +1,4 @@
1
-import type { AsyncLocalStorage } from 'async_hooks';
+import type { AsyncLocalStorage } from 'node:async_hooks';
2
3
const sharedAsyncLocalStorageNotAvailableError = new Error(
4
'Invariant: AsyncLocalStorage accessed in runtime where it is not available',
0 commit comments