UNPKG

aliaset

Version:
11 lines (9 loc) 152 B
import isCI from 'is-ci' export default { test: { coverage: { reporter: isCI ? 'lcovonly' : 'html', }, api: { port: 3002 }, }, }