Add structure for adding exported Ionic application to backend server
This commit is contained in:
9
config/ionic.config.js
Normal file
9
config/ionic.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user