UNPKG

api-fet

Version:

The mock-api-cl command line utility.

20 lines (15 loc) 378 B
/** * Copyright (c) 2018-present, iceyangcc, http://blog.nodejs.tech. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; const defaultConfig = { lang: 'EN', delay: 0, staticDirectory: null, openBrowser: false, watch: false } module.exports = defaultConfig