From da210145e6384d4f8176bc56bcd9edd2089c8146 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 5 May 2024 10:23:33 +0200 Subject: [PATCH] opt out of analytics --- pdb-js/angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdb-js/angular.json b/pdb-js/angular.json index e20214e..af3bc48 100644 --- a/pdb-js/angular.json +++ b/pdb-js/angular.json @@ -112,5 +112,8 @@ } } } + }, + "cli": { + "analytics": false } }