fix(backend): Proper import of archived repo
Not really sure what happened, but clearly when I imported our backend code into our monorepo, it was not the latest version. So I'm fixing this now by putting in the latest code. I will re-apply the changes since later.
This commit is contained in:
parent
bcfb919172
commit
ca8ceb1a30
90 changed files with 4337 additions and 2693 deletions
34
packages/backend/src/cli/options.js
Normal file
34
packages/backend/src/cli/options.js
Normal file
|
@ -0,0 +1,34 @@
|
|||
export default [
|
||||
{
|
||||
name: 'clearUsers',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'clearModels',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'clearPatterns',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'clearConfirmations',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'clearNewsletterSubscribers',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'clearAll',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'reboot',
|
||||
type: Boolean
|
||||
},
|
||||
{
|
||||
name: 'help',
|
||||
type: Boolean
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue