]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Disallow sending analytics data to Angular team
authorFlorent <florent.git@zeteo.me>
Thu, 4 Aug 2022 07:27:23 +0000 (09:27 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 4 Aug 2022 07:49:37 +0000 (09:49 +0200)
client/angular.json

index 47f7ab7ddf310cd8be653d5c2d6d7cd2e3006458..a7dbe1cadf731193cc432bdb5e3617509d160972 100644 (file)
     "@schematics/angular:directive": {
       "prefix": "my"
     }
+  },
+  "cli": {
+    "analytics": false
   }
 }