Basisimplementierung Songlist
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
import {firebase} from "./firebase";
|
||||
|
||||
export const environment = {
|
||||
production: false
|
||||
production: false,
|
||||
firebase: firebase
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user