10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
|
const path = require('path');
|
||
|
|
||
|
module.exports = {
|
||
|
dependencies: {
|
||
|
'bigbluebutton-tablet-sdk': {
|
||
|
root: path.join(__dirname, '..'),
|
||
|
},
|
||
|
},
|
||
|
};
|