Skip to content

Commit c7bad20

Browse files
authored
fix(astro/types): webcontainer should be a Promise<WebContainer> (#259)
1 parent f9b265f commit c7bad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ declare module 'tutorialkit:store' {
55
}
66

77
declare module 'tutorialkit:core' {
8-
export const webcontainer: import('@webcontainer/api').WebContainer;
8+
export const webcontainer: Promise<import('@webcontainer/api').WebContainer>;
99
}

0 commit comments

Comments
 (0)