Skip to content

Commit aaa7306

Browse files
committed
chore: fix turbo config
1 parent ad19122 commit aaa7306

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

packages/shared/AbstractVideoAdapter.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ export abstract class AbstractVideoAdapter<
7373
const video = panorama.source instanceof HTMLVideoElement
7474
? panorama.source
7575
: createVideo({
76-
src: panorama.source,
77-
withCredentials: this.viewer.config.withCredentials,
78-
muted: this.config.muted,
79-
autoplay: false,
80-
});
76+
src: panorama.source,
77+
withCredentials: this.viewer.config.withCredentials,
78+
muted: this.config.muted,
79+
autoplay: false,
80+
});
8181

8282
await this.__videoLoadPromise(video);
8383

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3+
"envMode": "loose",
34
"globalDependencies": [
45
".mocharc.json",
56
".nycrc.json",

0 commit comments

Comments
 (0)