chore: add default config for mock machines

This commit is contained in:
Sérgio Salgado 2021-01-28 12:52:57 +00:00 committed by Josh Harvey
parent 8b53644f14
commit 5bd116c208
3 changed files with 3 additions and 10 deletions

View file

@ -1,3 +1,3 @@
const old = require('../config.json')
const config = require('./default-config.json')
console.log(JSON.stringify(old))
console.log(JSON.stringify(config))