···1919 updateBaseUrl,
2020 };
2121}
2222+2323+// This allows TypeScript to pick up the magic constants that's auto-generated by Forge's Webpack
2424+// plugin that tells the Electron app where to look for the Webpack-bundled app code (depending on
2525+// whether you're running in development or production).
2626+declare const MAIN_WINDOW_WEBPACK_ENTRY: string;
2727+declare const MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY: string;
2828+2929+export { MAIN_WINDOW_WEBPACK_ENTRY, MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY };