[bug] Include oracledb node files in pkg assets to fix thick mode issue

This commit is contained in:
Sergey Konovalov
2025-08-14 13:44:56 +03:00
parent f6b01c9b5a
commit 859f96d95e

View File

@ -51,6 +51,9 @@
"../Common/sources/storage/storage-s3.js",
"../Common/sources/storage/storage-az.js",
"../Common/node_modules/axios/dist/node/axios.cjs"
],
"assets": [
"node_modules/oracledb/build/Release/oracledb-*.node"
]
}
}