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

@@ -17,9 +17,6 @@ const listenApiChild = process.argv.includes('--listen-api-child') || listenApi;
function getPassArgs() {
const res = [];
if (global['NATIVE_MODULES']) {
res.push('--native-modules', global['NATIVE_MODULES']);
}
if (global['PLUGINS_DIR']) {
res.push('--plugins-dir', global['PLUGINS_DIR']);
}