From 0c8ab022132f27e71f55aaf2dfd0225bbfadf6e4 Mon Sep 17 00:00:00 2001 From: Ian Labicani Date: Thu, 14 Mar 2024 17:01:25 +0800 Subject: [PATCH] Update environment import in app.config.ts --- src/app/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.config.ts b/src/app/app.config.ts index 1b25687..571551b 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -9,7 +9,7 @@ import { getFirestore, provideFirestore, } from '@angular/fire/firestore'; -import { environment } from '../environments/environment.development'; +import { environment } from '../environments/environment'; export const appConfig: ApplicationConfig = { providers: [