Agregando cambios para compilar en el servidor

This commit is contained in:
2021-07-27 01:28:27 -04:00
parent c3ec9c34a4
commit 60489afc03
3 changed files with 16200 additions and 103 deletions

View File

@@ -6,6 +6,7 @@
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"prod": "node --max_old_space_size=500 ./node_modules/@angular/cli/bin/ng build",
"test": "ng test"
},
"private": true,