diff --git a/digital-future-summit/package.json b/digital-future-summit/package.json index 73c72e3..0684ac9 100644 --- a/digital-future-summit/package.json +++ b/digital-future-summit/package.json @@ -5,7 +5,7 @@ "scripts": { "postinstall": "npx patch-package@6.5.1 && ngcc", "ng": "ng", - "start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve", + "start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve --open", "start-prod": "ng serve --configuration production", "build": "ng build", "test": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng test",