mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 08:19:37 +00:00
Remove command-line-args dependency
This commit is contained in:
parent
954cf3e14e
commit
4e1aacb44f
4 changed files with 1400 additions and 36 deletions
2
prod.js
2
prod.js
|
|
@ -6,7 +6,7 @@ const optionDefinitions = [
|
|||
{ name: 'source', alias: 's', type: String }
|
||||
]
|
||||
|
||||
const commandLineArgs = require('command-line-args')
|
||||
const commandLineArgs = require('./server/libs/commandLineArgs')
|
||||
const options = commandLineArgs(optionDefinitions)
|
||||
|
||||
const Path = require('path')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue