trying stuff with electron forge but moving away

This commit is contained in:
talksik
2022-03-15 13:21:45 -04:00
parent 381eb9ce2f
commit ef72bc3158
14 changed files with 194 additions and 22 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import { API } from "./preload";
export {};
declare global {
interface Window {
API: typeof API;
electron: typeof API;
}
}