mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3821] Add lite-serve with VSCode launcher (#1584)
* Add lite-serve with VSCode launcher * Make lite-serve smarter to work with Basic authtype as well * Change and unify app-config-replace script
This commit is contained in:
14
scripts/clireader/params.ts
Normal file
14
scripts/clireader/params.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright 2005-2019 Alfresco Software, Ltd. All rights reserved.
|
||||
*
|
||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
||||
* pursuant to a written agreement and any use of this program without such an
|
||||
* agreement is prohibited.
|
||||
*/
|
||||
|
||||
export enum ParamType {
|
||||
input = 'input',
|
||||
list = 'list',
|
||||
checkbox = 'checkbox',
|
||||
confirm = 'confirm'
|
||||
}
|
Reference in New Issue
Block a user