10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
|
// ionic Configuration
|
||
|
const ionic = {
|
||
|
|
||
|
// Path to the root of the ionic app from the root of the Flitter app
|
||
|
root: 'www',
|
||
|
|
||
|
}
|
||
|
|
||
|
module.exports = exports = ionic
|