mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
commands: require('@callstack/repack/commands'),
|
|
project: {
|
|
android: {
|
|
sourceDir: './android'
|
|
}
|
|
}
|
|
};
|