I'm trying to build an ionic app alongside with an existing project that also contains src/. In order not to mess up the original structure, I don't want to put my ionic code in src/ but ionic/.
However, there seems like not such option on ionic-cli that configures which directory to be the source code directory. :(
I'm trying to build an ionic app alongside with an existing project that also contains
src/. In order not to mess up the original structure, I don't want to put my ionic code insrc/butionic/.However, there seems like not such option on ionic-cli that configures which directory to be the source code directory. :(