Skip to content

Commit 66c35c4

Browse files
Update environment.ts
1 parent f936b1d commit 66c35c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/environments/environment.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
roduction: false,
1+
export const environment = {
2+
production: true,
23
supabaseUrl: '',
3-
supabaseKey:'',
4+
supabaseKey: '',
5+
};

0 commit comments

Comments
 (0)