Merge branch 'feature/v4' of https://github.com/tidusjar/Ombi into feature/v4

This commit is contained in:
tidusjar 2019-07-03 23:51:50 +01:00
commit ff6e3868bb

View file

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --port 3578 --configuration hmr",
"build": "ng build",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod",
"lint": "ng lint"
},
"private": true,