mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8866] [E2E] Added UI, Debug and Headed modes to NX console (#4160)
This commit is contained in:
@@ -12,6 +12,15 @@
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "content-ce:serve:production"
|
||||
},
|
||||
"ui": {
|
||||
"args": ["--ui"]
|
||||
},
|
||||
"debug": {
|
||||
"args": ["--debug"]
|
||||
},
|
||||
"headed": {
|
||||
"args": ["--headed"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user