diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-31 00:35:09 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-31 00:35:09 +0200 |
commit | be10612685c733517393b5aa88136a4ad3f845d9 (patch) | |
tree | e85a765dadd16f3a08f04f6646a4c208cc1e9d41 /frontend/package.json | |
parent | 7ef80ea73d4bd617468942130a1634f8a24eb504 (diff) | |
parent | 6fd7dcd848effe906f79e814751f3a8a47b5fac5 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 975c740f..e43cb721 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve", "watch": "ng build --watch --configuration development", "test": "ng test", "postinstall": "ngcc" |