auto-reload-json
v1.0.2
Published
auto reload json config without restart the server
Downloads
4,968
Readme
auto-reload-json
auto reload json config without restart the server
Installation
npm i --save auto-reload-json
Usage
const autoReloadJson = require('auto-reload-json')
// config will be change if the json file is changed
const config = autoReloadJson('/absolute/path/to/json/file')