oracledb docker install

This commit is contained in:
Jan Prochazka
2024-07-31 14:07:49 +02:00
parent 74a597164e
commit 07cb4defe6
2 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,9 @@ var config = {
}),
],
externals: {
'better-sqlite3': 'commonjs better-sqlite3 oracledb msnodesqlv8',
'better-sqlite3': 'commonjs better-sqlite3',
'oracledb': 'commonjs oracledb',
'msnodesqlv8': 'commonjs msnodesqlv8',
},
};