mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
a04ea2f382
* refactor: only inject API IIFE script when withGlobalTauri is true * fmt * update tauri
11 lines
282 B
JavaScript
11 lines
282 B
JavaScript
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
// eslint-disable-next-line
|
|
Object.defineProperty(window, "__TAURI_OS_PLUGIN_INTERNALS__", {
|
|
value: {
|
|
eol: __TEMPLATE_eol__,
|
|
},
|
|
});
|