Simplified tag media seed file. Renamed tags. Media refactor experiment.

This commit is contained in:
2020-01-08 23:33:24 +01:00
parent 4c28c8b640
commit 863df38b29
28 changed files with 342 additions and 313 deletions

View File

@@ -70,6 +70,11 @@ const { argv } = yargs
type: 'boolean',
default: true,
})
.option('level', {
describe: 'Log level',
type: 'string',
default: process.env.NODE_ENV === 'development' ? 'silly' : 'info',
})
.option('debug', {
describe: 'Show error stack traces',
type: 'boolean',