Adding support for defining providers inside the rcFile
Now, one can define providers inside the .adonisrc.json file vs creating start/app file and also the preloads array inside the same file can have plain strings as well.
- docs: update api docs e462fc1
- chore(package): update peer dependency version 8fcb43e
- feat: allow defining rcfile.preloads as a string 3c69713
- feat: add support for defining providers, aceProviders inside rcfile 36e010f
- refactor: use process.env.ADONIS_ACE_CWD to get the workspace working directory e294be7
- chore: update rc schema file 477acbd