Skip to content

Commit 42ffd7c

Browse files
committed
fix: merge conflict resolution
1 parent e666ce3 commit 42ffd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/lit-core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class LitCore {
201201
this.setCustomBootstrapUrls();
202202

203203
// -- set global variables
204-
globalThis.litConfig = this.config;
204+
setMiscLitConfig(this.config);
205205
bootstrapLogManager(
206206
'core',
207207
this.config.debug ? LogLevel.DEBUG : LogLevel.OFF

0 commit comments

Comments
 (0)