Finalizing rcFile contents
In this release, we swap intent with environment inside .adonisrc.json file. The environment is used by the application instance as well and feels more consistent.
Also, adonisrc.schema.json file is added for VScode autocomplete
Commits:
- feat: add adonisrc.schema.json file to vscode visual editing 5e5f382
- refactor: use environment over intent for preload node 75103fd
Commit Range:
v1.0.1...master