Skip to content

Commit 73e74cc

Browse files
committed
fixup types
1 parent 7061ec0 commit 73e74cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/repl/worker/repl-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const _loadDependencies = async (replOptions: ReplInputOptions) => {
5252
isServer: true,
5353
isBrowser: false,
5454
isDev: false,
55-
};
55+
} as typeof import('@builder.io/qwik/build') as any;
5656

5757
const cachedCjsCode = `qwikWasmCjs${realQwikVersion}`;
5858
const cachedWasmRsp = `qwikWasmRsp${realQwikVersion}`;

0 commit comments

Comments
 (0)