mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 20:45:08 +00:00
5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
|
export const environment = {
|
||
|
production: false,
|
||
|
hmr: true
|
||
|
};
|