mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 14:23:08 +00:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
'@waku/react-native': {
|
|
root: path.join(__dirname, '..'),
|
|
},
|
|
},
|
|
};
|