Skip to content

Commit f6c8d68

Browse files
committed
fix: add devtools
1 parent 64d014a commit f6c8d68

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/environments/environment.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
import { provideStoreDevtools } from '@ngrx/store-devtools';
2+
13
export const environment = {
24
production: true,
35
domain: 'http://localhost:3489',
46
serverUrl: 'https://analytics.scholarsportal.info',
5-
providers: [],
7+
providers: [
8+
provideStoreDevtools({
9+
maxAge: 25,
10+
logOnly: true,
11+
connectInZone: true,
12+
}),
13+
],
614
matomoTrackerUrl: '',
7-
matomoSiteId: ''
8-
15+
matomoSiteId: '',
916
};

0 commit comments

Comments
 (0)