Skip to content

Commit c075741

Browse files
committed
maintenance: remove NgRx DevTools from production
1 parent 6ca766f commit c075741

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/environments/environment.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
import { provideStoreDevtools } from '@ngrx/store-devtools';
2-
31
export const environment = {
42
production: true,
53
domain: 'http://localhost:3489',
64
serverUrl: 'https://analytics.scholarsportal.info',
7-
providers: [
8-
provideStoreDevtools({
9-
maxAge: 25,
10-
logOnly: true,
11-
connectInZone: true,
12-
}),
13-
],
5+
providers: [],
146
matomoTrackerUrl: '',
157
matomoSiteId: '',
168
};

0 commit comments

Comments
 (0)