Skip to content

Commit f0700d0

Browse files
committed
fix(core): import isDev from build directly
or you get some circular warnings
1 parent d524520 commit f0700d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik/src/core/shared/utils/promises.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isDev, isServer } from '@qwik.dev/core';
1+
import { isDev, isServer } from '@qwik.dev/core/build';
22
import { throwErrorAndStop } from './log';
33
import type { ValueOrPromise } from './types';
44

0 commit comments

Comments
 (0)