Shape of meta file configuration inside the metaFiles array
in the adonisrc.js file.
Meta files are watched for changes and can trigger server reloads.
Example
constmetaFile: MetaFileNode = { pattern:'./config/**/*.ts', reloadServer:true// Reload server when files matching pattern change }
Shape of meta file configuration inside the
metaFilesarray in theadonisrc.jsfile. Meta files are watched for changes and can trigger server reloads.Example