mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-06 19:18:22 +01:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
|
// Copyright 2024, Command Line Inc.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
let { contextBridge, ipcRenderer } = require("electron");
|
||
|
|
||
|
contextBridge.exposeInMainWorld("api", {});
|