removed native module tooling

This commit is contained in:
SPRINX0\prochazka
2024-11-13 10:44:24 +01:00
parent 1f868523b0
commit f53142d98a
12 changed files with 1 additions and 67 deletions

View File

@@ -430,7 +430,6 @@ function createWindow() {
);
global.API_PACKAGE = apiPackage;
global.NATIVE_MODULES = path.join(__dirname, 'nativeModules');
// console.log('global.API_PACKAGE', global.API_PACKAGE);
const api = require(apiPackage);

View File

@@ -1,3 +0,0 @@
const content = require('./nativeModulesContent');
module.exports = content;