mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
port and proxy defaults
This commit is contained in:
+5
-1
@@ -75,6 +75,10 @@
|
||||
},
|
||||
"defaults": {
|
||||
"styleExt": "scss",
|
||||
"component": {}
|
||||
"component": {},
|
||||
"serve": {
|
||||
"proxyConfig": "proxy.conf.json",
|
||||
"port": 3000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json --open",
|
||||
"start": "ng serve --open",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
|
||||
@@ -12,7 +12,7 @@ html, body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
alfresco-content-app > ng-component {
|
||||
app-root > ng-component {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user