We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fde20 commit 9a3eb3dCopy full SHA for 9a3eb3d
src/main.ts
@@ -16,7 +16,7 @@ export let container: HTMLElement;
16
export let containers: HTMLElement[] = [];
17
export let containerIndex: number = 0;
18
19
-export const dev = process.env.NODE_ENV ?? import.meta.env.DEV ?? false;
+export const dev = import.meta.env.DEV ?? false;
20
21
export function resetContainers() {
22
containers = [];
0 commit comments