Skip to content

Adding support for defining providers inside the rcFile

Choose a tag to compare

@thetutlage thetutlage released this 25 Nov 05:05

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

v1.2.1...v1.3.0