mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4715] break dependency on envsubst (#3325)
* remove BPM host * break dependency on envsubst * remove prebuild script * cleanup package.json
This commit is contained in:
+3
-3
@@ -33,9 +33,9 @@
|
||||
"app/src/assets",
|
||||
"app/src/favicon-96x96.png",
|
||||
{
|
||||
"input": "app/.tmp",
|
||||
"output": "/",
|
||||
"glob": "app.config.json"
|
||||
"glob": "app.config.json",
|
||||
"input": "app/src",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
|
||||
Reference in New Issue
Block a user