Add structure for adding exported Ionic application to backend server

This commit is contained in:
garrettmills
2020-02-07 20:34:04 -06:00
parent 0a97c59169
commit 55b0b1235f
8 changed files with 79 additions and 2 deletions

9
config/ionic.config.js Normal file
View 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